← Back to Skills Marketplace
linbo405

Content Auto Poster

by linbo405 · GitHub ↗ · v1.0.0 · MIT-0
win32darwinlinux ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install content-auto-poster-xiaomolongxia
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
This skill's description claims it will post and gather stats on multiple platforms, but the manifest contains no code, no install steps, and no required credentials — which is inconsistent because posting requires platform authentication. Before installing or using it, ask the publisher for: (1) a source repository or homepage and contact information; (2) exact authentication method (OAuth, API keys, where tokens are stored, and whether the skill will ask you to paste credentials); (3) the API endpoints or SDKs it will call; (4) privacy/data‑retention and billing details. Do not provide full account passwords; prefer limited-scope API tokens or OAuth app authorization. If you must test it, use throwaway accounts or sandbox credentials and verify what network endpoints the agent calls. Because the skill is vague about credentials and behaviour, treat it as untrusted until the above questions are answered.
Capability Analysis
Type: OpenClaw Skill Name: content-auto-poster-xiaomolongxia Version: 1.0.0 The skill bundle contains only metadata and documentation for a social media automation tool. No executable code, network logic, or malicious instructions were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description say it will post to WeChat, Weibo, Zhihu, etc., and collect stats, but the package declares no required credentials, no APIs, and no install steps. Realistically this capability requires platform credentials, OAuth flows, or API client configuration — their absence is inconsistent.
Instruction Scope
SKILL.md is a high-level product spec (inputs/outputs/config) but includes no runtime instructions for authentication, API endpoints, or how to perform posting/scheduling. That vagueness gives the agent broad discretion (e.g., it might prompt for credentials or call unknown endpoints) and is a scope/clarity problem.
Install Mechanism
No install spec and no code files — lowest-risk form from an install/execution perspective. Nothing will be written to disk by an installer because none is provided.
Credentials
The skill requests no environment variables or credentials despite needing access to multiple external platforms. The lack of declared required credentials is disproportionate to the stated functionality and leaves unclear how the skill will obtain or store account tokens/passwords.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or requests long‑lived platform access in its manifest. No automatic permanent privileges are declared.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install content-auto-poster-xiaomolongxia
  3. After installation, invoke the skill by name or use /content-auto-poster-xiaomolongxia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Content Auto Poster 1.0.0 - 初始版本发布 - 支持自动将内容定时发布到微信公众号、微博、知乎、简书等多个平台 - 提供多平台内容格式自动适配 - 汇总发布后的阅读量、点赞和评论数据 - 支持自定义发布时间和目标平台列表 - 提供配置项和简单的 API 输入输出格式
Metadata
Slug content-auto-poster-xiaomolongxia
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Content Auto Poster?

自动发布内容到多个平台,支持微信公众号、微博、知乎等平台定时发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Content Auto Poster?

Run "/install content-auto-poster-xiaomolongxia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Content Auto Poster free?

Yes, Content Auto Poster is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Content Auto Poster support?

Content Auto Poster is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, darwin, linux).

Who created Content Auto Poster?

It is built and maintained by linbo405 (@linbo405); the current version is v1.0.0.

💬 Comments