← Back to Skills Marketplace
kwneox

Wutrix · 影视前期智能创作管理

by kwneox · GitHub ↗ · v1.5.2 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wutrix
Description
wutrix 影视前期智能创作管理系统专用工具包(剧本/角色/世界观/灵感箱)。 当用户消息含以下精确触发词时**必须立即调用本 skill**: - "记一下 X" / "灵感: X" / "idea: X" / "capture: X" → save_idea(text=X) - "列项目" / "有哪些项目...
README (SKILL.md)

wutrix

让 OpenClaw agent 接通 wutrix 影视前期工作台后台 API:记录灵感 + 查询所有剧本/角色/世界观资料。

Runtime Requirements

  • Python 3 (python3)
  • 环境变量:
    • INSPIRESTUDIO_URL — wutrix 服务地址,如 https://wutrix.example.com
    • INSPIRESTUDIO_API_KEY — wutrix 后端 API key(与 wutrix .envINSPIRESTUDIO_API_KEY 一致)

Scripts

Script 何时使用 调用示例
save_idea.py 用户说"记一下 X""灵感: X" save_idea.py --text "X 的完整内容"
list_projects.py 用户问"列项目""有哪些项目" list_projects.py
list_scenes.py 用户问 "XX 项目的场景" list_scenes.py --project "XX"
list_characters.py 用户问"角色列表" list_characters.py
search_all.py 用户说"搜一下 X" search_all.py --q "X"

Trigger Words(决策表)

用户消息含 必须立即调用 严禁
记一下 X / 灵感: X / idea: X / capture: X save_idea(text=X) session-logs / taskflow / fetch
列项目 / 有哪些项目 list_projects()
搜 X / 搜一下 X / 找 X search_all(q=X) fetch
角色列表 / 有哪些角色 list_characters()
XX 的场景 / 列场景 XX list_scenes(project=XX)

Response Style

  • save_idea 成功 → "🎬 已记入灵感箱,AI 后台分类中"
  • save_idea 失败 → 直说错误原因,不掩饰,不尝试别的工具
  • 查询类(list_projects / list_scenes / 等)→ 用导演工业语言(幕、场、戏剧动作、角色弧光)总结,不要 dump JSON
  • 闲聊 / 不匹配触发词 → 1-2 句中文,不调任何工具
  • 完全不知道说什么 → "🎬 在的,需要做什么?"

部署到 OpenClaw

# 把整个目录拷贝到 OpenClaw workspace
cp -r skills/wutrix ~/.openclaw/workspace/skills/

# 在 ~/.openclaw/openclaw.json 的 env 段加:
#   "env": {
#     "INSPIRESTUDIO_URL": "https://wutrix.example.com",
#     "INSPIRESTUDIO_API_KEY": "\x3C你的 wutrix .env 里的同一 key>"
#   }

# 重启
openclaw gateway restart

# 验证
openclaw skills list --agent main | grep wutrix

模型要求

⚠️ qwen2.5:14b 这类中等本地模型 tool calling 能力不够,无法可靠按触发词调用本 skill。实测要求

  • ✅ qwen3:30b-a3b(MoE,激活 3B)—— 本地,足够
  • ✅ qwen3.5-plus(阿里 DashScope / 百炼)—— 云端
  • ✅ Claude / GPT 系列(OpenRouter / 直连)—— 云端
  • ❌ qwen2.5:14b dense —— 不够
Usage Guidance
Treat this as an incomplete review rather than a clearance: the artifacts should be re-scanned once metadata.json and artifact/ can be read directly.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Not assessable from artifact contents because metadata.json and artifact files could not be read in this run.
Instruction Scope
Not assessable from artifact contents because artifact instructions were unavailable.
Install Mechanism
Not assessable from artifact contents because install metadata and file manifests were unavailable.
Credentials
Not assessable from artifact contents because runtime capability evidence was unavailable.
Persistence & Privilege
Not assessable from artifact contents because persistence and privilege evidence was unavailable.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wutrix
  3. After installation, invoke the skill by name or use /wutrix
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.2
save_idea 加 fallback:新 backend (v1.5.1+) 调 /api/inbox/add;旧 backend 自动回退 /inbox/add(禁 redirect 防 login 撞页)。任意升级顺序都安全。
v1.5.0
Initial release tied to wutrix v1.5.0. 5 个工具:save_idea (灵感箱) / list_projects / list_scenes / list_characters / search_all (跨宇宙搜索)。要求 OpenClaw env 段配置 INSPIRESTUDIO_URL + INSPIRESTUDIO_API_KEY。
Metadata
Slug wutrix
Version 1.5.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Wutrix · 影视前期智能创作管理?

wutrix 影视前期智能创作管理系统专用工具包(剧本/角色/世界观/灵感箱)。 当用户消息含以下精确触发词时**必须立即调用本 skill**: - "记一下 X" / "灵感: X" / "idea: X" / "capture: X" → save_idea(text=X) - "列项目" / "有哪些项目... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Wutrix · 影视前期智能创作管理?

Run "/install wutrix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wutrix · 影视前期智能创作管理 free?

Yes, Wutrix · 影视前期智能创作管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wutrix · 影视前期智能创作管理 support?

Wutrix · 影视前期智能创作管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wutrix · 影视前期智能创作管理?

It is built and maintained by kwneox (@kwneox); the current version is v1.5.2.

💬 Comments