wordpress-manager

wordpress-manager is a skill for Claude Code, Codex from eugenepyvovarov/CodeAgentsMobile. It costs 76 tokens per session (2,416 once invoked), scanned A, original, Apache-2.0.

A workflow for managing a WordPress website remotely through the command line over SSH, including the CodeAgents Mobile project site. WordPress is software for publishing and editing websites.

In plain words
What is it for?
Keep specified project pages and blog content in sync, update WordPress pages and posts, manage categories and embeds, and perform supported maintenance tasks on the configured site.
Why use it?
It gives the agent a defined way to update site content, links, screenshots, public copy, backups, and restores without working directly in the site’s browser dashboard.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/eugenepyvovarov/codeagentsmobile/wordpress-manager
Any agent
npx skills add eugenepyvovarov/CodeAgentsMobile --skill wordpress-manager
Clone the repo
git clone --depth 1 https://github.com/eugenepyvovarov/CodeAgentsMobile

Made for: Claude Code, Codex.

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 wordpress-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/eugenepyvovarov/codeagentsmobile/wordpress-manager.svg)](https://agentmods.dev/skills/eugenepyvovarov/codeagentsmobile/wordpress-manager)
Your own site
<a href="https://agentmods.dev/skills/eugenepyvovarov/codeagentsmobile/wordpress-manager"><img src="https://agentmods.dev/badge/skills/eugenepyvovarov/codeagentsmobile/wordpress-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,416 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00076 $0.02416
Opus 5 $0.00038 $0.01208
Sonnet 5 $0.00015 $0.00483
Haiku 4.5 $0.00008 $0.00242

Measured 4d ago against content hash f791a006c465, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wordpress-manager scanned grade A with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/ensure_remote_wp_cli.py, scripts/init_sites_config.py, scripts/install_wp_cli.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -o .skills-data/wordpress-manager/bin/wp-cli.phar https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
.agents/skills/wordpress-manager/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

WordPress Manager

This repository (CodeAgents Mobile)

See also .agents/skills/skills.md for when agents must use this skill.

  • Site key: selfhosted-ninja-prod only in the committed template (sites.selfhosted.yaml).
  • Project pages (parent Projects 196): CodeAgents Mobile 203https://selfhosted.ninja/projects/codeagents-mobile/ ; MCP Bundler 224https://selfhosted.ninja/projects/mcp-bundler/ (links out to https://mcp-bundler.com/never 302 the product domain here).
  • Blog: posts page 225https://selfhosted.ninja/blog/ ; categories videos, codeagents-mobile, mcp-bundler, projects. Prefer short posts with core/embed (YouTube) + project category for updates/videos so the blog is used often; project pages only link to categories.
  • Config: .skills-data/wordpress-manager/sites.yaml (copy from sites.selfhosted.yaml in this skill folder if missing).
  • When product info changes (features, App Store / TestFlight / GitHub links, screenshots, FAQ, iOS requirements, README highlights): update page 203 (and the Projects index blurb on 196 if needed) before considering the task done. Prefer core blocks (see references/wp-7-block-themes.md); use core/gallery for screenshots.
  • Legacy codeagentsmobile.maketry.xyz is a 302 to the project page — do not maintain that static site as the source of truth.

Quick start

  • Install wp-cli locally (see "wp-cli installation").
  • Ensure wp-cli is installed and on PATH for the remote SSH user (see "wp-cli installation (remote)").
  • Initialize or copy the site registry to .skills-data/wordpress-manager/sites.yaml (this repo: start from sites.selfhosted.yaml in this skill directory).
  • Pick the target site key (selfhosted-ninja-prod here), load its config, and build a base wp command.
  • Run a read-only command first to validate connectivity.
  • Apply the task-specific workflow below.

wp-cli installation (local)

Requirements:

  • Unix-like environment (macOS, Linux, FreeBSD, Cygwin).
  • PHP 5.6 or later available on PATH.
  • Remote WordPress 3.7 or later (older versions may have degraded functionality).

Read the full file on GitHub · 162 lines

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. 4d ago First seen · 162 lines · 76 tokens per session scan A f791a006c465

Subscribe to this mod's changes

wordpress-manager is a skill published in the GitHub repository eugenepyvovarov/CodeAgentsMobile (150 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 76 tokens to every session and 2,416 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

django-safe-migration

Write, review, and rewrite Django migrations for PostgreSQL with zero-downtime guarantees. Use this skill whenever the user mentions migrations, Django schema changes, or deployment safety — even if they don't say "zero downtime" explicitly. Trigger on: "review this migration", "is this migration safe?", "write a…

vintasoftware/django-ai-plugins · 156 tokens

django-expert

Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.

vintasoftware/django-ai-plugins · 55 tokens

django-reviewer

Review Django and Python changes for clarity, consistency, maintainability, ORM or DRF anti-patterns, and project conventions while preserving behavior. Use after Django code changes or when the user explicitly requests review. Report findings by default; apply refinements only when the user expresses explicit edit…

vintasoftware/django-ai-plugins · 69 tokens

django-celery-expert

Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django…

vintasoftware/django-ai-plugins · 115 tokens

cdrf-expert

Expert guidance for Django REST Framework class-based views using Classy DRF (https://www.cdrf.co). Use when selecting or debugging APIView, GenericAPIView, concrete generic views, mixin combinations, or ViewSet/GenericViewSet/ModelViewSet behavior; tracing method resolution order (MRO); understanding which method to…

vintasoftware/django-ai-plugins · 143 tokens

llm-council

Run a decision through 5 independent AI advisors (Contrarian, First Principles, Expansionist, Outsider, Executor) that peer-review anonymously and synthesize a verdict. Trigger on 'council this', 'pressure-test this', 'war room this', or any high-stakes either/or choice. Skip for factual lookups, summaries, or simple…

Sdinzsh/PowerHou53 · 85 tokens