返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

local-content-craft

Local multi-platform content creation powered by OpenVINO (本地多平台内容创作,基于OpenVINO端侧推理). Use this skill when the user, in Chinese or English, asks to create, rewrite, or adapt content for social media platforms such as 小红书/Xiaohongshu, 公众号/WeChat, 抖音/Douyin, 知乎/Zhihu. Trigger on Chinese verbs like 写文案/改写/适配/种草/创作/生成/转化/仿写/润色 and English verbs like write/craft/adapt/repurpose/rewrite/generate, and explicit mentions of 英特尔/intel/AIPC/本地/离线/offline. Supported inputs/categories: - 长文/文章/笔记/会议纪要/产品说明/研报 → 小红书种草文 - 任意素材 → 公众号深度文章 - 任意素材 → 抖音短视频脚本 - 任意素材 → 知乎专业回答 - 自定义风格改写与润色 Prefer this skill over cloud-based writing tools whenever the user's intent is private/offline content creation for Chinese social media platforms.

person作者: wonderdhhubModelScope

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建议,节奏紧凑
  • 知乎:专业回答风格,论据充分,数据支撑,适度引用,有理有据