Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add respira-press/agent-skills-wordpress --skill prime-the-agentgit clone --depth 1 https://github.com/respira-press/agent-skills-wordpressWrote 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.
[](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/prime-the-agent)<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/prime-the-agent"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/prime-the-agent/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.
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/prime-the-agent"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/prime-the-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.03420 |
| Opus 5 | $0.00036 | $0.01710 |
| Sonnet 5 | $0.00015 | $0.00684 |
| Haiku 4.5 | $0.00007 | $0.00342 |
Grade A, and why
prime-the-agent 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prime the Agent
Version: 1.2.0 Updated: 2026-08-04 Category: workflow Status: stable Requires: Respira for WordPress plugin + MCP server Telemetry endpoint: https://www.respira.press/api/skills/track-usage
Description
A fast, focused session-starter. Run this at the top of any conversation about a WordPress site to prime the agent on how to work with the site correctly. Prevents the single most common failure mode: the agent generating raw HTML instead of using the site's actual page builder.
This skill is not a full site audit. For that, use Site Onboarding or WordPress Site DNA. This is the 30-second preamble before any work.
Since v1.1 it also carries memory across sessions. it reads a per-site brief stored on the site itself at the start, and offers to append what it learned at the end. So the next session, yours, a teammate's, or a different AI client, starts already knowing this site's quirks and the division of labor you prefer, instead of relearning them every time.
As of v1.2, memory is first-class. The brief arrives automatically inside respira_get_site_context under site_memory (no extra call), and learnings are saved with respira_remember. Memory can also carry site rules, and those are enforced by the site itself: a refused write is the site working as designed, not an error to retry.
When to Use
Use Prime the Agent when:
- Starting a new conversation about an existing WordPress site
- The agent has just connected to a site via MCP and is about to start editing
- A previous session got confused and started writing raw HTML
- You're handing the conversation to a teammate or a different AI client and want the new context loaded clearly
- The site is one the agent has never worked on before
Skip this skill when:
- The agent is already mid-task on a site it has been working on for many turns
- The work is read-only and won't touch builder content
- You're asking a general WordPress question not tied to a specific site
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.
- 10d ago First seen · 248 lines · 73 tokens per session scan A a0b8b1784119
prime-the-agent is a skill published in the GitHub repository respira-press/agent-skills-wordpress (42 stars, last pushed yesterday), licensed MIT. It adds 73 tokens to every session and 3,420 once invoked, about $0.0004 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-30.
Other skills, from other repositories
baoyu-url-to-markdown
Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.
playwright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
setup-playwright
Use when adding, extending, or repairing a repo-owned Playwright test harness across Node Playwright Test, Playwright Pytest, or .NET/Java test frameworks. Also use when explicitly persisting @playwright/cli developer tooling, or adding or regenerating Playwright Test Agent definitions for a compatible Node Playwright…
chrome-cdp-setup
Set up Google Chrome on macOS to always launch with the Chrome DevTools Protocol enabled (127.0.0.1:9222) via a Dock launcher app, so local AI agents (Playwright, Puppeteer, browser-use, OpenClaw) can drive the real logged-in browser with no per-connection approval prompt. Use when the user wants to enable a…
firefox-browser
Control the user's Firefox browser with their logins and cookies intact. Use when you need to browse websites as the user, interact with authenticated pages, fill forms, click buttons, take screenshots, or get page content. (user).