用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill topic命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | topic |
| description | Show or set the topic/scope for the current project channel. Usage: /topic [description] |
/topic # Show current topic
/topic Voice wake word integration # Set the topic
Read projects/<channel-name>.md and display the Topic field.
If no project file exists: "No project scope set for this channel. Use /topic <description> to set one."
Update the Topic field in projects/<channel-name>.md.
If the project file doesn't exist, create it (same format as /project creates).
Also set the Discord channel topic (the description shown at the top of the channel):
PATCH /channels/<channel_id>
{
"topic": "<description>"
}
📌 Topic for **#<channel-name>** set: <description>
When the topic is set for a channel, the agent should:
/project a new channel for it?"projects/<channel-name>.md AND the Discord channel descriptionIntent: Responsive [I04]. Purpose: [P-TBD].