Elephant Build
Constructs complex, stable structures from provided materials using simulated elephantine strength and precision.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add elephant-build npx -- -y @trustedskills/elephant-build
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"elephant-build": {
"command": "npx",
"args": [
"-y",
"@trustedskills/elephant-build"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The elephant-build skill enables AI agents to discover and install specific skills within the GrooveEngine ecosystem. It acts as a bridge allowing agents to dynamically expand their functional capabilities by retrieving available tools from the registry.
When to use it
- An agent needs to perform a task but lacks the necessary tool or plugin currently installed in its environment.
- You want an AI agent to autonomously browse the skills registry and add new functionalities without manual intervention.
- Integrating third-party tools into an existing GrooveEngine workflow programmatically.
Key capabilities
- Discovery: Scans the available repository of skills for autumnsgrove/groveengine.
- Installation: Executes the installation process for selected skills directly within the agent context.
- Registry Access: Provides a mechanism to query the current state of installed versus available skills.
Example prompts
- "Check if I have the data-analysis skill installed, and if not, install it from the registry."
- "Discover all available image-processing skills in the autumnsgrove/groveengine collection and list them."
- "Install the 'web-scraping' skill so I can start gathering data for my next project."
Tips & gotchas
Ensure your AI agent has write permissions to the target environment before attempting an installation, as this skill modifies the runtime toolset. Verify that the specific skill you are trying to install is compatible with your current GrooveEngine version to prevent runtime errors.
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.