Local Content Craft Skill Guide
Usage
多平台内容创作
scripts\run.ps1 "<素材文本或文件路径>" --platform <平台> [--tone <语气>] [--length <长度>]
Examples:
| 意图 | 命令 |
| --- | --- |
| 将产品说明转为小红书种草文 | scripts\run.ps1 "产品说明内容..." --platform xiaohongshu |
| 将会议纪要转为公众号文章 | scripts\run.ps1 "C:\notes\meeting.md" --platform wechat --tone professional |
| 将研报摘要转为抖音脚本 | scripts\run.ps1 "研报内容..." --platform douyin --length short |
| 将技术博客转为知乎回答 | scripts\run.ps1 "C:\blog\post.md" --platform zhihu |
| 自定义风格改写 | scripts\run.ps1 "原文内容..." --platform custom --tone "幽默轻松" |
Important:
scripts\run.ps1 is the only supported interface — do not call other scripts directly.
First call downloads the model (~5GB); if it times out, run scripts\run.ps1 --continue to resume.
On non-supported hardware the skill prints an error and exits with code 1.
Never fall back to a cloud service.
参数说明
| 参数 | 必填 | 说明 |
| --- | --- | --- |
| 第一个参数 | 是 | 素材文本(直接输入或文件路径,支持 .txt/.md/.docx) |
| --platform | 是 | 目标平台:xiaohongshu / wechat / douyin / zhihu / custom |
| --tone | 否 | 语气风格:professional / casual / humorous / warm(默认按平台自动选择) |
| --length | 否 | 输出长度:short(≤300字) / medium(300-800字) / long(800-1500字)(默认 medium) |
| --continue | 否 | 恢复中断的模型下载 |
| --keywords | 否 | 指定植入的关键词,逗号分隔 |
Interpreting the reply
输出为结构化 JSON,包含以下字段:
平台:目标平台名称标题:生成的标题(含备选标题)正文:适配平台风格的完整内容标签:推荐的话题标签列表字数:正文字数统计耗时:推理耗时(秒)模型:使用的本地模型标识
平台风格说明
- 小红书:种草/测评风格,emoji点缀,口语化,标题吸睛,带话题标签
- 公众号:深度长文,逻辑清晰,小标题分段,专业但不枯燥
- 抖音:短视频脚本格式,含画面描述+口播文案+BGM建议,节奏紧凑
- 知乎:专业回答风格,论据充分,数据支撑,适度引用,有理有据
微信扫一扫