agent-playbooks

Manage Frontline agent playbooks via CLI commands for creation, assignment, and updates.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/api-evangelist/frontline --skill agent-playbooks-api-evangelist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-playbooks
Source: https://github.com/api-evangelist/frontline/tree/main/skills/vendor/agent-playbooks
Command: npx skills add https://github.com/api-evangelist/frontline --skill agent-playbooks-api-evangelist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing reusable instruction sets (SOPs) for customer-facing Frontline agents requires repetitive CLI work; this Skill provides the exact commands to create, list, inspect, update, delete, and assign playbooks without memorizing flags. ## Core Features & Use Cases - Playbook CRUD: Create playbooks with name, description, and instructions, then update or delete them with proper permission handling. - Filtering & Inspection: List playbooks with filters for text, visibility, and active status, and describe individual playbooks by ID. - Assignment Visibility: See which playbooks are assigned to a specific agent using the assigned command with an agent ID. - Use Case: A support operations manager needs to roll out a new refund SOP to all customer-facing agents; they create the playbook with instructions, set account-wide visibility, and verify assignment to each agent. ## Quick Start Ask the assistant to create a Frontline playbook named Refund flow with instructions for processing customer refund requests and then list which playbooks are assigned to a given agent.

Frequently Asked Questions about agent-playbooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Frontline agent playbook from the CLI?▼

Run frontline playbooks create with the required flags --name, --description, and --instructions, where description and instructions must each be at least 10 characters. Playbooks are active by default; pass --inactive to create one disabled.

How do I see which playbooks are assigned to a Frontline agent?▼

Use frontline playbooks assigned --agent-id <agentId> --table to list playbooks assigned to a specific agent. Find agent IDs first with frontline agents list.

What is the difference between agent playbooks and Max playbooks?▼

Agent playbooks are reusable SOPs assigned to customer-facing Frontline agents, managed via frontline playbooks commands. Max playbooks steer the user's own Max agent and are managed separately with max playbooks commands.

Who can update or delete a Frontline playbook?▼

Only the playbook creator or an OWNER/ADMIN can update a playbook, and only the creator can delete it. Attempting these actions without the right role will fail.

How do I share a playbook with my whole account or keep it private?▼

Set the --visibility flag to ACCOUNT to share the playbook with the entire account or PRIVATE to restrict it to yourself. The default visibility is ACCOUNT.