원클릭으로
tuzi-copy-polish
优化社交媒体文案,支持小红书、X/Twitter、抖音、微信等平台。根据平台特性调整文风、长度、标签和排版。当用户要求"优化文案"、"润色推文"、"改写小红书文案"、"polish copy"时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
优化社交媒体文案,支持小红书、X/Twitter、抖音、微信等平台。根据平台特性调整文风、长度、标签和排版。当用户要求"优化文案"、"润色推文"、"改写小红书文案"、"polish copy"时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
通过兔子API(nano-banana 模型)、Google、OpenAI、DashScope 和 Replicate 进行 AI 图片生成。支持文生图、参考图片、宽高比、模型选择,以及 OpenAI 兼容网关方言切换。当用户要求生成、创建或绘制图片时使用。
通过兔子API进行AI视频生成。支持 Veo、Sora、Kling、Seedance 等模型,单视频和长视频(多段合成)模式。当用户要求生成视频、创建视频或需要视频生成后端时使用。
为小红书、抖音、X/Twitter、视频号等平台生成短视频内容。分析用户输入,自动适配平台规格,生成视频脚本并调用视频生成后端。当用户要求"生成短视频"、"做一个视频"、"短视频"或为社交平台创建视频内容时使用。
分析代码审查反馈或开发中发现的问题,提取通用规则并更新 CLAUDE.md 和详细规则文档。当用户说"更新规则"、"添加编码规则"、"update claude md"或发现需要记录的编码模式时使用。
通用发布工作流。自动检测版本文件和变更日志。支持 Node.js、Python、Rust、Claude 插件和通用项目。当用户说"发布"、"release"、"新版本"、"bump version"、"push"、"推送"时使用。
分析文章结构,识别需要配图的位置,通过类型×风格二维方法生成插图。当用户要求"为文章配图"、"添加插图"、"生成文章图片"时使用。
| name | tuzi-copy-polish |
| description | 优化社交媒体文案,支持小红书、X/Twitter、抖音、微信等平台。根据平台特性调整文风、长度、标签和排版。当用户要求"优化文案"、"润色推文"、"改写小红书文案"、"polish copy"时使用。 |
Optimizes social media copy for different platforms. Adjusts tone, length, hashtags, and formatting based on platform best practices.
test -f .tuzi-skills/tuzi-copy-polish/EXTEND.md && echo "project"
test -f "$HOME/.tuzi-skills/tuzi-copy-polish/EXTEND.md" && echo "user"
| Result | Action |
|---|---|
| Found | Load, parse, apply settings |
| Not found | Continue with defaults (ask platform in Step 2) |
| Path | Location |
|---|---|
.tuzi-skills/tuzi-copy-polish/EXTEND.md | Project directory |
$HOME/.tuzi-skills/tuzi-copy-polish/EXTEND.md | User home |
EXTEND.md Supports: Default platform | Default language | Custom brand voice
Schema: references/config/preferences-schema.md
Determine input source:
Identify:
If platform not specified by user or EXTEND.md, use AskUserQuestion:
header: "Target Platform"
question: "优化目标平台?"
options:
- label: "小红书"
description: "种草风、emoji、标签、口语化"
- label: "X/Twitter"
description: "简洁有力、英文友好、话题标签"
- label: "抖音"
description: "口语化、悬念开头、引导互动"
- label: "微信公众号"
description: "深度内容、段落清晰、引导关注"
- label: "通用"
description: "不针对特定平台,仅优化表达"
Load platform rules from references/platforms/, then rewrite:
| Dimension | Description |
|---|---|
| Hook | Opening line that grabs attention |
| Tone | Match platform culture (e.g., 小红书 casual, 公众号 professional) |
| Length | Trim or expand to platform sweet spot |
| Structure | Platform-specific formatting (line breaks, paragraphs, lists) |
| Hashtags | Add relevant tags per platform convention |
| CTA | Call-to-action matching platform interaction patterns |
| Emoji | Platform-appropriate emoji usage |
If input is a file path: Append the polished copy to the end of the original file, separated by a clear divider:
---
## Polished Copy ({platform})
{polished content}
Then inform the user: "已将优化后的文案追加到文件末尾: {file_path}"
If input is inline text: Present the polished copy in a code block for easy copying.
In both cases, include a brief changelog (what was changed and why, 2-3 bullet points).
When the user asks for options, generate 2-3 variants with different angles:
After presenting the polished copy, ask if the user wants to:
Custom configurations via EXTEND.md. See Step 0 for paths and supported options.