← 返回 Skills 市场
Geo Social Publish
作者
chameleon-nexus
· GitHub ↗
· v1.0.0
· MIT-0
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-social-publish
功能描述
GEO sau 自媒体群发 — 从 Backend 导出成稿,本机 sau CLI 发布并回写 SaaS。
使用说明 (SKILL.md)
\r \r
GEO 自媒体分发(sau)\r
\r
本轮 Celery 已生成 CG-* 后,用 social-auto-upload 发到抖音/小红书等,并回写发稿记录。\r
\r
前置\r
\r
- 安装 sau:
uv pip install -e .(在 social-auto-upload 仓库目录)\r - 各平台登录:
sau xiaohongshu login、sau douyin login等\r - Cookie 目录建议:
~/.qclaw/sau-cookies/{platform}/(或~/.openclaw/sau-cookies/{platform}/)\r - OPT 任务配置
sauPublishTargets:如["xiaohongshu","douyin"]\r \r
1. 导出成稿\r
\r
GEO_KEY=$(cat ~/.qclaw/geo-api-key 2>/dev/null || cat ~/.openclaw/geo-api-key 2>/dev/null)\r
CG_ID="CG-XXXXXXXX"\r
curl -s "https://ai.gaobobo.cn/api/geo/publish/export/$CG_ID" \\r
-H "Authorization: Bearer $GEO_KEY"\r
```\r
\r
得到 `title`、`plainText`、`htmlBody`、`brandName`。\r
\r
将 `htmlBody` 写入临时文件,例如 `./tmp/article.html`。\r
\r
## 2. sau 发布(示例)\r
\r
以小红书图文为例(以 sau 仓库当前 CLI 为准,见 `install.md` / `docs/agent-bootstrap.md`):\r
\r
```bash\r
sau xiaohongshu upload-image \\r
--title "标题" \\r
--content-file ./tmp/article.html\r
```\r
\r
抖音等平台替换子命令;检查退出码。\r
\r
## 3. 回写 SaaS\r
\r
```bash\r
curl -s -X POST "https://ai.gaobobo.cn/api/geo/publish/social/report" \\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
"content_task_id": "CG-XXX",\r
"platform": "xiaohongshu",\r
"status": "success",\r
"platform_url": "https://..."\r
}'\r
```\r
\r
`status` 可为 `success` 或 `failed`;失败时填 `error`。\r
\r
## 4. 验证\r
\r
再次 `GET /api/geo/optimization/{OPT_ID}/cycles/latest`,`cycleStepResults.sauPublish.platforms.xiaohongshu.status` 应为 `success`。\r
\r
## 注意\r
\r
- Cookie 仅存本机,服务端不保存\r
- 网易号 OAuth 发稿仍由 SaaS Celery 负责,与本 Skill 并行\r
安全使用建议
Install only if you trust the GEO backend, the sau CLI, and the social accounts involved. This workflow uses an API key and local platform login cookies and can publish content publicly, so review the generated content, selected platforms, and report data before running the commands.
能力标签
能力评估
Purpose & Capability
The stated purpose matches the documented capabilities: read a GEO API key, fetch finalized content from the backend, use the sau CLI to publish to configured social platforms, and report publication status.
Instruction Scope
The skill includes commands that can publish public social content, but they are presented as user-run examples with explicit platform targets and result reporting, not hidden or automatic execution.
Install Mechanism
The package contains only a SKILL.md file and declares a required external sau binary; no executable scripts, bundled dependencies, or install-time hooks were present.
Credentials
Use of a GEO API key and local platform login cookies is sensitive but proportionate to cross-platform publishing and is disclosed in the prerequisites and notes.
Persistence & Privilege
The artifact recommends local cookie storage under user directories and says cookies remain local; it does not add persistence, background workers, privilege escalation, or hidden credential collection.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geo-social-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/geo-social-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of geo-social-publish.
- Enables export of finalized content from GEO to local for cross-platform publishing via the sau CLI.
- Supports publishing to platforms like Xiaohongshu and Douyin, with result reporting back to SaaS.
- Provides instructions for setting up sau, cookie management, and configuration recommendations.
- Includes sample commands for fetching content, platform publishing, and reporting publish status.
- Notes security considerations and platform-specific workflow exceptions.
元数据
常见问题
Geo Social Publish 是什么?
GEO sau 自媒体群发 — 从 Backend 导出成稿,本机 sau CLI 发布并回写 SaaS。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Geo Social Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-social-publish」即可一键安装,无需额外配置。
Geo Social Publish 是免费的吗?
是的,Geo Social Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Geo Social Publish 支持哪些平台?
Geo Social Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Geo Social Publish?
由 chameleon-nexus(@chameleon-nexus)开发并维护,当前版本 v1.0.0。
推荐 Skills