A collection of Skills for AstroBox ecosystem — CLI automation, device management, community wiki, and support.
| Skill | Description |
|---|---|
| abcli | Control AstroBox via its official CLI (npx astrobox-cli). Manage devices, browse providers, search & install watchfaces/apps, check status, troubleshoot errors. |
| astrobox-support | Answer AstroBox usage and troubleshooting questions. Step-by-step guidance for connection, resource download, account management, and more. |
| bandbbs-wiki | Index and navigator for the BandBBS Wiki. Quick access to tutorials, firmware info, and community resources for Xiaomi wearables. |
# Add this skill collection
bunx skills add AstralSightStudios/AstroBoxSkills
# Or install a specific skill
bunx skills add AstralSightStudios/AstroBoxSkills/abcliSkills are defined in individual directories with a SKILL.md file and optional references/scripts:
skill-name/
├── SKILL.md # Skill definition (name, description, instructions)
├── references/ # Supporting documentation
├── scripts/ # Helper scripts
└── evals/ # Test cases and benchmarks
MIT