Apps
List, switch, add, or remove the TelemetryDeck apps the CLI queries against. Accepts a subcommand as arguments (use / list / add / remove / refresh).From its SKILL.md
npx -y skills add agenkin/telemetrydeck-analytics --skill appsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- skips confirmationTells the agent to proceed without asking first, 1 time: "If only one other app is registered, you can switch without asking".
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `tdq apps $ARGUMENTS` and 1 more.
SKILL.md
1.0 KB, 234 tokens by cl100k_base, as published. Nobody here has run it
Apps
Manage registered TelemetryDeck apps. Pass the subcommand + args through $ARGUMENTS:
tdq apps $ARGUMENTS
Common uses:
| User intent | Command |
|---|---|
| List registered apps | tdq apps |
| Switch current app | tdq apps use <uuid|name|index> |
| Rename an app | tdq apps use <uuid> --name "New Name" |
| Register another app | tdq apps add <uuid> --name "Other App" [--set-current] |
| Unregister an app | tdq apps remove <selector> |
| Re-pull the list from the API | tdq apps refresh |
If $ARGUMENTS is empty, run tdq apps (list). If the user's intent is ambiguous ("switch to my other app") and tdq apps shows multiple registered, show the list and ask which one to pick rather than guessing. If only one other app is registered, you can switch without asking — but state what you did.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.