weibo-post

发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weibo-post" with this command: npx skills add chinazkk/weibo-post

微博发布 Skill

工作流程

  1. 打开微博

    browser(action=navigate, profile="openclaw", url="https://weibo.com")
    
  2. 等待页面加载,获取快照

    browser(action=snapshot, profile="openclaw", compact=true)
    

    找到发微博的文本框 ref=e35,以及发送按钮(初始 disabled,填入内容后变为可点击)

  3. 填入微博内容

    browser(action=act, profile="openclaw", targetId=<targetId>, ref="e35", kind="type", text=<微博内容>)
    

    ⚠️ 内容中换行用 \n,不要用真正的换行符

  4. 重新获取快照,确认发送按钮可用

    browser(action=snapshot, profile="opencloak", compact=true)
    

    找到发送按钮 ref=e36

  5. 点击发送

    browser(action=act, profile="openclaw", targetId=<targetId>, ref="e36", kind="click")
    
  6. 验证发送成功

    browser(action=snapshot, profile="openclaw", compact=true)
    

    看到"刚刚"发布的新微博即表示成功

⚠️ 重要:话题标签格式

必须是 #标签#(前后各一个 #),不是 #标签

✅ 正确:#黄仁勋# #英伟达# #太空数据中心# ❌ 错误:#黄仁勋 #英伟达 #太空数据中心 (少了右边的 #)

注意事项

  • 微博内容支持 emoji、话题标签
  • 不支持 Markdown 格式(粗体等会被当作普通文本发出)
  • 发之前确认内容无误,微博发出后无法编辑删除
  • 如果发送按钮仍为 disabled,再等待一下或重新 snapshot 确认

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated