← 返回 Skills 市场
Geo Deep Imitate
作者
chameleon-nexus
· GitHub ↗
· v1.0.0
· MIT-0
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-deep-imitate
功能描述
GEO 深度仿写 — Firecrawl 全文爬取 + Backend deep_imitate 成稿入库。
使用说明 (SKILL.md)
\r \r
GEO 深度仿写(OpenClaw)\r
\r
针对已开启 deepImitateEnabled 的 OPT 任务:拉信源 URL → 爬全文 → 提交 Backend 异步成稿。\r
\r
1. 信源列表\r
\r
GEO_KEY=$(cat ~/.qclaw/geo-api-key 2>/dev/null || cat ~/.openclaw/geo-api-key 2>/dev/null)\r
OPT_ID="OPT-XXXXXXXXXXXX"\r
CYCLE=1\r
curl -s "https://ai.gaobobo.cn/api/geo/diagnosis/imitate-sources?optimization_task_id=$OPT_ID&cycle_number=$CYCLE" \\r
-H "Authorization: Bearer $GEO_KEY"\r
```\r
\r
取 Top1–3 条带 `url` 的条目。\r
\r
## 2. 爬全文\r
\r
对每条 URL(优先 Firecrawl):\r
\r
- `firecrawl_scrape(url, extractMode=markdown, onlyMainContent=true, maxChars=50000)`\r
- 失败 → `web_fetch(url)`\r
- 仍失败 → 用 `summary` 并明确告知用户已降级\r
\r
可选:本地 LLM 从 markdown 提取 `reference_outline`(sections 数组)。\r
\r
## 3. 提交成稿\r
\r
```bash\r
curl -s -X POST "https://ai.gaobobo.cn/api/geo/article/generate-deep-imitate" \\r
-H "Authorization: Bearer $GEO_KEY" \\r
-H "Content-Type: application/json" \\r
-d '{\r
"optimization_task_id": "OPT-XXX",\r
"cycle_number": 1,\r
"brand_name": "品牌名",\r
"keyword": "核心词",\r
"reference_url": "https://...",\r
"reference_markdown": "全文 markdown...",\r
"reference_outline": {"sections": ["引言", "对比", "结论"]}\r
}'\r
```\r
\r
## 4. 轮询\r
\r
```bash\r
TASK_ID="CG-XXXXXXXX"\r
# 间隔 ≥30 秒\r
curl -s "https://ai.gaobobo.cn/api/geo/article/$TASK_ID" \\r
-H "Authorization: Bearer $GEO_KEY"\r
```\r
\r
`status=completed` 且正文非空即成功;周期日志 `deepImitate` 由服务端自动回写。\r
\r
## 约束\r
\r
- 与 SaaS **浅仿写**(`imitate_enabled`)互斥,勿重复派发 Celery imitate\r
- 不触发三方媒体自动发稿(无 `publishTaskId` 自动创建)\r
安全使用建议
Review this skill before installing. It is not showing malicious behavior, but it expects access to a local GEO API key file and uses that token against ai.gaobobo.cn, while the manifest only declares a Firecrawl key. Install only if you trust that backend, understand which GEO account the token controls, and are comfortable with scraped reference content being submitted there.
能力标签
能力评估
Purpose & Capability
The stated purpose is to fetch GEO source URLs, scrape article text, and submit it to a GEO backend for asynchronous deep-imitate article generation; the documented curl and scraping workflow matches that purpose.
Instruction Scope
The instructions read a GEO API key from home-directory files and use it in Authorization headers, but the manifest only declares FIRECRAWL_API_KEY. The instructions also mention web_fetch as a fallback while only declaring firecrawl_scrape.
Install Mechanism
There are no executable install scripts or dependency packages; the artifact is a single SKILL.md file.
Credentials
External access to Firecrawl, arbitrary source URLs, and https://ai.gaobobo.cn is expected for the workflow, but the local GEO credential file access and fallback retrieval path are not fully reflected in declared requirements.
Persistence & Privilege
The skill does not create local persistence, but it can create backend article-generation tasks and server-side records through an authenticated API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geo-deep-imitate - 安装完成后,直接呼叫该 Skill 的名称或使用
/geo-deep-imitate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of geo-deep-imitate skill.
- Fetches source URLs for enabled OPT tasks and scrapes full text using Firecrawl, with fallback to web_fetch if needed.
- Submits scraped content for backend asynchronous deep imitation article generation.
- Includes polling for task completion and integrates result logs automatically.
- Ensures mutual exclusivity with shallow imitation tasks and does not trigger third-party publishing.
元数据
常见问题
Geo Deep Imitate 是什么?
GEO 深度仿写 — Firecrawl 全文爬取 + Backend deep_imitate 成稿入库。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Geo Deep Imitate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-deep-imitate」即可一键安装,无需额外配置。
Geo Deep Imitate 是免费的吗?
是的,Geo Deep Imitate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Geo Deep Imitate 支持哪些平台?
Geo Deep Imitate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Geo Deep Imitate?
由 chameleon-nexus(@chameleon-nexus)开发并维护,当前版本 v1.0.0。
推荐 Skills