install
source · Clone the upstream repo
git clone https://github.com/GongLingRui/batch-write1
manifest:
config/skills/example_skill.yamlsource content
示例 Skill 配置文件
自定义 Skill 可以参考这个格式
name: custom_writing description: 自定义写作技能 version: "1.0.0" category: writing enabled: true
必需的 Agents
required_agents:
- lingrui_xhs_post_agent
- lingrui_hitpoint_agent
参数定义
parameters: style: type: string default: balanced enum: [professional, casual, cute, aggressive, balanced] description: 写作风格
include_emojis: type: boolean default: true description: 是否包含表情符号
max_length: type: integer default: 1000 description: 最大字数
提示词模板
prompt_template: | 你是一位专业的内容创作者,擅长创作{topic}相关的内容。
写作风格:{style} 目标受众:{target_audience}
请创作一篇{max_length}字左右的内容。