Social Media Publish
社交媒体浏览器自动化发布。支持微信公众号、百家号、小红书等平台。当用户说"发公众号"、"发百家号"、"发布到..."时使用此技能。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 753 · 10 current installs · 10 all-time installs
by@lsmonet
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (browser automation to publish to WeChat Official Accounts, Baijiahao, Xiaohongshu) match the SKILL.md steps (open site, manual login, create post, upload cover, save/publish). The skill requests no environment variables, binaries, or installs that would be unexpected for this purpose.
Instruction Scope
The instructions stay within the publishing workflow (open backend sites, ask user for title/content/cover, use built-in browser to automate posting). However they are somewhat high-level and grant the agent broad discretion to navigate and interact with the web UIs ("使用浏览器自动化完成发布"). The file does not explicitly constrain what the agent may click or read from the pages (e.g., session cookies, account pages), so there's a small risk of overreach if the runtime automation is not tightly sandboxed. The skill does state the user must confirm the publish action and that first-time login is manual.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no third-party packages requested. This is low-risk from an installation perspective.
Credentials
No environment variables, credentials, or config paths are requested. That aligns with the described browser-automation approach which relies on manual login/session in the built-in browser.
Persistence & Privilege
always:false (no forced inclusion) and no claims to modify other skills or system-wide settings. The skill does not request persistent privileges or to store secrets itself.
Assessment
This skill is internally consistent, but before installing consider the following:
- Browser automation can act using whatever account/session is present in the built-in browser. Do not leave sensitive accounts logged in unless you trust the runtime. Prefer to log in manually and ensure 2FA is enabled.
- Confirm that the skill truly prompts you for a final confirmation and a preview of the content before any publish action; require an explicit approval step for every publish.
- Ask the provider: does the built-in browser expose cookies, local storage, or network logs to other parts of the system? Does the automation store any account tokens or history?
- Be cautious when uploading cover images — prefer to attach files explicitly in the chat or upload during the publish confirmation rather than allowing the skill to read arbitrary filesystem paths.
- If you need stronger guarantees, request a more detailed SKILL.md that specifies exactly which UI actions will be performed, whether any data is sent to external endpoints, and how the automation is sandboxed.
If those questions are answered satisfactorily and you accept the browser-automation model, the skill's declared scope and requirements are reasonable.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
社交媒体浏览器自动化发布
使用场景
用户想通过浏览器自动化方式发布内容到社交媒体平台(微信公众号、百家号、小红书等)。
支持平台
1. 微信公众号
- 发布图文消息到草稿箱
- 支持标题、正文、封面图
- 自动格式化排版
2. 百度百家号
- 发布图文文章
- 支持标题、正文、封面图
- 自动选择分类
3. 小红书
- 发布长文笔记
- 使用 xiaohongshu-publish 技能
发布流程
微信公众号发布
-
进入后台
- 打开 https://mp.weixin.qq.com/
- 登录账号
-
新建图文
- 点击左侧"内容与互动" → "图文消息"
- 点击"新的创作" → "写新图文"
-
填写内容
- 输入标题(必填)
- 输入正文内容(支持 Markdown 转换)
- 上传封面图(可选)
-
保存/发布
- 保存到草稿箱(推荐)
- 或直接群发(需要认证账号)
百家号发布
-
进入后台
- 打开 https://baijiahao.baidu.com/
- 登录账号
-
新建文章
- 点击"发布"按钮
- 选择"图文"类型
-
填写内容
- 输入标题(必填)
- 输入正文内容
- 上传封面图(必填)
- 选择分类
-
发布
- 点击"发布"按钮
- 等待审核
命令示例
用户说:
- "发公众号"
- "发微信公众号"
- "发百家号"
- "发布到公众号"
- "把这篇文章发到公众号"
AI 响应:
- 确认发布平台
- 询问标题和内容
- 询问是否需要封面图
- 使用浏览器自动化完成发布
注意事项
- 首次使用需要用户手动登录对应平台
- 浏览器使用 OpenClaw 内置浏览器
- 发布操作会由用户最终确认(安全考虑)
- 支持 Markdown 格式内容自动转换
配置
无需特殊配置,直接操作网页版后台。
建议用户:
- 保持登录状态
- 提前准备好封面图
- 确认账号权限(个人订阅号只能保存草稿)
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
