skills/onebot-ops/SKILL.md
OneBot (QQ/Lagrange) 渠道的最小运维与使用说明,围绕基础收发、配置和 target 规则。
npx skillsauth add afindex/my_roleplay_claw_onebot onebot-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这个 skill 对应当前仓库里的精简版 OneBot 渠道插件,目标是先让链路走通。
@ 机器人时回复openclaw message send --channel onebotgroup:<群号>,私聊用 user:<QQ号>openclaw onebot setupconfig.mdsend.mdreceive.mddevelopment
为 QQ / OneBot 角色对话设计和约束表情表达风格;适用于需要决定何时用 Unicode emoji、何时用 QQ 系统表情、何时只保留文字语气的场景。
content-media
在 OpenClaw OneBot / NapCat 插件里实现、接入和调试表情相关能力,覆盖标准消息段(face、poke、rps、dice、image)以及 NapCat 扩展(mface、消息贴表情、自定义表情)。
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------