---
title: "agentplaybooks"
description: "Portable agent configuration, skills, MCP tools, memory, and secret-backed workflows."
canonical: https://agentpluginsdirectory.com/plugins/agentplaybooks
last-updated: 2026-09-25
---

# agentplaybooks
Portable agent configuration, skills, MCP tools, memory, and secret-backed workflows.
- Slug: agentplaybooks
- Publisher: AgentPlaybooks
- Repository: https://github.com/matebenyovszky/agentplaybooks
- Manifest: packages/cli/plugin.json
- Version: 0.5.0
- License: MIT
- Category (editorial): other
- Skills: 1 (agentplaybooks)
- MCP servers: 1 (agentplaybooks-account)
- Stars: 6
- Repository created: 2026-01-02
- Repository last pushed: 2026-09-23
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/agentplaybooks
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agentplaybooks does, in the publisher's words

Local-first CLI for auditing, synchronizing, and sharing portable agent configuration. The published/plugin CLI is self-contained, Node.js >= 20.

doctor does not write files or use the network. It reports instruction files, Agent Skills, custom agents, MCP server definitions, likely hard-coded credentials, insecure MCP URLs, cross-platform drift, and a 0-100 health score.

sync plans (and with --apply, writes) two things:

- The canonical agentplaybook.json manifest.
- The platform files missing from enabled deployment targets:
- Keys are user API keys (apb_...) created in the dashboard, stored with 0600 permissions in ~/.agentplaybooks/credentials.json.
- A private, immutable portable snapshot accompanies each changed push. It carries instructions, complete skill trees (including assets), custom agents, MCP references, and the manifest; vault values are never fetched into it. Review arbitrary skill assets for embedded credentials. The owner can recover a snapshot by GUID even after the playbook is deleted. pull restores the latest snapshot or the requested --snapshot revision. Legacy playbooks without a snapshot still use the skill/MCP record path.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/matebenyovszky/agentplaybooks/HEAD/packages/cli/README.md

## Skills

- agentplaybooks: Audit, migrate, back up, and restore portable agent configuration (instructions, Agent Skills, custom agents, MCP references) with the AgentPlaybooks CLI. Use for drift checks, Agent Plugins import/export, cross-platform sync among Claude Code, Cursor, Codex, Copilot, Gemini, Antigravity, Grok Bot,…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- agentplaybooks-account: transport: streamable-http; url: https://agentplaybooks.ai/api/mcp/manage

Read from the plugin's own mcp.json. Environment variable names only, never values.
