
Teltonika RMS CLI
FreeManage Teltonika devices via a command line interface.
Free · Opens the source repo
What Teltonika RMS CLI does
The Teltonika RMS CLI is a command line interface tool designed for managing and monitoring Teltonika routers, gateways, and IoT devices through the Remote Management System (RMS) REST API. This skill provides a comprehensive set of commands that allow users to perform various operations on devices, companies, users, alerts, and configurations, making it a powerful tool for network administrators and IoT device managers.
With the Teltonika RMS CLI, users can easily list devices, retrieve device details, update configurations, and manage user access. The tool supports operations such as creating and deleting companies and users, managing tags, and configuring alerts, all from the command line. This functionality is particularly useful for users who prefer automation and scripting in their workflows, as it allows for efficient management of multiple devices and configurations without the need for a graphical interface.
Authentication is straightforward, requiring users to set an API token as an environment variable or configure it directly through the CLI. This ensures secure access to the RMS API, enabling users to perform operations with confidence. The CLI also includes commands for managing logs, remote access sessions, and files, providing a holistic approach to device management.
This skill is ideal for network engineers, system administrators, and IoT developers looking to streamline their device management processes. It caters to those who require a command line tool for efficient interaction with the Teltonika RMS, allowing for both interactive and scripted usage scenarios.
When to use it
Use this skill when you need to manage Teltonika routers and IoT devices programmatically or via scripts, especially in environments where a GUI is not practical.
When not to use it
This skill may not be suitable if you prefer a graphical user interface for device management or if you do not work with Teltonika devices.
What you can build with it
Listing Online Devices
Quickly retrieve a list of all online devices using the command `cli-anything-rms devices list --status online`.
Managing User Access
Invite new users or update existing user roles through the command line with commands like `users invite --email EMAIL [--role ROLE]`.
Creating Alerts for Devices
Set up alerts for specific devices to monitor their status and receive notifications about issues using the alerts command group.
How to install Teltonika RMS CLI
View source1. Install with the skills CLI
npx skills add hkuds/cli-anything/skills --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by hkudscli-anything-rms
CLI harness for Teltonika RMS (Remote Management System). Manage routers, gateways, and IoT devices via the RMS REST API.
Installation
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=rms/agent-harness
Authentication
Set RMS_API_TOKEN environment variable or run cli-anything-rms config set api_token <token>.
Command Groups
devices
devices list [--status online|offline] [--tag TAG] [--limit N] [--offset N] [--sort FIELD]— List devicesdevices get <device_id>— Get device detailsdevices update <device_id> [--name NAME] [--tag TAG]— Update devicedevices delete <device_id>— Delete device
companies
companies list [--limit N] [--offset N]— List companiescompanies get <company_id>— Get company detailscompanies create --name NAME— Create companycompanies update <company_id> [--name NAME]— Update companycompanies delete <company_id>— Delete company
users
users list [--limit N] [--offset N]— List usersusers get <user_id>— Get user detailsusers invite --email EMAIL [--role ROLE]— Invite userusers update <user_id> [--role ROLE]— Update userusers delete <user_id>— Delete user
tags
tags list [--limit N] [--offset N]— List tagstags get <tag_id>— Get tag detailstags create --name NAME— Create tagtags update <tag_id> [--name NAME]— Update tagtags delete <tag_id>— Delete tag
alerts
alerts list [--device DEVICE_ID] [--limit N] [--offset N]— List alertsalerts get <alert_id>— Get alert detailsalerts delete <alert_id>— Delete alertalerts configs list— List alert configurationsalerts configs get <config_id>— Get alert configalerts configs create --data JSON— Create alert configalerts configs update <config_id> --data JSON— Update alert configalerts configs delete <config_id>— Delete alert config
configs
configs list [--device DEVICE_ID] [--limit N] [--offset N]— List device configurationsconfigs get <config_id>— Get configurationconfigs update <config_id> --data JSON— Update configuration
remote-access
remote-access list [--device DEVICE_ID] [--limit N]— List sessionsremote-access get <session_id>— Get session detailsremote-access create --device DEVICE_ID [--protocol PROTO] [--port PORT]— Create sessionremote-access delete <session_id>— Delete session
logs
logs list [--device DEVICE_ID] [--limit N] [--offset N]— List logslogs get <log_id>— Get log detailslogs delete <log_id>— Delete log
location
location get <device_id>— Get current device locationlocation history <device_id> [--limit N] [--offset N]— Location history
credits
credits list [--limit N] [--offset N]— List creditscredits transfer --code CODE— Transfer creditscredits codes [--limit N]— List transfer codes
files
files list [--limit N] [--offset N]— List filesfiles get <file_id>— Get file detailsfiles upload <file_path>— Upload filefiles delete <file_id>— Delete file
reports
reports list [--limit N] [--offset N]— List reportsreports get <report_id>— Get reportreports create --template TEMPLATE_ID [--name NAME]— Create reportreports delete <report_id>— Delete reportreports templates list— List report templates
hotspots
hotspots list [--device DEVICE_ID] [--limit N]— List hotspotshotspots get <hotspot_id>— Get hotspot detailshotspots create --device DEVICE_ID --name NAME— Create hotspothotspots update <hotspot_id> [--name NAME]— Update hotspothotspots delete <hotspot_id>— Delete hotspot
passwords
passwords get <device_id>— Get device passwordpasswords update <device_id> --password PASSWORD— Update passwordpasswords update <device_id> --password-stdin— Update password (reads from stdin, safer)
smtp
smtp list [--limit N] [--offset N]— List SMTP configssmtp get <config_id>— Get SMTP configsmtp create --host HOST [--port PORT] [--username USER] [--password PASS]— Create SMTP configsmtp update <config_id> [--host HOST] [--port PORT]— Update SMTP configsmtp delete <config_id>— Delete SMTP config
auth
auth test— Test API connectivityauth status— Show current auth info
config
config set <key> <value>— Set configuration (api_token, default_limit)config get [key]— Show configurationconfig delete <key>— Delete configurationconfig path— Show config file path
Examples
# List all online devices
cli-anything-rms devices list --status online
# Get device details as JSON
cli-anything-rms --json devices get 12345
# Check alerts for a specific device
cli-anything-rms alerts list --device 12345
# Interactive mode
cli-anything-rms
Frequently asked questions about Teltonika RMS CLI
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
