Discovering Data

🌐Community
by astronomer Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add discovering-data npx -- -y @trustedskills/discovering-data
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
astronomer
Installs
3

🌐 Community

Passed automated security scans.