docs/usage/community/skill-management.mdx
Skills are the capabilities you attach to Agents — web search, code execution, database access, external API integrations, and more. Each skill gives an Agent access to a set of tools it can call during a conversation to complete tasks it couldn't do on its own.
This guide covers how to discover, install, configure, and enable skills across your workspace.
Skills extend Agents beyond conversation. When an Agent has a skill enabled, it can actively use tools — search the web, query a database, read files, send a Slack message — rather than just discussing how to do those things.
Every skill exposes one or more tools. The Agent decides when to call a tool based on what you ask. You can enable Chain of Thought in a conversation to see exactly which tools are being called and with what parameters.
| Type | Description | Examples |
|---|---|---|
| Built-in tools | Capabilities built into LobeHub | Artifacts, Sandbox, GTD, Notebook, Memory |
| LobeHub Integrations | OAuth-connected third-party services | Linear, Microsoft, Twitter |
| Klavis | Klavis-powered integrations | Gmail, Notion, Slack, and more |
| Community MCP | MCP servers from the MCP Marketplace | GitHub, PostgreSQL, Brave Search |
| Custom MCP | MCP servers you add manually | Your own APIs, private tools |
The Skill Store is where you discover and install skills. Open it from:
The Skill Store has three tabs:
Use the search bar to filter across all tabs by keyword.
Built-in tools (Artifacts, Sandbox, GTD, Notebook) are pre-installed — you can enable them for any Agent immediately. LobeHub Integrations and Klavis services require an OAuth connection:
See the MCP Marketplace guide for more detail on connection types and configuration.
Add any MCP-compatible server that isn't in the marketplace:
See the Custom MCP guide for a full walkthrough.
Settings → Skills is your central view of everything installed in your workspace.
Skills are grouped into three categories:
Integrations — Built-in tools, LobeHub-connected services, and Klavis integrations. Each shows its connection status. Click Connect or Disconnect to manage the OAuth link.
Community MCPs — MCP servers installed from the marketplace. Each shows its connection type (HTTP or STDIO). Click Configure to edit the connection URL or authentication, or to view the tools it provides.
Custom MCPs — MCP servers you've added manually. Click Configure to open the full editing dialog where you can change the connection type, URL, command, arguments, environment variables, and other settings.
To uninstall any skill, open its menu and select Uninstall.
Installing a skill adds it to your workspace, but you choose which agents get access to each skill. Skills are per-agent — enabling a skill for one agent does not affect others.
After installation, you may need to update an MCP's connection details — for example, if an API key rotates or a server URL changes.
<Callout type={'info'}>For STDIO MCPs, environment variables are the standard way to pass API keys and secrets without exposing them in the command line.</Callout>
Web search is a special built-in capability. Unlike other skills, it is controlled by the Search Mode setting in agent configuration rather than the Skills toggle. See the Web Search guide for details.
<Cards> <Card href={'/docs/usage/community/custom-mcp'} title={'Custom MCP'} /><Card href={'/docs/usage/community/mcp-market'} title={'MCP Marketplace'} />
<Card href={'/docs/usage/getting-started/agent'} title={'Agent'} /> </Cards>