Akera agent skills and MCP tools
Install Akera workflow skills, connect securely, understand permissions, and inspect the same MCP tool catalog exposed to agents.
Choose a skill
Akera currently publishes two installable agent skills: Content Writer and Appointment Setter. Each skill documents its workflow, required order, supporting files, version, integrity digest, and enforcement boundary.
Skills teach an agent how to work. MCP tools are the authenticated server actions the skill can call. Open the skill library for the workflow, then use its linked role-filtered tool reference for the executable surface.
- Content Writer produces complete 500–800 word Atomic Articles and stops at human Gate 2 review.
- Appointment Setter currently provides guidance for qualification, consent, drafting, and review.
- Only explicit allowlisted skill files are public; internal knowledge, fixtures, reports, and credentials are excluded.
Start with a safe connection
Create a narrowly scoped credential in Settings → Agents, store it as a runtime secret, and verify the connection with read-only calls.
- Connect an agent with Streamable HTTP.
- Keep bearer credentials out of prompts and logs.
- Grant only the required workspaces and access level.
One catalog, every format
The live catalog currently contains 32 tools. Its version is afed48b97c82b2d8.
Every canonical page is server-rendered HTML and also available as Markdown through its .md URL or an Accept: text/markdown request. Agents can discover the concise index at /llms.txt, the complete reference at /llms-full.txt, structured tool metadata at /tools.json, and installable skills at /.well-known/agent-skills/index.json.