guide

A project-guide workflow that summarizes the OpenClaw Bot system, its commands, enabled skills, memory, and recent social publishing activity.

In plain words
What is it for?
Use it to review the system architecture, available commands, income channels, enabled skills, memory status, and latest publishing statistics.
Why use it?
It gives someone a single overview of how the project is organized and what capabilities and operating status it currently has.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/djblack1209-coder/openclaw-bot/guide
Any agent
npx skills add djblack1209-coder/OpenClaw-Bot --skill guide
Clone the repo
git clone --depth 1 https://github.com/djblack1209-coder/OpenClaw-Bot

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 942 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00035 $0.00942
Opus 5 $0.00017 $0.00471
Sonnet 5 $0.00007 $0.00188
Haiku 4.5 $0.00003 $0.00094

Measured 2d ago against content hash 5a01a8dcf007, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/openclaw/skills/guide/SKILL.md · 94 lines

What it actually says

使用说明 / Project Guide

当 严总 输入 /guide 或"使用说明"时,输出以下完整项目概览。

行为

  1. 读取本文件中的项目概览模板
  2. 读取 memory/INDEX.md 获取当前记忆状态
  3. 读取 .openclaw/openclaw.jsonskills.entries 获取已启用 skill 数量;若不存在则统计 apps/openclaw/skills/*/SKILL.md 文件数量
  4. 读取 apps/openclaw/memory/social/SOC-001-publish-runs.md 获取最新发布统计
  5. 汇总后以下方模板输出

输出模板

📖 OpenClaw Bot 使用说明

━━━━━━ 🏗️ 项目架构 ━━━━━━

OpenClaw Bot 是一套 AI Agent 驱动的全栈自动化系统:

• 🧠 OpenClaw — AI 中枢大脑(Telegram Bot @carven_OpenClaw_Bot)
• 🤖 ClawBot — Python 多 Bot 执行引擎(交易/社媒/资讯/浏览器)
• 🖥️ Manager — macOS 原生桌面管理面板
• ⚡ Gateway — 本地网关(端口 18789)

━━━━━━ 📋 可用命令一览 ━━━━━━

【基础】
/guide — 📖 你正在看的这个
/start — 启动待命  /help — 命令列表
/status — 系统状态  /model — 模型切换
/clear — 清上下文  /reset — 重置会话
/usage — 用量统计  /cost — 成本配额

【社媒运营】
/hot — 🔥 抓热点并一键双发 X + 小红书
/post_social — 双平台发布
/post_x — 发 X  /post_xhs — 发小红书
/social_plan — 生成发文计划
/social_persona — 查看当前社媒人设

【交易 & 盈利】
/profit — 💰 盈利作战室
/alpha — 🔬 Alpha 研究流水线
/risk — ⚠️ 交易风险闸门
/brief — 📊 PnL 日报
/recover — 🔄 目标未达恢复重训

【系统管理】
/heal — 🩺 ClawBot 自愈恢复
/channel — 📡 多渠道总控中心
/lane — 🏷️ 群聊分流标签
/dev — 🛠️ 开发任务模式
/coding_agent — 委托编码任务
/github — GitHub 操作

【产研】
/dev — 🛠️ 开发任务模式(想法→Spec→Demo→走查)

━━━━━━ 💰 盈利渠道 ━━━━━━

1. Upwork 自动接单 — 变现 watcher 自动推送
2. 社媒流量变现 — X + 小红书引流
3. JIYU 用户支持与 API 配置

━━━━━━ 🤖 自动化能力 ━━━━━━

• 社交发布: 热点监控→选题评分→内容生成→预检→Playwright 自动发布→互动
• 用户支持: 账号/余额/API Key/渠道状态只读定位→明确下一步
• 交易系统: 回测→风控→自动交易→绩效分析→止损回撤自动停机
• 浏览器自动化: Chrome CDP 预热→X/小红书/Upwork 自动操作

━━━━━━ 📊 当前状态 ━━━━━━

• 记忆索引:(读取 memory/INDEX.md 最后更新日期)
• 已启用 skills 数:(统计 skills 目录下 SKILL.md 数量)
• 最近社媒发布:(读取 SOC-001 获取最新发布记录)

提示: 发送任何问题我都会尽力回答。私聊走主脑模型,群聊走免费模型。

注意

  • 根据实际读取到的数据动态填充"当前状态"部分
  • 保持简洁,不超过一屏 Telegram 消息
  • 中文输出
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 94 lines · 35 tokens per session scan A 5a01a8dcf007

Subscribe to this mod's changes

guide is a skill published in the GitHub repository djblack1209-coder/OpenClaw-Bot (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 35 tokens to every session and 942 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.