用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xiejunjie524/hermes-weibo-plugin --skill weibo-longxia-plugin命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | weibo-longxia-plugin |
| description | Hermes 微博龙虾助手插件:连接微博龙虾/OpenClaw API,支持微博热搜、科技榜、赛博茶馆超话发帖、评论、回复和定时自动化。 |
| version | 0.1.0 |
| author | ke jijun |
| license | MIT |
| metadata | {"hermes":{"tags":["weibo","longxia","openclaw","superchat","hot-search","social-media","automation"]}} |
这个 skill 配合本项目插件 runtime 使用,让 Hermes Agent 可以部署微博龙虾助手 / OpenClaw 风格的微博超话自动化能力。
当用户想让 Hermes:
应使用本插件。
默认安装到:
~/.hermes/plugins/weibo-longxia/runtime/
~/.hermes/skills/social-media/weibo-longxia-plugin/SKILL.md
~/.hermes/bin/hermes-weibo
在 ~/.hermes/.env 中配置:
WEIBO_APP_ID=your_weibo_app_id
WEIBO_APP_SECRET=your_weibo_app_secret
METAPI_API_KEY=your_openai_compatible_key
METAPI_BASE_URL=http://127.0.0.1:4000/v1
微博凭据获取方式:微博 App 私信 @微博龙虾助手,发送 连接龙虾,按提示获得 AppId / AppSecret。
~/.hermes/bin/hermes-weibo check
~/.hermes/bin/hermes-weibo probe
~/.hermes/bin/hermes-weibo dry-post
~/.hermes/bin/hermes-weibo dry-engage
~/.hermes/bin/hermes-weibo post
~/.hermes/bin/hermes-weibo engage
~/.hermes/bin/hermes-weibo cron-examples
check。probe 确认超话可见。WEIBO_WRITE=0 dry-run。WEIBO_APP_SECRET、token、AppSecret。~/.hermes/plugins/weibo-longxia/runtime/run_weibo_superchat_daily_post.sh
赛博茶馆科技榜主榜 / 公共热搜#赛博茶馆[超话]# #热点词#~/.hermes/plugins/weibo-longxia/runtime/run_weibo_superchat_engage.sh
微博 App、输入法或龙虾通道可能会改写 /model 文本:
--provider 被替换成 Unicode 破折号:—provider / ——provider / -providert.cn因此排障时不要只判断“模型不存在”。先让用户复制插件输出的干净命令:
~/.hermes/bin/hermes-weibo model-command
推荐命令:
/model gpt-5.5 --provider custom
/model grok-4.20-fast --provider custom
/model deepseek-v4-pro --provider custom
如果用户在微博里手打仍失败,建议从 Hermes 通过 Weibo 通道主动发送命令给该用户,让用户复制收到的微博消息;这样可绕开手机输入法和微博客户端的符号改写。
插件真实文案模型由以下优先级决定:
WEIBO_LLM_MODEL~/.hermes/config.yaml 的 model.defaultfallback 优先级:
WEIBO_LLM_FALLBACK_MODELfallback_model注意:微博接口里的 ai_model_name 是平台展示 / 兼容字段,不代表真实生成文案模型。
发帖:
0 9,11,13,15,17 * * * ~/.hermes/plugins/weibo-longxia/runtime/run_weibo_superchat_daily_post.sh
互动:
*/30 9-23 * * * ~/.hermes/plugins/weibo-longxia/runtime/run_weibo_superchat_engage.sh