Generate professional content including images, diagrams, documents, and summaries using AI-powered tools.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioncontent-generationExecute the skills CLI command in your project's root directory to begin installation:
Fetches content-generation from casper-studios/casper-marketplace and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate content-generation. Access via /content-generation in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
10
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
10
stars
Generate professional content including images, diagrams, documents, and summaries using AI-powered tools.
What do you need?
│
├── Generate images
│ └── references/images.md
│ └── Script: scripts/generate_images.py
│
├── Create flowchart/diagram
│ └── references/flowchart.md
│ └── Script: scripts/generate_flowchart.py
│
├── Create Google Doc
│ └── references/document.md
│ └── Script: scripts/generate_document.py
│
├── Generate client proposal
│ └── references/proposal.md
│ └── Script: scripts/generate_proposal.py
│
├── Convert Markdown to PDF
│ └── references/pdf.md
│ └── Script: scripts/md_to_pdf.py
│
└── Summarize content
└── references/summarize.md
└── Script: scripts/summarize_content.py
# Required in .env
FAL_API_KEY=fal_xxxx # For image generation
OPENROUTER_API_KEY=sk-or-v1-xxx # For AI text generation
Get API keys:
# Nano Banana Pro (best quality)
python scripts/generate_images.py "Professional product photo of smartwatch" --model nano-banana-pro
# FLUX-2 (fast, cheap)
python scripts/generate_images.py "Vibrant lifestyle photo" --model flux-2 --size landscape_4_3
python scripts/generate_flowchart.py "User login: enter email, validate, check password, if correct go to dashboard"
python scripts/generate_document.py --input content.json --title "Q4 Report"
python scripts/generate_proposal.py --transcript-file meeting.txt --client "Acme Corp"
| Tool | Cost |
|---|---|
| Nano Banana Pro 1K | $0.15/image |
| Nano Banana Pro 4K | $0.30/image |
| FLUX-2 | $0.012/megapixel |
| Flowchart | ~$0.005/diagram |
| Proposal | ~$0.10/doc |
FAL_API_KEY in .env file (never commit to git)OPENROUTER_API_KEY in .env file (never commit to git).tmp/ directoryFAL_API_KEY - Full access to image generation modelsOPENROUTER_API_KEY - Access to configured AI modelsSymptoms: fal.ai returns error or no image generated Cause: Invalid prompt, model unavailable, or API issue Solution:
Symptoms: "Content policy violation" or similar safety error Cause: Prompt contains flagged terms or concepts Solution:
Symptoms: Script completes but no document appears in Drive Cause: OAuth issue, folder permissions, or API error Solution:
mycreds.txt and re-authenticateSymptoms: Mermaid diagram fails to render Cause: Invalid Mermaid syntax in generated diagram Solution:
Symptoms: Error during markdown to PDF conversion Cause: Missing dependencies or invalid markdown Solution:
Symptoms: Text generation fails with API error Cause: Invalid API key, model unavailable, or rate limit Solution:
OPENROUTER_API_KEY is set correctlySkills: content-generation → google-workspace Use case: Create documents and store in Drive Flow:
Skills: content-generation → attio-crm Use case: Link generated proposals to deal records Flow:
Skills: content-generation → video-production Use case: Create title slides for video courses Flow:
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
casper-studios/casper-marketplace
sickn33/antigravity-awesome-skills
aaron-he-zhu/seo-geo-claude-skills
hvpandya/stop-slop
eachlabs/skills
bytedance/deer-flow
We added content-generation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
content-generation reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend content-generation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
content-generation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Solid pick for teams standardizing on skills: content-generation is focused, and the summary matches what you get after install.
Keeps context tight: content-generation is the kind of skill you can hand to a new teammate without a long onboarding doc.
content-generation has been reliable in day-to-day use. Documentation quality is above average for community skills.
content-generation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in content-generation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added content-generation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 53