pull

pull is a command for Claude Code from matebenyovszky/agentplaybooks. It costs 15 tokens per session (352 once invoked), scanned A, original, MIT.

A command for downloading a remote AgentPlaybooks playbook into a local project. A playbook is a bundle of agent instructions, skills, and tool settings.

In plain words
What is it for?
Use it to bring in AGENTS.md instructions, skills under .agents/skills/, and MCP server settings from agentplaybooks.ai.
Why use it?
It avoids manually recreating a shared agent setup and reports conflicts before writing local files.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions AGENTS.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the agentplaybooks plugin — 1 skill, 6 commands shipped together

Good fit Use it to bring in AGENTS.md instructions, skills under .agents/skills/, and MCP server settings from agentplaybooks.ai.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add matebenyovszky/agentplaybooks
Claude Code
/plugin install agentplaybooks

Made for: Claude Code.

Or install agentplaybooks, the plugin that ships this one along with the rest of its 1 skill, 6 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pull

README.md
[![agentmods](https://agentmods.dev/badge/commands/matebenyovszky/agentplaybooks/pull/github.svg)](https://agentmods.dev/commands/matebenyovszky/agentplaybooks/pull)
Your own site
<a href="https://agentmods.dev/commands/matebenyovszky/agentplaybooks/pull"><img src="https://agentmods.dev/badge/commands/matebenyovszky/agentplaybooks/pull/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pull

Your own site · 80×15
<a href="https://agentmods.dev/commands/matebenyovszky/agentplaybooks/pull"><img src="https://agentmods.dev/badge/commands/matebenyovszky/agentplaybooks/pull.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 352 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00352
Opus 5 $0.00008 $0.00176
Sonnet 5 $0.00003 $0.00070
Haiku 4.5 $0.00002 $0.00035

Measured 9d ago against content hash a774eefa5a77, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

pull scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/cli/commands/pull.md · 25 lines

What it actually says

Pull a remote AgentPlaybooks playbook into the local project.

  1. If no playbook reference was given, run node "${CLAUDE_PLUGIN_ROOT}/bin/agentplaybooks.js" playbooks and let the user pick one. If that fails with a missing-key error, ask the user to run agentplaybooks login (or set AGENTPLAYBOOKS_API_KEY) first — never ask them to paste the key into the chat.
  2. Run: node "${CLAUDE_PLUGIN_ROOT}/bin/agentplaybooks.js" pull $ARGUMENTS --json
  3. Summarize the plan: whether the playbook's instructions would be written to AGENTS.md, which skills would be created under .agents/skills/, which MCP servers would be added to .agents/mcp.json, and any conflicts with existing local files (these are skipped, never overwritten). OpenAPI federation servers are hosted-only and appear as conflicts by design.
  4. Only after the user confirms, re-run with --apply, then run sync to propagate the pulled skills and MCP servers to the platform targets. On a fresh project no target exists yet, so read suggestedTargets from the sync plan and offer sync --target=<types> --apply.
  5. If the playbook declares spec.secrets, list the environment variables the user still needs to set. Never ask for or echo their values.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 25 lines · 15 tokens per session scan A a774eefa5a77

Subscribe to this mod's changes

pull is a command published in the GitHub repository matebenyovszky/agentplaybooks (5 stars, last pushed 2d ago), licensed MIT. It adds 15 tokens to every session and 352 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.