Route
/skills— opens the Skills view
What You See
At the top of the page, an agent selector dropdown lets you pick which agent’s skill set you are inspecting. Below that, a scope toggle chooses between agent scope (only this agent) and shared scope (skills available to every agent). The rest of the view is organized into two tabs.Built-in Tools tab
Lists Comis’s bundled tools, grouped by category:| Category | Tools |
|---|---|
| File Operations | read, write, edit, find, ls |
| Execution | exec, process |
| Search | grep |
| Web | webSearch, webFetch, browser |
memory_search, sessions_spawn, discord_action, image_analyze, cron, gateway, models_manage).
Each tool card shows:
- The tool’s name and one-line description
- Notable parameter hints (for
webSearch: freshness, deepFetch, provider override) - An enable/disable toggle (controls whether this agent may invoke the tool)
minimal, coding, messaging, supervisor, full) which sets the base allow-list, then add fine-grained allow/deny entries on top. Changes are persisted via the config.patch RPC and survive a restart.
Prompt Skills tab
Lists all discovered prompt skills for the selected agent, including:- The skill name and description
- Its location (
bundled,workspace, orlocal) - Whether the skill is auto-injected or only invokable on demand
- Max body length — the largest skill body the LLM will ingest
- Enable dynamic context — whether matching context can auto-inject skill bodies
- Max auto-inject — how many skills can be auto-injected per turn
- Allowed / denied skills — pin lists for fine-grained control
Common Tasks
Switch which agent you are viewing
Click the Agent dropdown at the top and pick another agent. The tool toggles, policy, and prompt skills all reload for that agent.
Disable a risky tool for one agent
On the Built-in Tools tab, find the tool card (for example,
exec). Click the toggle to off. The change writes to agents.<agentId>.skills.builtinTools.exec = false via config.patch and takes effect after the daemon restart it triggers.Switch tool profile
In the Tool Policy subsection, pick a profile from the dropdown (e.g.,
coding). The allow-list updates to the profile’s defaults; you can then add allow/deny entries for exceptions.Related Pages
Skills Overview
Concept guide for skills, tools, and the discovery layer.
Built-in Tools
Full reference for each bundled tool’s parameters and behavior.
Tool Policy
Profiles, allow/deny semantics, and security implications.
MCP Servers
Manage MCP-provided tools alongside built-in tools.
