返回目录

ai-art-engine

维护状态: 活跃

justin-sky/ai-art-engine

AI 艺术创作引擎,专业的短视频创作工具

前往 GitHub
$ dsh plugin add ai-art-engine

114

星标

14

Fork

TypeScript

语言

NOASSERTION

许可证

2026-07-24

创建于

2026-09-01

最近推送

本地优先的 AI 创作工具(Electron + Vue 3 + TypeScript),以 DeepSeek Harness 作为应用内 AI 运行时,并内置 MCP Server 供 Claude Code / Codex 调用——把短剧、广告与成片素材生成为本地工程文件。

DSH 适配

原生运行时

作者声明

安全审计

未审计

最后核验

2026-09-02

许可证

NOASSERTION

01它能帮你完成什么?

  • Produce short-drama, ad and finished-film assets from a brief in the AI chat panel

    Storyboards, node-graph workflows, images, video, 3D models, voice and finished timelines saved as local project files

    Short-drama / ad / film creators and AI art studios using DeepSeek Harness as the in-app AI runtime

  • Let Claude Code / Codex and other external AI agents drive your project

    Planned and persisted workflows, generation runs, and asset / node-graph read-write operations

    Developers and AI agents that want to operate AI Art Engine programmatically over stdio or HTTP

02如何接入 DeepSeek Harness?

前置条件

  • A desktop app install for your platform — Windows .exe, macOS .dmg (x64 / arm64) or Linux .AppImage
  • A model provider API key (e.g. DeepSeek, OpenAI) — the app calls models through your own key

安装步骤

  1. 01

    Download the installer for your platform from GitHub Releases

  2. 02

    Install and launch, then create a new project (新建工程)

  3. 03

    In Settings add a model provider and paste your API key; optionally configure object storage

  4. 04

    Open the AI chat panel (left ◈ icon) and @-reference assets to generate, or follow the MCP guide to connect Claude Code

  5. 05

    Or build from source: git clone, cd ai-art-engine, npm install, npm run dev (needs Node.js 22+)

验证接入成功

  • After install, the left narrow bar shows the ◈ icon that opens the AI chat panel (点左侧窄栏「◈」打开 AI 对话)
  • Settings → 模型 lets you add a model provider and paste a key (设置里添加模型提供商并填写密钥)

03DSH 适配与能力边界

DSH 适配原生运行时

Runs DeepSeek Harness as the in-app AI assistant runtime; loads dsh SKILL.md-format custom skills; exposes a built-in MCP Server for external agents (Claude Code / Codex)

  • In-app AI chat (DeepSeek Harness runtime)

    project assets @-referenced in the chatimages / video / 3D / voice generation, node-graph edits, workflow runs and status

    generated media and node-graph changes are written to the local project directory
  • Built-in MCP Server for external agents

    stdio bridge or HTTP connection from Claude Code / Codex / etc.planned & persisted workflows, generation runs, asset & node-graph read-write

    external agents can read and write your project assets and node graphs over MCP
  • Node-graph generation

    text / image / video / audio / 3D nodes with model parametersreusable host assets, storyboards, animations, layered PSD exports

  • Custom skills in dsh SKILL.md format

    .md files matching dsh SKILL.md (frontmatter name/description + body)auto-loaded skill instructions injected as <available_skills> in context

04适合谁?何时不该用?

适合

  • Short-drama / ad / film creators and AI art studios using DeepSeek Harness as the in-app AI runtime
  • Developers and AI agents that want to operate AI Art Engine programmatically over stdio or HTTP

不适合

  • Local ComfyUI requires installing comfy-api-proxy (default 8189) first and must not connect directly to 8188.

05兼容性、维护与安全提示

  • The app is local-first and calls models through your own API key; generation needs network access to your configured provider endpoint and an account/billing for that provider.
  • Packaged installers ship for Windows (.exe), macOS (.dmg x64/arm64) and Linux (.AppImage); other platforms must build from source.
  • Local ComfyUI requires installing comfy-api-proxy (default 8189) first and must not connect directly to 8188.
2026-07-242026-09-01v5.0.7

GPL-3.0 per README (derivative works must be open-sourced under the same license); latest release v5.0.7 (2026-08-31)

06常见问题

AI Art Engine 是如何使用 DeepSeek Harness 的?

应用内的 AI 对话面板运行在 DeepSeek Harness 运行时之上:你在对话里用 @ 引用工程资产,助手就会调用 MCP 工具生成图片、视频、3D 与语音,编辑节点图并运行工作流。

Claude Code 或其他 Agent 能驱动这个应用吗?

可以——内置的 MCP Server 让 Claude Code / Codex 等外部 Agent 通过 stdio 桥或 HTTP 连接,用来规划并落盘工作流、执行生成、读写资产与节点图。

怎么添加自己的模型提供商?

在「设置 → 模型」中添加提供商(DeepSeek、OpenAI 等)并填入 API Key;模型调用走你自己的密钥,工程本地优先、数据不出本机。

支持 dsh SKILL.md 格式的自定义技能吗?

支持——在「设置 → 自定义技能」把符合 dsh SKILL.md 格式(frontmatter 的 name/description + Markdown 正文)的 .md 文件放进技能目录,下次对话即自动生效。

如何安装?

从 GitHub Releases 下载对应平台安装包(Windows .exe、macOS .dmg、Linux .AppImage),安装后新建工程并填入模型密钥;也可从源码构建(需 Node.js 22+)。

08数据与来源

  • 作者声明github.com1abc5ac777d6…

    **AI 对话面板** — 应用内 AI 助手(DeepSeek Harness 运行时):在对话里

  • 作者声明github.com1abc5ac777d6…

    **自定义技能** — 设置 → **自定义技能**:把符合 dsh SKILL.md 格式(frontmatter `name` / `description` + Markdown 正文)的 `.md` 文件放进技能目录

  • 作者声明github.com1abc5ac777d6…

    **MCP 工具服务** — 内置 MCP Server,Claude Code / Codex 等外部 AI Agent 可经 stdio 桥或 HTTP 直连操作你的工程

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-09-02。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。