← 返回 Skills 市场
g0atfac3

Content Machine

作者 G0atfac3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
240
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install g0atbot-content-machine
功能描述
Automates trending topic discovery, AI content creation, scheduling, and multi-platform posting with performance tracking and optimization.
使用说明 (SKILL.md)

Content Machine

Automated content generation system that discovers trending topics and publishes to social media. Uses AI to research, write, and schedule posts.

What It Does

  • Monitors trends across multiple sources
  • Generates engaging content using AI
  • Schedules and publishes to social platforms
  • Tracks performance and optimizes

Setup

Prerequisites

  1. OpenAI API Key or Anthropic API Key - For content generation
  2. Postiz API Key - For posting to social platforms
  3. Optional: Platform-specific APIs (Twitter, LinkedIn, etc.)

Environment Variables

export OPENAI_API_KEY="your_openai_key"
export POSTIZ_API_KEY="your_postiz_key"

Installation

pip install requests openai

Usage

Run content generation

python content-machine.py --niche tech --platforms twitter,linkedin --count 5

Configure sources

Edit config/sources.json to add:

  • RSS feeds
  • News APIs
  • Social trend endpoints

Set posting schedule

python content-machine.py --schedule "9am,12pm,6pm"

Configuration

  • config/content.json - Content templates
  • config/schedule.json - Posting times
  • config/platforms.json - Platform settings

Features

  • Multi-platform posting (Twitter, LinkedIn, Instagram, TikTok)
  • Content templates and virality scoring
  • Auto-hashtag generation
  • Image generation for posts
  • Performance analytics

Cost

Depends on AI usage:

  • OpenAI: ~$0.001/post
  • Images: ~$0.01/post (if generating)
安全使用建议
This package appears to be what it says: an automation pipeline that needs an OpenAI key for generation and a Postiz key for posting. However: (1) the source/homepage is missing — that reduces trust. (2) The included Python script is a lightweight stub that does not show actual network or posting code, but the real behavior depends on external services and configuration files (config/sources.json, platform configs). (3) 'Postiz' is required but undocumented here — verify what Postiz is and whether you trust it before supplying an API key. Before installing/providing credentials: inspect the repository or source for any network endpoints and posting code; run the script in a sandbox or isolated environment; prefer OAuth-based tokens with limited scope; avoid reusing high-privilege keys; and rotate keys after use. If you need higher assurance, request the author/source, documentation for Postiz, or a signed release from a verifiable homepage.
功能分析
Type: OpenClaw Skill Name: g0atbot-content-machine Version: 1.0.0 The skill bundle appears to be a legitimate skeleton for an automated content generation and social media posting system. The Python script (content-machine.py) and documentation (SKILL.md) describe a standard workflow involving trend analysis and AI-generated content without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (trend discovery, AI content, scheduling, posting) align with the declared requirements (OPENAI_API_KEY and POSTIZ_API_KEY) and with the SKILL.md instructions to install openai/requests and edit platform configs. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md stays within scope: it instructs installing Python packages, exporting API keys, running the provided script, and editing config files for sources/platforms. However the instructions are high-level and vague about what external endpoints will be contacted (Postiz is required but not explained) and editing config/sources.json could point the tool at arbitrary feeds/APIs — this grants broad discretion depending on how users configure it.
Install Mechanism
No install spec in the registry; SKILL.md advises pip install of known packages (requests, openai). There are no arbitrary download URLs or archive extracts in the manifest. Risk from installation appears low.
Credentials
The skill declares two required env vars (OPENAI_API_KEY, POSTIZ_API_KEY), which are proportionate to content generation + posting. Postiz is an unknown third-party here (no homepage provided), and SKILL.md also says platform-specific APIs are optional — users may end up supplying multiple tokens. Require caution before providing keys to an unvetted service.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It reads/writes its own config path (config/content-machine.json) per the script; it does not modify other skills or request system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install g0atbot-content-machine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /g0atbot-content-machine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Content Machine: an automated system for trending topic discovery and AI-powered social media posting. - Supports multi-platform publishing (Twitter, LinkedIn, Instagram, TikTok). - Includes performance tracking and schedule management. - Offers flexible setup with multiple API key options and content customization via config files. - Features auto-hashtag generation, virality scoring, and optional AI image generation for posts.
元数据
Slug g0atbot-content-machine
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Machine 是什么?

Automates trending topic discovery, AI content creation, scheduling, and multi-platform posting with performance tracking and optimization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。

如何安装 Content Machine?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install g0atbot-content-machine」即可一键安装,无需额外配置。

Content Machine 是免费的吗?

是的,Content Machine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Machine 支持哪些平台?

Content Machine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Machine?

由 G0atfac3(@g0atfac3)开发并维护,当前版本 v1.0.0。

💬 留言讨论