Best use case
Prompt Generator Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
根据帖子内容生成适合 AI 图像生成的英文 prompt。
Teams using Prompt Generator Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/prompt-generator/SKILL.md --create-dirs "https://raw.githubusercontent.com/rayguo01/viral-x/main/.claude/prompt-generator/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/prompt-generator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Prompt Generator Skill Compares
| Feature / Agent | Prompt Generator Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
根据帖子内容生成适合 AI 图像生成的英文 prompt。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Prompt Generator Skill
根据帖子内容生成适合 AI 图像生成的英文 prompt。
## 功能
- 分析帖子的主题、情感和关键元素
- 生成适合社交媒体配图的图像描述
- 输出英文 prompt,优化用于 Gemini 图像生成
## 输入
帖子文本内容(中文或英文)
## 输出
英文图像生成 prompt,包含:
- 视觉风格描述
- 主题元素
- 色彩和氛围建议
- 适合社交媒体的构图建议
## 使用方式
```bash
claude -p "根据以下帖子内容生成图片prompt: {content}" --skill prompt-generator
```Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.