← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-forge
功能描述
Generate content ideas, blog outlines, social media posts, and headlines. Use when the user needs help creating content for blogs, Twitter/X threads, LinkedI...
使用说明 (SKILL.md)
Content Forge
Generate content ideas and drafts for blogs, social media, and marketing.
Commands
Blog Post Ideas
content-forge blog TOPIC [-s STYLE] [--json]
Styles: how_to (default), listicle, case_study
Examples:
content-forge blog "machine learning"
content-forge blog "productivity tips" -s listicle
content-forge blog "startup growth" --json
Social Media Content
content-forge social PLATFORM TOPIC [--json]
Platforms: twitter, linkedin
Examples:
content-forge social twitter "AI tools"
content-forge social linkedin "career growth"
Content Calendar
content-forge calendar TOPIC1 [TOPIC2 ...] [-d DAYS] [--json]
Examples:
content-forge calendar "AI" "productivity" "startup"
content-forge calendar marketing sales growth -d 14
Headline Generator
content-forge headlines TOPIC [-n NUM]
Examples:
content-forge headlines "passive income"
content-forge headlines "remote work" -n 20
Output Formats
Default: Human-readable formatted text
--json: Machine-readable JSON output for scripting
Use Cases
- Content creators: Beat writer's block with generated ideas
- Marketers: Create content calendars and social posts
- Founders: Generate blog topics for thought leadership
- Agencies: Scale content production with templates
Notes
- No external API calls required
- Works offline
- Templates are customizable patterns, not AI-generated text
安全使用建议
This skill looks like a simple, local template-based content generator and the SKILL.md explicitly says it works offline with no API keys. However, the provided Python file was truncated in the listing, so you should: 1) review the full scripts/content-forge.py file yourself (or ask the publisher to provide the full source) to confirm there are no network calls, telemetry, or unexpected file operations; 2) run it in a sandbox or isolated environment the first time; and 3) avoid granting any additional credentials or system-level permissions unless you can verify they are necessary. If you want higher assurance, request the complete source or a reproducible build/instructions from the publisher.
功能分析
Type: OpenClaw Skill
Name: content-forge
Version: 1.0.0
The content-forge skill is a straightforward template-based content generator for blogs and social media. Analysis of scripts/content-forge.py shows it relies entirely on hardcoded patterns and the Python random module, with no network calls, file system access, or external dependencies. The SKILL.md documentation accurately reflects the code's functionality without any suspicious instructions or prompt-injection attempts.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included CLI script all align: the tool generates blog ideas, social posts, calendars, and headlines using local templates and randomness. There are no declared env vars, binaries, or config paths that are unrelated to content generation.
Instruction Scope
SKILL.md instructs use of a local CLI with JSON or human-readable output and explicitly states 'No external API calls required' and 'Works offline'. The visible portion of scripts/content-forge.py implements template-based generation and does not reference external services. However, the displayed script content was truncated in the bundle listing, so I could not verify the tail of the file for network or file-system actions.
Install Mechanism
There is no install spec (instruction-only skill) and the code is bundled as a local script. No downloads, package installs, or extraction steps are declared.
Credentials
The skill declares no required environment variables, credentials, or config paths. The visible code does not access environment variables or external credentials.
Persistence & Privilege
The skill is not marked always:true and uses default invocation settings. It does not request elevated persistence or modify other skills/configs in the visible materials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-forge - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-forge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: generate blog ideas, social posts, and content calendars
元数据
常见问题
Content Forge 是什么?
Generate content ideas, blog outlines, social media posts, and headlines. Use when the user needs help creating content for blogs, Twitter/X threads, LinkedI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Content Forge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-forge」即可一键安装,无需额外配置。
Content Forge 是免费的吗?
是的,Content Forge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Forge 支持哪些平台?
Content Forge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Forge?
由 千年虫(@xunuowu)开发并维护,当前版本 v1.0.0。
推荐 Skills