connection-manager
Installation
SKILL.md
Connection Manager
This skill is the "Keymaster" of the ecosystem. It centralizes authentication to prevent credential sprawl.
Capabilities
1. Credential Validation
- Checks if required config files exist in
knowledge/personal/connections/. - Verifies format correctness (JSON schema check).
2. Environment Injection
- Reads the private JSON configs and exports them as environment variables (e.g.,
SLACK_BOT_TOKEN,JIRA_API_TOKEN) for the duration of the session.
3. Connection Diagnostics
- Performs a "Ping" test for configured services to verify that tokens are active and permissions are correct.