Gathering Feature
This "Gathering Feature" skill automatically extracts key features from user input for enhanced data analysis and streamlined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gathering-feature npx -- -y @trustedskills/gathering-feature
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gathering-feature": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gathering-feature"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
gathering-feature
What it does
This skill enables AI agents to discover and install other skills within the TrustedSkills registry. It acts as a gateway, allowing an agent to dynamically expand its own capabilities by fetching new tools from the platform.
When to use it
- An agent needs to perform a task outside its current skill set but has access to the registry.
- You want to automate the process of equipping an agent with specific tools before deployment.
- Building a modular system where agents can self-update their functionality based on user requests.
Key capabilities
- Discovery of available skills in the ecosystem.
- Installation of new skill modules directly into the agent's environment.
- Integration with the
groveengineinfrastructure for registry access.
Example prompts
- "I need to analyze financial reports; please install a relevant data analysis skill."
- "What skills are available for image processing, and can you install one for me?"
- "Update my toolkit by finding and installing the latest version of the web scraper."
Tips & gotchas
Ensure the AI agent has network access to the TrustedSkills registry URL (skills.sh) to successfully fetch and install modules. This skill relies on the underlying groveengine implementation, so verify engine compatibility before relying on dynamic installations in production environments.
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.