Provides a focused user-facing guide for installing, configuring, and using the unofficial Microsoft Teams CLI. Covers installation methods, authentication/profile management, core commands, JSON output for automation, and troubleshooting.
When users ask how to install or run the Teams CLI, need help with authentication or profiles, want examples for listing teams/messages/notifications, or need machine-friendly JSON output for automation.
CLI-capable agents with exec access.
Teams-cli is a documentation-only skill that serves as a user guide for the unofficial Microsoft Teams CLI (msteams npm package). It covers installation, authentication via refresh tokens, core commands, JSON output modes, and troubleshooting. No scripts were present to test. The skill is well-structured as a reference guide but lacks any automation logic or scripts — it's essentially an inline README.
Clean skill with no security concerns. Purely instructional/documentation. Would benefit from scripts/ directory for common workflows and a references/ section for linked docs. The scope guardrail section is a good practice.