← Back to Skills Marketplace
725
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install solo-content-gen
Description
Generate social media content pack from PRD — LinkedIn post, Reddit answer draft, and Twitter/X thread. Use when user says "create content", "write LinkedIn...
Usage Guidance
This skill appears coherent for generating social media copy from a project's documentation. Before installing/using it: (1) be aware it will read the project path you provide (including code and docs) — avoid pointing it at repos that contain secrets or private metrics you don't want exposed in generated drafts; (2) it will write docs/content-pack.md and may overwrite existing content — back up any important files first; (3) if the MCP helper tools (project_code_search, kb_search) are available in your agent environment, confirm they don't route sensitive data to external services you don't trust; (4) always review and sanitize generated posts (especially metrics, URLs, or claims) before publishing. If you need a stricter scope, consider running it on a sanitized copy of your repo or removing the project_code_search helper from available tools.
Capability Analysis
Type: OpenClaw Skill
Name: solo-content-gen
Version: 1.1.1
The skill allows the AI agent to read arbitrary file paths provided by the user via the `$ARGUMENTS` variable, as indicated by the instruction "If path: read directly" in SKILL.md. While this capability might be intended for reading project documentation from non-standard locations, it creates an arbitrary file read vulnerability, allowing an attacker to potentially instruct the agent to read sensitive files on the system. There are no explicit instructions for data exfiltration or malicious execution, but the ability to read arbitrary files is a significant security risk, classifying it as suspicious rather than benign.
Capability Assessment
Purpose & Capability
Name/description claim: generate social media content from a project's PRD/README. Requested/allowed tools: Read, Grep, Glob, Write, AskUserQuestion, and optional MCP helpers for project search/info — all are coherent and proportionate for extracting messaging and writing a content-pack file.
Instruction Scope
Instructions explicitly read project files (docs/prd.md, README.md, CLAUDE.md, research.md) and may run codebase searches to extract features. This is expected for the task, but it means the skill will access any content in the provided project path (including any secrets, credentials, or private telemetry present in repo files). It writes output to docs/content-pack.md which may overwrite files.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes install-time risk because nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials. The only access it needs is file read/write within a project, which is proportionate to generating marketing content.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide configuration. It writes a single output file within the project scope, which is reasonable for its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solo-content-gen - After installation, invoke the skill by name or use
/solo-content-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Universalize: remove project-specific references, add SearXNG recommendation
v1.1.0
Initial ClawHub release
Metadata
Frequently Asked Questions
What is Content Gen?
Generate social media content pack from PRD — LinkedIn post, Reddit answer draft, and Twitter/X thread. Use when user says "create content", "write LinkedIn... It is an AI Agent Skill for Claude Code / OpenClaw, with 725 downloads so far.
How do I install Content Gen?
Run "/install solo-content-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Gen free?
Yes, Content Gen is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Content Gen support?
Content Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Gen?
It is built and maintained by Rust (@fortunto2); the current version is v1.1.1.
More Skills