src/skills/optional/reactions/SKILL.md
This skill should be used when the user explicitly wants to react to a message with an emoji and the current runtime already has a local reaction bridge endpoint available.
npx skillsauth add 42atom/msgcode reactionsInstall 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.
对已有消息添加表情反应。
这不是 msgcode 当前默认 core 能力。
只有在当前环境已提供本地 reaction bridge 时才使用;如果没有该桥接能力,要直接说明当前环境不支持,不要假装已经反应成功。
当前约定的本地桥接接口是 HTTP:
POST http://localhost:23001/api/reaction/setPOST http://localhost:23001/api/discord/reactionPOST http://localhost:23001/api/feishu/messages/<msg-id>/reactioncurl -s -X POST http://localhost:23001/api/feishu/messages/MSG_ID/reaction \
-H 'Content-Type: application/json' \
-d '{"emoji":"THUMBSUP"}'
messageId 时瞎猜目标消息data-ai
This skill should be used when the model needs detailed image understanding beyond the system preview summary, and needs a provider-neutral capability index.
development
# todo skill 触发:任务记录、查看待办、标记完成。 优先入口:`~/.config/msgcode/skills/todo/main.sh` 默认 workspace:当前目录 `$PWD`(可被 `--workspace` 覆盖)。 常用: - `bash ~/.config/msgcode/skills/todo/main.sh add "补充测试报告" --json` - `bash ~/.config/msgcode/skills/todo/main.sh list --json` - `bash ~/.config/msgcode/skills/todo/main.sh done <taskId> --json`
development
# thread skill 触发:查看/切换会话线程,读取线程消息。 优先入口:`msgcode thread ...` 常用: - `msgcode thread list --json` - `msgcode thread active --json` - `msgcode thread messages <thread-id> --limit 20 --json` - `msgcode thread switch <thread-id> --json`
development
This skill should be used when the model needs to create, inspect, enable, disable, or remove recurring schedules in msgcode, or when diagnosing schedule state in the current workspace.