devices

Solid

Register and connect to your machines over Tailscale SSH with agents-cli. Use this skill to sync devices from the tailnet, list them, open a shell on another machine, or see agent sessions running across your whole fleet.

AI & Automation 11 stars 6 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Devices Skill Manage a registry of SSH device profiles and reach your other machines. The registry self-populates from `tailscale status --json`, so on a tailnet you rarely hand-enter a host. This skill teaches the `agents devices` / `agents fleet` (alias) and `agents ssh` CLIs, plus the fleet-wide `agents sessions --active` view. `agents fleet` is a synonym for `agents devices` — every subcommand works under either name (`agents fleet list` == `agents devices list`). ## Register devices ```bash # Ingest the tailnet into device profiles. In a terminal this opens a # checkbox to register/unregister nodes; --yes registers every non-ignored one. agents devices sync agents devices sync --yes # Register or dismiss a single discovered node. agents devices register <name> agents devices ignore <name> # never suggest it again agents devices unignore <name> # undo an ignore ``` ## Inspect ```bash agents devices list # platform, address, reachability (alias: ls) agents devices list --json # registry as a JSON array (for scripts/hooks) agents devices show <name> # full profile for one device ``` `list` marks the machine you are on with `▸ <name> ← this machine`. ## Add / edit manually ```bash # target is user@host or host; platform is windows | linux | macos agents devices add <name> <target> --platform linux # Update fields on an existing device. agents devices set <name> --user muqsit --platform macos agents devices set <name> --auth p...

Details

Author
phnx-labs
Repository
phnx-labs/agents-cli
Created
3 months ago
Last Updated
yesterday
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category