Documentation

Everything you need to install, use, and build AI agent skills โ€” across any platform.

19 articles across 6 categories

๐Ÿ‘‹ New here? Start with the concepts

Before installing anything, these three short articles will give you the full picture of how MCP, skills, and npx fit together.

๐Ÿ’ฌ Claude Desktop / MCP Integration

To install a TrustedSkills skill in Claude Desktop, use the MCP tab on any skill's detail page โ€” it shows the exact JSON config block to paste into your claude_desktop_config.json.

// claude_desktop_config.json โ€” example { "mcpServers": { "weather": { "command": "npx", "args": ["-y", "@trustedskills/weather-mcp"] } } }

๐Ÿ’ป Quick Install Reference

OpenClawopenclaw skills install <slug>
OpenClawopenclaw skills list
Claude Codeclaude mcp add <name> -- npx -y @trustedskills/<slug>-mcp
MCP / Cursor# Paste JSON config block from skill's MCP tab

๐ŸŒ Platform Guides

๐Ÿ–ฅ๏ธ

Claude Desktop

The chat app โ€” install skills via claude_desktop_config.json

โŒจ๏ธ

Claude Code

The coding assistant โ€” global and project-level MCP config

๐Ÿ–ฑ๏ธ

Cursor / VS Code

AI-powered editor โ€” MCP tools via mcp.json

๐Ÿฆž

OpenClaw

The easiest โ€” one command to install any skill

SKILL.md Required Fields

FieldTypeDescription
namestringUnique slug identifier (lowercase, hyphens only)
descriptionstringOne-line description (10-500 characters)
versionsemverSemantic version (e.g. 1.0.0)
platformsarraySupported platforms: openclaw, mcp, claude, openai, cursor, huggingface
metadataJSONOptional platform-specific config

Need help?

Check GitHub issues or open a discussion in the community.