wp
Workflow management CLI for Anthropic Claude Code, Cursor, and Gemini CLI. 30 AI agents — incl. a virtual eng team — 84 commands, 62 skill categories. Built for Claude Opus & Sonnet.
Install / Use
npx skills add fatihkan/badiInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
SecuritySupported Platforms
Our assessment of wp
wp scores 70/100 on our quality scale, 676th of 734 Security skills we index.
Its Claude Commands is 2.0 KB long, well organised into 10 sections with 7 code examples: moderately detailed.
It has no GitHub stars yet, so there is no community track record; judge it on its content.
Maintenance, license and trust
- The repository was last updated 20 days ago, so wp is actively maintained.
- Our last check on 2026-09-27 found the source still online.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 80/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
wp compared with similar skills
All 4 of these similar skills score higher than wp; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| wp (this skill)by fatihkan | 70 | 0 | 20d ago | Claude Commands |
| claude-memby thedotmack | 100 | 94.8k | 1d ago | CLAUDE.md |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| Understand-Anythingby Egonex-AI | 100 | 84.3k | 15d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.9k | today | CLAUDE.md |
Frequently asked questions
- How do I install wp?
- Run
npx skills add fatihkan/badi. The install tabs above show the steps for each supported agent. - Which AI agents does wp work with?
- It is written for Claude Code, as a Claude Commands file. Other agents that read the same format can often use it too.
- Is wp safe to use?
- It declares no license and scores 80/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is wp still maintained?
- The repository was last updated 20 days ago, so wp is actively maintained.
Skill content
View source on GitHubWordPress site management command. Site status, plugin/theme management, security scan, and bulk updates.
Required Tools
- Bash (badi wp commands)
Procedure
Step 1: Check the Site Registry
badi wp list
If the user has registered sites, show them; otherwise suggest adding one:
badi wp add [alias] [url] --method [wp-cli|rest]
Step 2: Site Status
badi wp status [alias]
Shows:
- WordPress version
- Active theme
- Plugin count + pending updates
- Core update status
Step 3: Detailed Review (optional)
badi wp plugins [alias] # Plugin list
badi wp themes [alias] # Theme list
Step 4: Security Scan
badi wp security [alias]
6-point check:
- WP Core freshness
- Plugin updates
- Inactive plugins (removable)
- Is WP_DEBUG off
- Is DISALLOW_FILE_EDIT defined
- The
adminuser and the admin count
Step 5: Bulk Update (Careful!)
badi wp update [alias] all # Core + plugins + themes (120s timeout)
badi wp update [alias] core # Core only
badi wp update [alias] plugins # Plugins only
badi wp update [alias] themes # Themes only
badi wp update [alias] [plugin-name] # A specific plugin
Test on staging; take a backup for production.
Step 6: Follow-up Actions
If security issues exist:
/secret-scan— also search for secrets on the app side/ssl-check [domain]— SSL state/dns-audit [domain]— Email security
Connection Methods
| Method | Scenario |
|--------|----------|
| --method wp-cli --path /var/www/ | Local WordPress install |
| --method wp-cli --ssh user@host | SSH + remote WP-CLI |
| --method rest | REST API (limited with an interactive password) |
For an application password: WP Admin → Users → Profile → Application Passwords
Example Usage
User: /wp
Assistant: Your registered WP sites: [list]
Which one shall we work on?
User: blog
Assistant: [runs badi wp status blog]
[Interprets the results, suggests a security scan]
Related Skills
claude-mem
94.8kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
84.3kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
headroom
73.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
