← Back to Skills Marketplace
Seo Blog Writer
by
justinbao19
· GitHub ↗
· v3.2.0
· MIT-0
132
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install seo-blog-writer
Description
Fully automated SEO article writer. Give it a topic and domain — it handles everything: auto-discovers product context, researches keywords, analyzes competi...
Usage Guidance
This skill appears to do what it says (research, write, verify links) and has no install or required secrets — good. However, its runtime instructions ask the agent to spawn a subagent with 'full' security so it can run shell commands (curl/grep) and write files incrementally. Only grant that level of access if you trust the skill and the platform prompts you with a clear, limited scope (which directories, which commands). If you prefer less risk: run the skill in your main session (as the SKILL.md suggests) so you control any file/network operations, or deny subagent exec permissions and accept a reduced feature set (no curl-based link checks or automated disk writes). Also audit any product_context files you supply so they don't contain secrets, and test the skill on a throwaway output directory first.
Capability Analysis
Type: OpenClaw Skill
Name: seo-blog-writer
Version: 3.2.0
The skill requests 'full' security permissions for subagents in SKILL.md, justifying it for disk writes and curl-based link verification. While these capabilities are plausibly linked to the stated goal of automated SEO writing, the requirement for high-privilege execution and the implementation of a complex 'long-running task' model with incremental file I/O represent a significant attack surface. No explicit evidence of malicious intent (such as data exfiltration or backdoors) was found, but the broad permissions and potential for shell-based execution via curl warrant a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description (automated SEO article writer) aligns with the requested capabilities: web search, fetching links, and writing drafts/reports to disk. Requesting disk writes and web_fetch for link verification is coherent. One small mismatch: SKILL.md asks for 'exec' access (curl/grep) when spawning subagents even though registry metadata lists no required binaries — this is plausible but worth noting.
Instruction Scope
The SKILL.md instructs the agent to create workspaces, write files incrementally, perform read/grep verification, and run curl/web_fetch to check links. Critically, it explicitly tells the agent how to spawn a subagent with security: 'full' to enable exec-based checks. Those instructions go beyond simple web API calls and actively ask for the ability to run system commands and modify local disk, which increases risk if granted.
Install Mechanism
No install spec and no code files — instruction-only skill. This lowers risk because nothing arbitrary will be downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. It also does not demand unrelated service tokens. That is proportionate to its stated purpose.
Persistence & Privilege
always:false (no forced persistence), but the skill tells the agent to spawn subagents with 'security: "full"' to gain exec and disk access for long-running tasks. While not automatically applied, the explicit instruction to request elevated subagent privileges is a notable privilege-escalation vector and should be approved only after user review.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-blog-writer - After installation, invoke the skill by name or use
/seo-blog-writer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
seo-blog-writer v3.2.0
- Added explicit documentation of external web_search and web_fetch access for SERP analysis and link verification in the skill manifest.
- Declared disk_write permission requirement for article, QA report, and schema output (crash-safe execution).
- Clarified subagent spawning: security: "full" is required for file writes and link verification, with instructions for both subagent and main session operation.
- Updated long-running task protocol description for clearer, step-by-step crash-safe execution guidance.
- No changes to actual execution logic or feature set; all updates are to documentation and permission declaration.
v3.1.1
Clarify description: emphasize fully automated execution, one confirmation gate, and complete delivery package (article + QA + schema + promotion checklist).
v3.1.0
v3.1.0: Added Execution Model section, fixed Phase 0.6 trigger timing, resolved Phase 2/3.1 conflict, fixed markdown nesting bug, closed QA loop, unified file naming
Metadata
Frequently Asked Questions
What is Seo Blog Writer?
Fully automated SEO article writer. Give it a topic and domain — it handles everything: auto-discovers product context, researches keywords, analyzes competi... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Seo Blog Writer?
Run "/install seo-blog-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seo Blog Writer free?
Yes, Seo Blog Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seo Blog Writer support?
Seo Blog Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seo Blog Writer?
It is built and maintained by justinbao19 (@justinbao19); the current version is v3.2.0.
More Skills