whmcs-price: Skill for Claude Code

.claude/skills/wp-wpcli-and-ops/SKILL.md

wp-wpcli-and-ops is a skill for Claude Code from morno/whmcs-price. It costs 55 tokens per session (948 once invoked), scanned A, original, GPL-2.0.

A WordPress operations skill for using WP-CLI, the command-line tool for managing WordPress sites.

In plain words
What is it for?
Use it to manage plugins, themes, users, and content; export or import databases; run cron jobs; flush caches; handle multisite installations; and automate tasks.
Why use it?
It makes repetitive site administration and database work scriptable while keeping operations such as search-and-replace and imports safer.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is morno/whmcs-price's own configuration. It tells Claude Code how to work on whmcs-price itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything whmcs-price configures →

Reuse

Borrowing it

Nothing to install: this file belongs to morno/whmcs-price. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/morno/whmcs-price/main/.claude/skills/wp-wpcli-and-ops/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/morno/whmcs-price

Made for: Claude Code.

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 wp-wpcli-and-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/morno/whmcs-price/wp-wpcli-and-ops/github.svg)](https://agentmods.dev/skills/morno/whmcs-price/wp-wpcli-and-ops)
Your own site
<a href="https://agentmods.dev/skills/morno/whmcs-price/wp-wpcli-and-ops"><img src="https://agentmods.dev/badge/skills/morno/whmcs-price/wp-wpcli-and-ops/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 wp-wpcli-and-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/morno/whmcs-price/wp-wpcli-and-ops"><img src="https://agentmods.dev/badge/skills/morno/whmcs-price/wp-wpcli-and-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 948 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 unknown 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.00055 $0.00948
Opus 5 $0.00028 $0.00474
Sonnet 5 $0.00011 $0.00190
Haiku 4.5 $0.00006 $0.00095

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

Security

Grade A, and why

wp-wpcli-and-ops 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/wpcli_inspect.mjs), 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.

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.

.claude/skills/wp-wpcli-and-ops/SKILL.md · 124 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 124 lines · 55 tokens per session scan A 4c751f6f2b8b

Subscribe to this mod's changes

wp-wpcli-and-ops is a skill published in the GitHub repository morno/whmcs-price (2 stars, last pushed 18d ago), licensed GPL-2.0. It adds 55 tokens to every session and 948 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

trigger-authoring-tasks

Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and concurrency, idempotency keys, run metadata, logging, triggering other tasks (and the Result shape), scheduled/cron tasks, and the essentials of trigger.config.ts.…

triggerdotdev/trigger.dev · 115 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens

implementing-api-rate-limiting-and-throttling

Implements API rate limiting and throttling controls using token bucket, sliding window, and fixed window algorithms to protect against brute force attacks, credential stuffing, resource exhaustion, and API abuse. The engineer configures per-user, per-IP, and per-endpoint rate limits using Redis-backed counters, API…

xalgorix/xalgorix · 114 tokens

detecting-api-enumeration-attacks

Detect and prevent API enumeration attacks including BOLA and IDOR exploitation by monitoring sequential identifier access patterns and authorization failures.

xalgorix/xalgorix · 32 tokens

exploiting-excessive-data-exposure-in-api

Tests APIs for excessive data exposure where endpoints return more data than the client application needs, relying on the frontend to filter sensitive fields. The tester intercepts API responses and analyzes them for leaked PII, internal identifiers, debug information, or sensitive business data that the UI does not…

xalgorix/xalgorix · 114 tokens

implementing-api-abuse-detection-with-rate-limiting

Implement API abuse detection using token bucket, sliding window, and adaptive rate limiting algorithms to prevent DDoS, brute force, and credential stuffing attacks.

xalgorix/xalgorix · 43 tokens