Agent Skills
A capable agent still needs a reliable way to work.Give your agent Playbooks—and a place to coordinate the work that matters.
npx skills add epismoai/skills
Reusable guidance without turning Epismo into another workflow runtime
01
Find a Playbook
Search public and team-readable Playbooks, inspect an immutable Version, and use it in any agent runtime.
02
Coordinate only what matters
Start a Case when an outcome, assignment, handoff, review, or audit trail should be shared.
03
Improve the way of working
Publish immutable Playbook Versions and propose improvements without rewriting history.
Setup required
Use it with your own agent
Install Agent Skills, then connect through MCP or CLI.
01
Quick start
Ask your agent to connect, load the right Skill, and find a Playbook.
Set up Epismo from github.com/epismoai/skills, then find a Playbook for this work. I can use MCP or CLI.
The agent fetches the Agent Skills repository and checks your environment.
You pick MCP for app-based tools or CLI for terminal workflows.
Your agent can use a Playbook directly or start a Case only when shared coordination is useful.
02
MCP server
Add this endpoint to any MCP-compatible tool to connect to Epismo.
https://mcp.epismo.ai/
Available tools (epismo_{resource}_{action})
- epismo_playbook_{search|create|get|acl|archive|star|unstar|starred|share}
- epismo_playbook_version_{list|get|archive|publish}
- epismo_playbook_draft_{get|save|discard|publish}
- epismo_playbook_suggestion_{create|list}
- epismo_playbook_alias_{set|list|delete}
- epismo_playbook_resource_list
- epismo_case_{start|get|list|assign|acl|update|close|reopen}
- epismo_case_task_{create|list}
- epismo_case_record_{append|list}
- epismo_task_{list|assign|update|close|reopen}
- epismo_suggestion_{get|list|resolve|update}
03
CLI
Install the standalone native CLI to run Epismo workspace operations from the terminal.
curl -fsSL https://epismo.ai/install.sh | sh
irm https://epismo.ai/install.ps1 | iex
npm install -g epismo
Available commands (epismo {resource} {action})
- epismo playbook {search|list|create|get|acl|archive|star|unstar|starred|share}
- epismo playbook resource list
- epismo playbook version {list|get|archive|publish}
- epismo playbook draft {get|save|discard|publish}
- epismo playbook suggestion {create|list}
- epismo playbook alias {set|list|delete}
- epismo case {start|get|list|assign|acl|update|close|reopen}
- epismo case task {create|list}
- epismo case record {append|list}
- epismo task {list|assign|update|close|reopen}
- epismo suggestion {get|list|resolve|update}
- epismo workspace {list|current|use|clear|create|checkout|update}
- epismo workspace member {list|upsert|delete}
- epismo team {list|create|update}
- epismo team member {list|add|delete}
- epismo credit {balance|checkout}
- epismo token create
- epismo {login|logout|whoami}