← Back to Skills Marketplace
xunuowu

Content Forge

by 千年虫 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install content-forge
Description
Generate content ideas, blog outlines, social media posts, and headlines. Use when the user needs help creating content for blogs, Twitter/X threads, LinkedI...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install content-forge
  3. After installation, invoke the skill by name or use /content-forge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: generate blog ideas, social posts, and content calendars
Metadata
Slug content-forge
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Content Forge?

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

Is Content Forge free?

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

Which platforms does Content Forge support?

Content Forge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Content Forge?

It is built and maintained by 千年虫 (@xunuowu); the current version is v1.0.0.

💬 Comments