← 返回 Skills 市场
Geo Mass Publish Check
作者
chameleon-nexus
· GitHub ↗
· v1.0.0
· MIT-0
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-mass-publish-check
功能描述
GEO 待群发检查 — 查询范文/仿写双状态,可群发时提示用户用融媒宝发布。供 QClaw 定时或 autopilot 之后执行;消息发送由 QClaw/微信完成。
使用说明 (SKILL.md)
GEO 待群发检查
在 geo-cycle-autopilot 之后运行,或由用户单独配置定时(例如每日 8:05)。
前置(本 skill 可独立运行,不依赖 geo-opt-coordinator)
读取密钥
- 依次读取
~/.qclaw/geo-api-key、~/.openclaw/geo-api-key;存在且非空则使用 - 若不存在或为空:向用户索要 GEO API Key,提示在 SaaS 账户设置 → 龙虾密钥 创建,并保存:
echo -n "\x3C用户提供的key>" > ~/.qclaw/geo-api-key
GEO_KEY=$(cat ~/.qclaw/geo-api-key 2>/dev/null || cat ~/.openclaw/geo-api-key 2>/dev/null)
BASE="https://ai.gaobobo.cn"
验证密钥(查询前必做)
curl -s -X POST "$BASE/api/geo/verify-key" \
-H "Authorization: Bearer $GEO_KEY"
- 返回
code: 0→ 继续下文 - HTTP 401/403 或
code != 0→ 立即停止,告知用户密钥无效或已吊销,请到 SaaS 重新创建并更新本机 key 文件
1. 查询可群发任务
curl -s "$BASE/api/geo/optimization/mass-publish/pending" \
-H "Authorization: Bearer $GEO_KEY"
返回 data.items[],每项含:
brandName、productName、cycleNumberfanwenStatusLabel、fangxieStatusLabel(必须同时回报两个状态)fanwenLocalPath、fangxieLocalPath(已完成导出时的本机路径提示)
可群发条件:范文或仿写任一侧已 completed(已导出并上报)。
2. 回报用户(固定话术模板)
对每条 items 输出(由 QClaw 发到微信或桌面,本项目不实现推送通道):
【GEO 待群发】{brandName} · {productName} · 第 {cycleNumber} 周期
范文:{fanwenStatusLabel}
仿写:{fangxieStatusLabel}
范文文件:{fanwenLocalPath 或「—」}
仿写文件:{fangxieLocalPath 或「—」}
请打开融媒宝 → 批量导入 Word/ZIP → 选择上述目录中的文件发布。
安装说明见 SaaS「群发助手(融媒宝)安装指南」。
若无 items 或为空:简短说明「当前没有待群发任务,范文/仿写仍在生成或待导出」。
3. 可选:全量列表对照
也可 GET /api/geo/optimization/tasks,逐条读取 latestCycle.cycleStepResults.massPublish 与 openclawActions,对 canMassPublish=false 的任务仅汇报双状态、不强调融媒宝。
约束
- 勿要求用户输入 OPT-ID
- 不执行发帖;发布结果不回写 SaaS
安全使用建议
Install only if you intend to connect the agent to the GEO SaaS. Store the GEO key with restrictive local permissions, rotate it if the machine is shared or compromised, and remember that the skill sends the key only to the configured GEO service endpoints for verification and status checks.
能力标签
能力评估
Purpose & Capability
The stated purpose is to check GEO mass-publish readiness and report Fanwen/Fangxie status; the artifact’s API verification and status-query steps fit that purpose.
Instruction Scope
Instructions are limited to reading or requesting a GEO API key, querying GEO endpoints, reporting task status and local file paths, and explicitly not posting content or writing publish results back to the SaaS.
Install Mechanism
The package contains only SKILL.md; no executable scripts, dependencies, installers, or hidden artifact files were present.
Credentials
Outbound requests to ai.gaobobo.cn and use of a GEO bearer token are sensitive but proportionate for the advertised SaaS integration.
Persistence & Privilege
The skill stores the GEO API key in a predictable plaintext file under the user’s home directory and can read an existing OpenClaw key file; this is disclosed and narrow, but lacks permission-hardening guidance.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geo-mass-publish-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/geo-mass-publish-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of geo-mass-publish-check.
- Checks for GEO optimization tasks eligible for mass publishing after autopilot or at scheduled times.
- Validates and prompts for GEO API Key if missing, guiding users to create and save it.
- Lists both "Fanwen" and "Fangxie" statuses for each cycle, including file locations if available.
- Alerts users when tasks are ready for mass publishing and provides instructions for publishing via 融媒宝.
- If no tasks are pending, notifies user accordingly; does not handle publishing or reporting results.
元数据
常见问题
Geo Mass Publish Check 是什么?
GEO 待群发检查 — 查询范文/仿写双状态,可群发时提示用户用融媒宝发布。供 QClaw 定时或 autopilot 之后执行;消息发送由 QClaw/微信完成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Geo Mass Publish Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-mass-publish-check」即可一键安装,无需额外配置。
Geo Mass Publish Check 是免费的吗?
是的,Geo Mass Publish Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Geo Mass Publish Check 支持哪些平台?
Geo Mass Publish Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Geo Mass Publish Check?
由 chameleon-nexus(@chameleon-nexus)开发并维护,当前版本 v1.0.0。
推荐 Skills