← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install content-auto-poster-cn
Description
自动发布内容到多个平台,支持微信公众号、微博、知乎等平台定时发布。
README (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/月
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-auto-poster-cn - After installation, invoke the skill by name or use
/content-auto-poster-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 内容自动发布?
自动发布内容到多个平台,支持微信公众号、微博、知乎等平台定时发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install 内容自动发布?
Run "/install content-auto-poster-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 内容自动发布 free?
Yes, 内容自动发布 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 内容自动发布 support?
内容自动发布 is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, darwin, linux).
Who created 内容自动发布?
It is built and maintained by linbo405 (@linbo405); the current version is v1.0.0.
More Skills