Catalog Items
This skill lets you easily generate detailed product descriptions for catalogs by inputting item attributes – boosting sales and streamlining listings.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add catalog-items npx -- -y @trustedskills/catalog-items
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"catalog-items": {
"command": "npx",
"args": [
"-y",
"@trustedskills/catalog-items"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The catalog-items skill enables AI agents to discover and install specific skills within the Snow Flow ecosystem, streamlining the setup of complex workflows. It acts as a bridge between an agent's current capabilities and the broader library of available tools provided by groeimetai.
When to use it
- You need to equip an agent with specialized functions not included in its base configuration.
- You are building a multi-step workflow that requires integrating distinct, pre-built modules from the Snow Flow catalog.
- You want to dynamically update an agent's toolkit by adding new skills without rewriting core logic.
- You are managing a fleet of agents and need to ensure they all have access to the same set of approved tools.
Key capabilities
- Discovery: Searches the available repository for compatible skill packages.
- Installation: Executes the necessary steps to add selected skills to an active agent instance.
- Ecosystem Integration: Specifically designed for use within the groeimetai/Snow Flow environment.
Example prompts
- "Install the data-connector skill so I can pull information from our internal database."
- "Search the catalog and install the reporting module to generate weekly summaries."
- "Add the email-notification skill to this agent's current configuration."
Tips & gotchas
Ensure the target agent is running on a compatible version of Snow Flow before attempting installation. Some skills may have dependencies that require additional permissions or API keys to function correctly after installation.
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.