Lifestyle & Tools
#agent
novel-to-script-team
完整的多Agent多Skill小说改编项目。开源版运行时依赖 agents/skills/references,原始 sources 不随仓库分发。
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=supreme-ultimate-novel-to-script-team-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name novel-to-script-team description 完整的多Agent多Skill小说改编项目。开源版运行时依赖 agents/skills/references,原始 sources 不随仓库分发。 novel-to-script-team 运行入口 ./AGENTS.md :平台无关的 Agent 总入口(推荐) ./CLAUDE.md :Claude Code 兼容入口,会指向 AGENTS.md ./SKILL.md :项目 Skill 元信息 执行序列 ~ingest -> ~analyze -> ~plan -> ~write N -> ~review N -> ~storyboard-film N 或 ~storyboard-seedance N (可选 ~generate-images N ) 目录职责 agents/ :职责角色 skills/ :可执行规则 references/ :精华方法论 knowledge/ :注册表、吸收映射、项目记忆 outputs/ :本地产出目录(被 .gitignore 忽略) 运行约束 运行时优先读取 references/ 、 agents/ 、 skills/ sources/ 与 pending-knowledge/ 是可选的本地原始资料池,默认不随开源仓库分发 所有产出必须通过两步审核(业务 + 合规) 使用 outputs/{剧本名}/.agent-state.json 保持 agent 上下文连续性(详见 AGENT-STATE-GUIDE.md )
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.