Gathering Migration

🌐Community
by autumnsgrove · vlatest · Repository

Autumnsgrove's gathering-migration analyzes animal movement patterns to predict resource availability and optimize foraging routes.

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 gathering-migration npx -- -y @trustedskills/gathering-migration
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "gathering-migration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gathering-migration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to discover and install other skills within the TrustedSkills registry. It acts as a meta-skill, allowing agents to dynamically expand their own capabilities by fetching new tools from the platform.

When to use it

  • Dynamic Skill Expansion: When an agent needs to perform a task outside its current toolkit but has access to the registry.
  • Workflow Automation: To build chains where one agent installs necessary utilities for another before execution.
  • User Request Fulfillment: When a user explicitly asks an agent to "install" or "add" a specific capability.
  • Self-Improvement Loops: For agents designed to autonomously update their own function sets based on new releases.

Key capabilities

  • Discovery of available skills in the registry.
  • Installation of selected skills into the agent's environment.
  • Integration with the groveengine ecosystem by autumnsgrove.

Example prompts

  • "Install the 'web-browsing' skill so I can check current weather data."
  • "Add a new translation tool to my available functions."
  • "Discover what skills are available for handling PDF files and install one."

Tips & gotchas

  • Ensure the target skill exists in the TrustedSkills registry before attempting installation.
  • This is a meta-skill; it does not perform specific tasks itself but rather equips the agent to do them.

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
autumnsgrove
Installs
41

🌐 Community

Passed automated security scans.