Discover Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add discover-api npx -- -y @trustedskills/discover-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"discover-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/discover-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to locate, evaluate, and install specialized capabilities from the TrustedSkills registry. It streamlines the process of expanding an agent's functionality by dynamically fetching available tools and dependencies.
When to use it
- You need to equip a new agent with specific tools before deployment.
- You want to browse the full catalog of available skills for a particular task.
- Your agent requires dynamic updates to its toolkit based on current needs.
- You are building a modular system where agents can self-provision capabilities.
Key capabilities
- Search and filter the registry for relevant AI agent skills.
- Retrieve detailed metadata about specific skill packages.
- Execute installation commands to add new functionalities to an agent.
- Manage dependencies required by newly installed skills.
Example prompts
- "Find all available skills for data analysis and install the top-rated one."
- "List the discoverable skills compatible with my current Python environment."
- "Install the 'web-browsing' skill from the registry to enable internet access."
Tips & gotchas
Ensure your agent has network access to reach the TrustedSkills registry during the discovery phase. Verify that installed skills do not conflict with existing dependencies in your agent's runtime environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.