← Back to Skills Marketplace
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seo-autopilot-pro
Description
Fully automated SEO content freshness engine. Monitors a keyword research reports directory, automatically generates landing pages and blog posts, runs SEO a...
Usage Guidance
This skill will create files in your repo (.kiro hooks, steering file, processed.json), update .vscode settings, generate new pages, and run git commit/push operations — so only install it in projects where you trust automated commits. Before enabling automation: (1) review and customize the provided steering template and hook prompt; (2) test on a feature branch or fork (do not push directly to production/main); (3) consider requiring PRs or branch protections instead of direct pushes; (4) ensure your CI/deploy pipeline and git credentials are configured safely; (5) decide whether processed.json should be committed or ignored; and (6) restrict the hook's report_dir pattern to a dedicated folder to avoid accidental triggering. If any of these steps are unacceptable, do not enable automatic runs and instead run the pipeline manually.
Capability Analysis
Type: OpenClaw Skill
Name: seo-autopilot-pro
Version: 1.0.0
The skill implements a high-privilege automation pipeline that modifies IDE settings (`.vscode/settings.json`) to enable automatic git fetching and performs automated `git push` operations to the main branch (`SKILL.md`, `references/steering-template.md`). While these capabilities are aligned with the stated goal of automated SEO content deployment, the combination of broad file system access, automated code generation, and deployment triggered by external file hooks represents a significant security risk. The lack of clear malicious intent or data exfiltration prevents a 'malicious' classification, but the autonomous nature of the git operations and configuration changes is highly risky.
Capability Assessment
Purpose & Capability
The name/description (automating keyword reports → pages → push) align with the runtime instructions: discover reports, parse, generate pages, register in navigation/sitemap, run audits, and git push. The required filesystem and git access are proportionate for this purpose.
Instruction Scope
SKILL.md instructs the Agent to read project files (navigation, blog, sitemap), create steering/hook files, modify .vscode/settings.json, write new pages and update processed.json, then commit/push. These are within the skill's scope but give the Agent broad write access to the repository—review steering templates and the hook prompt before enabling automated runs.
Install Mechanism
No install step or external downloads; this is an instruction-only skill (lowest install risk).
Credentials
No environment variables or credentials are declared, which is consistent with an instruction-only skill. However, the pipeline relies on existing git credentials and an auto-deploy platform (Vercel/Netlify/etc.) to be present; those implicit privileges (ability to commit/push and trigger deploys) are expected for the stated functionality but are not explicitly listed.
Persistence & Privilege
always is false and autonomous invocation is allowed (default). The skill creates project-local hook/steering files and a processed.json state file — normal for this automation. It does not request permanent platform-level privileges or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-autopilot-pro - After installation, invoke the skill by name or use
/seo-autopilot-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — fully automated SEO content freshness engine, converts keyword research reports into deployed landing pages and blog posts with zero manual work
Metadata
Frequently Asked Questions
What is SEO Autopilot Pro?
Fully automated SEO content freshness engine. Monitors a keyword research reports directory, automatically generates landing pages and blog posts, runs SEO a... It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install SEO Autopilot Pro?
Run "/install seo-autopilot-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SEO Autopilot Pro free?
Yes, SEO Autopilot Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SEO Autopilot Pro support?
SEO Autopilot Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SEO Autopilot Pro?
It is built and maintained by claw0x (@kennyzir); the current version is v1.0.0.
More Skills