Agent Skill · Frontline

agent-playbooks

Create, list, inspect, update, and delete agent playbooks from the CLI, and see which playbooks are assigned to an agent. Agent playbooks are reusable instruction sets (SOPs) that steer how a Frontline agent handles a task. Use when managing playbooks for customer-facing agents.

Provider: Frontline Path in repo: agent-playbooks/SKILL.md

Skill body

Agent Playbooks

Agent playbooks are reusable instruction sets that guide how a Frontline agent (a customer-facing agent) handles a specific task. A playbook bundles instructions plus optional tools, record types, and custom tools. Playbooks are then assigned to an agent so it can execute them at runtime.

Not to be confused with Max playbooks (max playbooks …), which steer the user’s own Max agent. These commands manage playbooks for your Frontline agents.

List & inspect

frontline playbooks list --table
frontline playbooks list --filter-text "refund" --visibility ACCOUNT --is-active true
frontline playbooks describe 42

Create

Three fields are required: --name, --description (when to use it, min 10 chars), and --instructions (the actual SOP, min 10 chars).

frontline playbooks create \
  --name "Refund flow" \
  --description "How to process a customer refund request" \
  --instructions "1. Verify the order number. 2. Confirm the refund window. 3. ..."

Playbooks are active by default. Pass --inactive to create one disabled.

Optional advanced fields take JSON:

Update & delete

Only the creator (or an OWNER/ADMIN) can update; only the creator can delete.

frontline playbooks update 42 --instructions "Updated steps ..."
frontline playbooks update 42 --inactive       # disable
frontline playbooks update 42 --active          # re-enable
frontline playbooks delete 42

Assigned playbooks

See which playbooks are assigned to a specific agent:

frontline playbooks assigned --agent-id <agentId> --table

To find agent IDs, use frontline agents list.


See also

Skill frontmatter

allowed-tools: Bash(frontline:*)

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/agent-playbooks"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.