发微博
weibo-post
by chinazkk
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/chinazkk/weibo-post文档
微博发布 Skill
工作流程
-
打开微博
codebrowser(action=navigate, profile="openclaw", url="https://weibo.com") -
等待页面加载,获取快照
codebrowser(action=snapshot, profile="openclaw", compact=true)找到发微博的文本框
ref=e35,以及发送按钮(初始 disabled,填入内容后变为可点击) -
填入微博内容
codebrowser(action=act, profile="openclaw", targetId=<targetId>, ref="e35", kind="type", text=<微博内容>)⚠️ 内容中换行用
\n,不要用真正的换行符 -
重新获取快照,确认发送按钮可用
codebrowser(action=snapshot, profile="opencloak", compact=true)找到发送按钮
ref=e36 -
点击发送
codebrowser(action=act, profile="openclaw", targetId=<targetId>, ref="e36", kind="click") -
验证发送成功
codebrowser(action=snapshot, profile="openclaw", compact=true)看到"刚刚"发布的新微博即表示成功
⚠️ 重要:话题标签格式
必须是 #标签#(前后各一个 #),不是 #标签
✅ 正确:#黄仁勋# #英伟达# #太空数据中心#
❌ 错误:#黄仁勋 #英伟达 #太空数据中心 (少了右边的 #)
注意事项
- 微博内容支持 emoji、话题标签
- 不支持 Markdown 格式(粗体等会被当作普通文本发出)
- 发之前确认内容无误,微博发出后无法编辑删除
- 如果发送按钮仍为
disabled,再等待一下或重新 snapshot 确认
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>