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.
Usage
- "Check my connection status for all configured tools."
- "Inject Slack credentials for the
slack-communicator-proskill."
Knowledge Protocol
- Strict Confidentiality: Never outputs actual token values to logs or console. Only reports "Connected" or "Failed".
- Refers to
knowledge/connections/setup_guide.md.
Related skills
More from famaoai-creator/gemini-skills
data-transformer
Convert between CSV, JSON, and YAML formats.
23pmo-governance-lead
Output file path
21completeness-scorer
Evaluate text completeness based on criteria.
21local-reviewer
Retrieves git diff of staged files for pre-commit AI code review.
21api-fetcher
Fetch data from REST/GraphQL APIs securely.
21prompt-optimizer
Optional output file path
21