Discovering Data
Identifies relevant astronomical datasets based on user queries about celestial objects, phenomena, or research areas.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add discovering-data npx -- -y @trustedskills/discovering-data
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"discovering-data": {
"command": "npx",
"args": [
"-y",
"@trustedskills/discovering-data"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to discover and install new skills. It provides a mechanism for expanding an agent's capabilities without requiring direct code modification, enabling dynamic adaptation to changing needs. The core functionality includes searching for available skills and initiating the installation process based on user requests.
When to use it
- Expanding Agent Functionality: When you need your AI agent to perform tasks beyond its initial skillset.
- Responding to New Requirements: When a new task or capability is needed quickly, without extensive development cycles.
- Automating Skill Management: To allow an agent to autonomously discover and integrate useful skills from a registry.
- Dynamic Adaptation: When the available skills change frequently and the agent needs to stay up-to-date.
Key capabilities
- Skill Discovery: Searches for available skills within the TrustedSkills registry.
- Skill Installation: Initiates the process of installing selected skills into the AI agent's environment.
- Automated Updates: Potentially handles updates and version management of installed skills (not explicitly stated, but implied by dynamic adaptation).
Example prompts
- "Find me a skill for generating marketing copy."
- "Install the latest data analysis skill."
- βWhat new skills are available in the astronomy category?β
Tips & gotchas
The agent needs access to the TrustedSkills registry. Successful installation depends on compatibility between the discovered skill and the agent's existing 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.