Skip to content

Skills Overview

Skills are extensions that expand what your agents can do. They add new tools, integrate with third-party services, and define reusable workflows. Aigentic offers three ways to get skills: the ClawHub catalog, SkillForge, and manual creation.

A skill is a packaged extension that adds specialized capabilities to an agent. Skills go beyond the built-in plugins to provide targeted functionality.

Examples of what skills can do:

  • New tools — Give agents the ability to interact with databases, create charts, manipulate images, or call specific APIs.
  • Service integrations — Connect agents to services like GitHub, Jira, Google Workspace, Notion, or any REST/GraphQL API.
  • Workflows — Define multi-step processes that an agent can execute as a single action.

Open Skills from the sidebar. The page has three tabs:

TabPurpose
BrowseSearch and install skills from the ClawHub catalog
InstalledView, enable/disable, edit, update, and remove your installed skills
CreateGenerate skills with SkillForge (AI-powered) or build them manually with the SkillCreator wizard

The Browse tab is the built-in directory of available skills. It offers:

  • Search — Search skills by name, tag, author, or category
  • Category filter — Filter by category (productivity, development, research, communication, automation, data, security, creative, finance, utilities, integrations)
  • Trust level filter — Filter by Verified, Community, or Flagged status
  • Sort — Sort by Most Popular, Highest Rated, Recently Updated, or Alphabetical
  • Tag quick-filter — Click popular tags to narrow results (AND logic — skills must match all selected tags)
  • Featured skills — A curated section shown when no filters are active

Each skill card shows the skill’s emoji, name, author, trust level badge, description, download count, rating, category, and tags. Click a card to open a detail dialog with full information, security reports, requirements, permissions, and install/report actions.

LevelBadgeMeaning
VerifiedGreen shieldAudited and verified by the platform
CommunityBlue users iconCommunity-contributed, not yet verified
UnverifiedYellow shieldNew or unreviewed
FlaggedRed shieldHas security warnings — review before installing

Skills with critical security flags are blocked from installation.

SkillForge is Aigentic’s AI-powered skill generator. Describe what you want in plain English and SkillForge generates a complete, functional skill package.

  1. Open Skills from the sidebar and go to the Create tab.
  2. Describe what you want the skill to do in natural language. For example:
    • “A skill that fetches the latest cryptocurrency prices from CoinGecko”
    • “A skill that translates text between languages using DeepL”
    • “A skill that searches Hacker News for trending stories”
  3. Select a model for generation (defaults to DeepSeek V3.2; only balanced and powerful models are available).
  4. Click Forge Skill. The generation runs through 4 phases: Extracting → Expanding → Generating → Validating, with progress bars and live file preview.
  5. Review the generated skill — SkillForge produces up to 7 instruction files covering foundations, components, examples, dashboards, interactive guides, and recipes.
  6. Click Install Skill to add it to your library, or Regenerate to try again.

SkillForge is the fastest way to create custom skills without writing code.

When an agent has a skill installed:

  1. The skill’s tool definitions are loaded into the agent’s available tools.
  2. During a conversation, the model can invoke skill tools just like built-in tools.
  3. Skill tool invocations are routed through the gateway to the skill executor.
  4. Results are returned to the model for incorporation into the response.

Skill actions are logged to the audit log just like built-in tool invocations.

AspectPluginsSkills
SourceBuilt-in or installed from npm, local path, or archiveInstalled from ClawHub catalog or created with SkillForge/SkillCreator
ScopeGateway (all requests) or Per-Agent (assigned individually)Per-Agent (attached individually)
ExamplesMemory, Web Search, Rate Limiter, CORSCustom API integrations, workflows
ConfigurationToggle on/off, configurable settings with engine restartInstall, then attach to agents