← Back to Skills Marketplace
Ai Content Generator
by
Sunshine-del-ux
· GitHub ↗
· v1.0.0
359
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-content-generator
Description
Generate blog posts, social media content, marketing emails, product descriptions, and SEO-optimized copy using AI.
README (SKILL.md)
AI Content Generator
Generate blog posts, social media content, and marketing copy using AI.
Features
- Blog post generation
- Social media content
- Email marketing copy
- Product descriptions
- SEO optimization
Usage
# Generate blog post
./generate.sh blog "Topic"
# Generate social post
./generate.sh twitter "Topic"
# Generate marketing email
./generate.sh email "Product"
Requirements
- OpenAI API key
- Python 3.8+
Author
Sunshine-del-ux
Usage Guidance
The shipped generate.sh is a harmless placeholder that prints content locally. However, the SKILL.md mentions needing an OpenAI API key and Python while the manifest does not declare any credentials and the script doesn't use them — this inconsistency could mean the skill is incomplete or will be updated to call external services. Before installing or providing any API keys: (1) ask the author for a clear implementation that shows how the key is used and where network calls are made; (2) inspect any future changes for network endpoints or code that reads environment variables; (3) avoid supplying secrets (OpenAI API key or other tokens) until you verify the code; and (4) prefer published/verified skills from known sources for production use.
Capability Analysis
Type: OpenClaw Skill
Name: ai-content-generator
Version: 1.0.0
The AI Content Generator skill bundle is a harmless placeholder. The primary script, generate.sh, only uses echo commands to simulate content generation based on user input and contains no functional code for network access, data exfiltration, or command execution. SKILL.md provides standard documentation and usage instructions without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name and description match a content generator. However, SKILL.md states an OpenAI API key and Python 3.8+ are required, while the registry metadata lists no required env vars or dependencies and the included script is a local placeholder that does not call OpenAI or Python. This mismatch is unexplained.
Instruction Scope
Runtime instructions simply run ./generate.sh. The SKILL.md mentions external API credentials and Python but gives no concrete integration steps. The instructions are incomplete/vague — they claim external network usage but the provided script performs only local text output.
Install Mechanism
No install spec and no downloads; the skill is instruction-only with a small shell script. Nothing is written to disk beyond the provided files, so install risk is low.
Credentials
No environment variables are declared in the manifest, yet SKILL.md claims an OpenAI API key is required. The skill does not declare a primary credential or request secrets, so the documentation and declared requirements are inconsistent.
Persistence & Privilege
Defaults are used (always: false, agent invocation allowed). The skill does not request persistent presence or modify other configs; no elevated privilege is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-content-generator - After installation, invoke the skill by name or use
/ai-content-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI Content Generator.
- Generate blog posts, social media content, email marketing copy, and product descriptions using AI.
- Built-in SEO optimization for generated content.
- Simple CLI interface to specify content type and topic.
- Requires OpenAI API key and Python 3.8 or higher.
Metadata
Frequently Asked Questions
What is Ai Content Generator?
Generate blog posts, social media content, marketing emails, product descriptions, and SEO-optimized copy using AI. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install Ai Content Generator?
Run "/install ai-content-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Content Generator free?
Yes, Ai Content Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ai Content Generator support?
Ai Content Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Content Generator?
It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.0.
More Skills