← 返回 Skills 市场
2699
总下载
1
收藏
17
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-autopilot
功能描述
Run local SEO autopilot for boll-koll.se or hyresbyte.se and return PR link plus summary.
使用说明 (SKILL.md)
seo-autopilot
Usage (WhatsApp / chat)
- seo
- seo boll-koll.se
- seo hyresbyte.se
Default site: boll-koll.se
Safety
Only allow: boll-koll.se, hyresbyte.se
Never run arbitrary commands. Only run:
- scripts/run.sh \x3Csite>
Behavior
- Parse site from the message, default to boll-koll.se.
- Refuse if site is not in allowlist.
- Run: scripts/run.sh \x3Csite>
- Extract PR url from stdout (line starting with "PR:").
- If SEO_REPORT.md exists in the repo, include the top 3 findings in the reply.
安全使用建议
Do not install or run this skill until you verify the origin and contents of the 'seo-autopilot' program it calls. Ask the author: (1) where does the 'seo-autopilot' binary come from (official repo/release URL and version)? (2) provide an install spec or include source code and a reproducible build, plus checksums/signature for any binaries. If you must test it, run inside a tightly sandboxed environment (isolated container) and inspect what the 'seo-autopilot' binary does (network endpoints, file accesses). Also clarify how SEO_REPORT.md is supposed to be read (the script does not read it) and restrict exec permissions so the agent cannot run arbitrary commands beyond scripts/run.sh.
功能分析
Type: OpenClaw Skill
Name: seo-autopilot
Version: 1.0.0
The skill bundle is classified as benign. It explicitly declares the use of the 'exec' tool, but implements robust input validation for the 'site' argument in both the SKILL.md instructions and the scripts/run.sh script. The script only executes a specific external command, 'seo-autopilot', with the strictly validated input. There is no evidence of data exfiltration, persistence, arbitrary command execution, or malicious prompt injection. File access for 'SEO_REPORT.md' is explicitly stated and aligns with the skill's purpose.
能力评估
Purpose & Capability
Name/description match the included script's intent: run an SEO tool for two allowlisted sites and return a PR link. However, the skill depends on an external 'seo-autopilot' CLI binary that is not declared in requirements or an install spec. Requiring a host-provided binary without documenting it is disproportionate and unclear.
Instruction Scope
SKILL.md explicitly restricts actions to running scripts/run.sh <site> and to the two allowlisted sites, which is good. But SKILL.md also says the agent should include the top 3 findings from SEO_REPORT.md if it exists — there is no code that reads that file, and the allowed-tools list includes exec which could be used to read arbitrary files if the agent deviates. The script itself only runs an external program and echoes its output; the agent would need to run extra commands to implement the SEO_REPORT.md behavior, which is an inconsistency.
Install Mechanism
There is no install spec. The provided script calls an external 'seo-autopilot' program (seo-autopilot "$SITE") which is neither provided nor installed by the skill. This reliance on an undeclared binary is a high-risk omission: the execution will succeed only if a binary named 'seo-autopilot' exists on PATH (which could be benign or attacker-controlled).
Credentials
The skill requests no environment variables, no credentials, and no config paths — these are proportionate to the stated task.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and is user-invocable only. It does allow exec (normal for instruction-only skills).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seo-autopilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/seo-autopilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of seo-autopilot skill.
- Supports automated local SEO runs for boll-koll.se and hyresbyte.se.
- Trigger by sending "seo", "seo boll-koll.se", or "seo hyresbyte.se".
- Executes a secure script and returns a pull request link and short summary.
- Extracts and highlights top 3 findings from SEO_REPORT.md if available.
- Restricts execution to allowlisted sites only.
元数据
常见问题
Seo Autopilot 是什么?
Run local SEO autopilot for boll-koll.se or hyresbyte.se and return PR link plus summary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2699 次。
如何安装 Seo Autopilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seo-autopilot」即可一键安装,无需额外配置。
Seo Autopilot 是免费的吗?
是的,Seo Autopilot 完全免费(开源免费),可自由下载、安装和使用。
Seo Autopilot 支持哪些平台?
Seo Autopilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Seo Autopilot?
由 adamhjort(@adamhjort)开发并维护,当前版本 v1.0.0。
推荐 Skills