← 返回 Skills 市场
Wordpress AEO Autoblogger
作者
James Jernigan
· GitHub ↗
· v1.0.0
· MIT-0
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wordpress-aeo-autoblogger
功能描述
Autonomous AEO and SEO content generation and optimization engine for scaling business operations. Use when Codex needs to run end-to-end programmatic SEO wo...
安全使用建议
This skill implements an autonomous WordPress autoblogging pipeline that scrapes competitors, calls LLMs, builds embeddings, and directly updates posts. Before installing, consider:
- Metadata mismatch: the package metadata declares no required environment variables or install steps, but the code and SKILL.md require many sensitive keys (WP credentials, multiple LLM API keys, scraper and proxy credentials). Treat the skill as requiring several secrets and heavy dependencies.
- Live publishing: the pipeline will PUT content to your WordPress site using WP_USERNAME and WP_APP_PASSWORD. Use a low-privilege WordPress account (not a site admin) and test on a staging site first.
- Hidden promotional CTA: config.py sets CTA_LINK = "https://oneclickvids.com" and CTA_TEXT; the workers will inject CTAs into published content by default. If you don't want that, search and change CTA_LINK/CTA_TEXT before use.
- Dependency & environment setup: requirements include Playwright (requires browser installs) and ChromaDB; plan to run in an isolated environment (container/VM) and review setup.py to see how DBs/files are initialized.
- Cost and rate controls: the code enforces a daily cost cap but will still make network calls; ensure your API keys have appropriate quotas and billing limits.
- Review setup.py and any omitted files: the manifest references setup.py and other truncated files; inspect setup.py and any remaining code for hidden endpoints, telemetry, or unexpected uploads before running.
If you proceed, run only on a staging WP site with restricted credentials, remove or change the CTA, and audit network endpoints and the DB path to limit surprise data flow.
功能分析
Type: OpenClaw Skill
Name: wordpress-aeo-autoblogger
Version: 1.0.0
The skill bundle is a functional WordPress AEO (Answer Engine Optimization) and SEO automation tool designed to generate, optimize, and publish content autonomously. It handles sensitive credentials (LLM API keys and WordPress Application Passwords) through environment variables and includes several robust security and stability features, such as enforcing HTTPS for WordPress connections in `setup.py`, implementing LLM cost-capping logic in `logger.py`, and using cross-process file locks to prevent database corruption in `setup.py`. While it includes a hardcoded promotional backlink to 'jamesjernigan.com' in the generated post footers (`daily_worker.py`), there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力标签
能力评估
Purpose & Capability
The name/description (WordPress AEO Autoblogger) align with the code: it generates SEO content, scrapes competitors, builds schema, stores embeddings, and publishes directly to WordPress. The heavy use of LLM providers, search/scraper tiers, ChromaDB, and WP REST API is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to verify a .env with WP_URL, LLM provider keys, and scraper keys and to run setup and the worker scripts. The scripts perform network I/O (scraping multiple tiers, Jina, provider APIs), write to WordPress, and update local DB/vector store. However, the registry metadata declares no required env vars or binaries while the SKILL.md and code expect many secrets and dependencies — an explicit mismatch. The runtime instructions and code also contain an automatic publishing path (direct WP PUT) and analytics operations that will update live posts, which is high-impact and should be highlighted to users.
Install Mechanism
There is no install spec in the registry (instruction-only), but the repository includes requirements.txt listing heavyweight packages (playwright, chromadb, google-generativeai, anthropic, openai, filelock, etc.). Playwright also requires browser runtime components. The lack of an install specification combined with these heavy runtime requirements is a deployment friction / surprise risk but not inherently malicious.
Credentials
The code expects many sensitive environment values (e.g., GEMINI_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, GSC_SERVICE_ACCOUNT, SCRAPER_TIER2_KEY, SCRAPER_TIER3_KEY, JINA_API_KEY, PROXY credentials, WP_URL, WP_USERNAME, WP_APP_PASSWORD). Those credentials are proportionate to the declared purpose (publishing + scraping + embedding) — except the registry declares no required env vars, which is an inconsistency. Additionally, config.py hardcodes a CTA_LINK (https://oneclickvids.com) and CTA_TEXT that the pipeline will inject into generated content; that behavior is not called out in the skill description and could be an unwanted promotional/backdoor insertion.
Persistence & Privilege
The skill does not request 'always: true' or other elevated platform privileges. It performs filesystem writes (SQLite DB openclaw.db and ChromaDB under ./chroma_db) and modifies remote WordPress posts via REST API, which are expected for its purpose. No evidence it modifies other skills' configs or requests permanent platform-level presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordpress-aeo-autoblogger - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordpress-aeo-autoblogger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of execute-openclaw-pipeline for autonomous AEO and SEO content generation.
- Supports semantic keyword generation, multi-tiered competitor scraping, and dynamic JSON-LD schema building.
- Enables direct publishing to WordPress and analytics-based CTR decay detection and repair.
- Structured workflows for both daily content generation and ongoing post optimization.
- Enforces concurrency control on vector database writes and automatic scraper fallback logic.
元数据
常见问题
Wordpress AEO Autoblogger 是什么?
Autonomous AEO and SEO content generation and optimization engine for scaling business operations. Use when Codex needs to run end-to-end programmatic SEO wo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 Wordpress AEO Autoblogger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordpress-aeo-autoblogger」即可一键安装,无需额外配置。
Wordpress AEO Autoblogger 是免费的吗?
是的,Wordpress AEO Autoblogger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wordpress AEO Autoblogger 支持哪些平台?
Wordpress AEO Autoblogger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wordpress AEO Autoblogger?
由 James Jernigan(@how2rank)开发并维护,当前版本 v1.0.0。
推荐 Skills