用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bytesagain/ai-skills --skill wp-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build BI dashboard specs, chart plans, SQL queries, and Apache Superset chart JSON. Use when creating dashboards, BI reports, KPI charts, or visualization layouts.
Localize product listings across English and Chinese ecommerce channels. Use when adapting Amazon, Shopify, Taobao, Pinduoduo, TK, or independent-site copy.
Optimize ecommerce keywords and product copy. Use when building keyword maps, rewriting titles, improving category text, auditing listings, or planning search terms.
正在显示 SKILL.md
基于 SOC 职业分类
| name | wp-manager |
| version | 4.0.0 |
| description | Manage WordPress sites with cookie auth, page CRUD, duplicate detection, and batch cleanup. Requires curl. |
| author | BytesAgain |
| homepage | https://bytesagain.com |
Manage WordPress sites with cookie-based authentication, content CRUD, duplicate page detection, and batch cleanup. Use when managing WordPress pages, cleaning duplicates, or syncing content.
Set WP_URL environment variable or defaults to https://bytesagain.com.
WordPress credentials read from .env file automatically.
loginscripts/script.sh login [password]
# Auto-reads WP_PASS from .env if no password given
statusscripts/script.sh status
# Shows site health + session age
list-pagesscripts/script.sh list-pages [count] [page]
# Paginated page listing with ID, slug, date, status
list-all-pagesscripts/script.sh list-all-pages
# Fetches ALL pages to local cache (all-pages.jsonl)
create-pagescripts/script.sh create-page "Title" "Content" "slug" "publish"
delete-pagescripts/script.sh delete-page <page-id>
delete-batchscripts/script.sh delete-batch <ids-file>
# Delete multiple pages from a file of IDs (one per line)
find-duplicatesscripts/script.sh find-duplicates
# Scans all pages, finds slug-2/slug-3 copies, saves IDs for deletion
clean-duplicatesscripts/script.sh clean-duplicates
# Interactive: deletes duplicate pages found by find-duplicates
clean-blacklistedscripts/script.sh clean-blacklisted [blacklist-file]
# Finds WP pages matching blacklisted skill slugs
searchscripts/script.sh search <query>
Session cookies and page cache stored in ~/.local/share/wp-manager/.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com