← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-auto-poster-cn
功能描述
自动发布内容到多个平台,支持微信公众号、微博、知乎等平台定时发布。
使用说明 (SKILL.md)
Content Auto Poster 📝
自动将一篇内容发布到多个平台,省时省力。
功能
- 📱 多平台支持: 微信公众号、微博、知乎、简书
- ⏰ 定时发布: 设置最佳发布时间
- 📊 数据统计: 阅读量、点赞、评论汇总
- 🔄 内容适配: 自动调整格式适配各平台
输入
- 内容标题
- 正文内容
- 目标平台列表
- 发布时间(可选)
输出
{
"success": true,
"posts": [
{"platform": "wechat", "url": "https://...", "status": "published"},
{"platform": "zhihu", "url": "https://...", "status": "scheduled"}
],
"total_reach": 1250
}
使用场景
- 博客同步到多个平台
- 产品发布公告
- 定期内容更新
配置
{
"platforms": ["wechat", "zhihu", "jianshu"],
"default_schedule": "09:00",
"timezone": "Asia/Shanghai"
}
价格
¥49/月
安全使用建议
Do not install or provide credentials yet. Ask the publisher for: (1) source/homepage and contact information; (2) concrete integration details — which APIs/endpoints are used and whether OAuth or token-based auth is required; (3) what credentials the skill will ask for and how/where they are stored; (4) a privacy/data-retention policy and whether posts or tokens are sent to a third-party service (the listing charges ¥49/month but gives no SaaS info). If you test, use a throwaway/demo account and never share your main platform passwords. Prefer skills that declare required env vars, show exact API calls, or provide audited code or an official integration page.
功能分析
Type: OpenClaw Skill
Name: content-auto-poster-cn
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) for a content auto-posting tool. No executable code, scripts, or suspicious instructions were found. The documentation describes standard functionality for distributing content across platforms like WeChat and Zhihu without any indicators of malicious intent or prompt injection.
能力评估
Purpose & Capability
The description promises automated posting to WeChat, Weibo, Zhihu, etc., scheduling, and analytics, but the package declares no required credentials, no API keys, and no integration endpoints. Real posting requires platform-specific auth (OAuth/API keys) and network calls; those are absent, so the declared purpose does not align with what's requested or specified.
Instruction Scope
SKILL.md is high-level marketing-style documentation (inputs/outputs/examples) without concrete runtime steps (which APIs to call, how to authenticate, where data is sent). The instructions are vague and give the agent broad discretion to 'adapt content' and 'publish' without boundaries — this could lead the agent to request or use credentials in ad-hoc ways.
Install Mechanism
There is no install spec and no code files (instruction-only). That minimizes on-disk risk because nothing is downloaded or installed, which is expected for a pure instructions skill.
Credentials
No environment variables, config paths, or primary credential are declared even though posting to external platforms requires credentials. The lack of declared credentials is disproportionate to the claimed functionality and suggests missing or hidden steps for obtaining auth.
Persistence & Privilege
always:false and no install means the skill does not request persistent system presence. The skill is user-invocable and can be invoked autonomously (default), which is normal — but combined with the other concerns, autonomy could increase risk if the agent is later asked to gather credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-auto-poster-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-auto-poster-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
- Automatically publishes content to multiple platforms, including WeChat, Weibo, and Zhihu
- Supports scheduled publishing at optimal times
- Provides analytics on views, likes, and comments
- Automatically adapts content formatting for each platform
元数据
常见问题
内容自动发布 是什么?
自动发布内容到多个平台,支持微信公众号、微博、知乎等平台定时发布。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 内容自动发布?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-auto-poster-cn」即可一键安装,无需额外配置。
内容自动发布 是免费的吗?
是的,内容自动发布 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
内容自动发布 支持哪些平台?
内容自动发布 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32, darwin, linux)。
谁开发了 内容自动发布?
由 linbo405(@linbo405)开发并维护,当前版本 v1.0.0。
推荐 Skills