Agent Skillswilljim/KIRI-Maker › kirimaker-local

kirimaker-local

GitHub

自动在本地启动 KIRI Maker 3DGS Web 应用,无需安装依赖,直接返回可点击的 localhost 地址。支持后台运行、端口自动选择及基础故障排查,适用于快速预览和测试 3DGS 功能。

skills/kirimaker-local/SKILL.md willjim/KIRI-Maker

Trigger Scenarios

用户要求启动或打开 KIRI Maker 需要在本地运行 3DGS 应用进行测试

Install

npx skills add willjim/KIRI-Maker --skill kirimaker-local -g -y
More Options

Use without installing

npx skills use willjim/KIRI-Maker@kirimaker-local

指定 Agent (Claude Code)

npx skills add willjim/KIRI-Maker --skill kirimaker-local -a claude-code -g -y

安装 repo 全部 skill

npx skills add willjim/KIRI-Maker --all -g -y

预览 repo 内 skill

npx skills add willjim/KIRI-Maker --list

SKILL.md

Frontmatter
{
    "name": "kirimaker-local",
    "description": "Launch the bundled KIRI Maker 3DGS web app locally with no package installation and return its clickable localhost address. Use when a user asks to run, start, open, or launch KIRI Maker locally."
}

Run KIRI Maker locally

Start the bundled site immediately. Do not ask the user to clone a repository, install npm packages, or choose a port.

Start

  1. Run python3 scripts/serve.py from this skill directory as a long-running/background process. Use the agent's persistent process mechanism so the server remains alive after the command returns.
  2. Read the single startup line in the form KIRI Maker: http://127.0.0.1:<port>/.
  3. Verify the address responds successfully. If the process tool already confirms a successful request, do not repeat the check.
  4. Reply in the user's language with a clickable Markdown link to that exact address. Keep the response short and state that closing/stopping the running process stops the site.

The launcher chooses a free loopback port, serves the expanded files in assets/ directly, and implements the /resolve endpoint. It needs only Python 3's standard library. Internet access is still required in the browser for shared models and CDN libraries.

Troubleshoot

  • If python3 is unavailable, try python scripts/serve.py.
  • If startup fails, report the actual error; do not install unrelated services or replace the launcher with Wrangler.
  • If the page opens but external libraries or models fail, explain that the browser must be online and able to reach the referenced CDN or model host.
  • Never expose the server beyond 127.0.0.1 unless the user explicitly requests LAN access.

Version History

  • 8341bb4 Current 2026-08-12 09:08

Metadata

Files
0
Version
8341bb4
Hash
24b82214
Indexed
2026-08-12 09:08

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 02:13
浙ICP备14020137号-1 $お客様$