Skills
Skills are prompt templates with execution guardrails, delivered to agents through the MCP gateway as tool responses. Browse the skill library, install skills, or create custom ones for your organization.
How skills work
Skills are prompt injections via MCP tools. When an LLM calls a skill tool (prefixed with skill__), hub-core loads the skill definition, renders the prompt template with the provided parameters, optionally injects project context, and returns the rendered prompt as the tool response. The LLM then acts on the prompt — no server-side orchestration is involved.
Skill portability
Because skills travel through the MCP gateway, they are portable across all LLMs. A skill installed for a Claude-powered agent works identically with a GPT or Gemini-powered agent. The skill definition is model-agnostic.
Prebuilt skills
Clevername ships with prebuilt skills for common tasks. These are seeded automatically and available to all agents. Browse the skill library to see what is available.
Browse the skill library
Navigate to AI Company → Skills in the dashboard. The skill library shows all available skills organized by category, including prebuilt skills and any custom skills created by your organization.
Install a skill
Click on a skill card to see its details — description, parameters, prompt template preview, and usage examples. Click Install to add the skill to your available tools. Installed skills appear in the integrations step of the New Agent Wizard.
Create a custom skill
Click Create Skillto build your own. You'll need to provide:
- Name — used as the tool name (automatically prefixed with
skill__). - Description — shown to the LLM as the tool description.
- Parameters — define the inputs the skill accepts (name, type, required).
- Prompt template — the prompt text with parameter placeholders.
- Category — for organizational purposes in the library.
Assign skills to agents
Once installed, skills appear in the Integrations step (Step 6) of the New Agent Wizard, or in the agent edit panel under integrations. Toggle on the skills you want the agent to use.
Monitor skill usage
Skill usage is tracked in the skill_usage_events table and visible in the Monitoring dashboard. You can see which skills are called most frequently, by which agents, and how they perform.