SkillAgentSearch skills...

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/badi

Installs into whichever agent you are using.

About this skill
⚡

Claude Commands

Claude Code slash commands

Quality Score

70/100

Category

Security

Supported Platforms

Claude Code

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.

Substance
20/30
Structure
20/20
Description
15/15
Adoption
0/20
Freshness
15/15

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.

SkillScoreStarsUpdatedFormat
wp (this skill)by fatihkan70020d agoClaude Commands
claude-memby thedotmack10094.8k1d agoCLAUDE.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
Understand-Anythingby Egonex-AI10084.3k15d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.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.

WordPress 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 admin user 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

View on GitHub
GitHub Stars0
CategorySecurity
Updated20d ago
Forks0

Trust signals

80/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium1 low