跳到主要内容

StarCut Agent 插件

为 AI Agent 安装 StarCut

复制 ChatGPT 的安装提示词,然后按下方指南完成接入。

安装提示词

/goal Read starcut.io/chatgpt.md to install StarCut and set up a new editing task for me.

把这段提示词粘贴到 ChatGPT 桌面应用的任务里。

安装指南

Install StarCut

Reply to the user in the language they are currently using. The instructions below are written only in English so there is one execution contract.

This guide is generated for the current environment:

Mode: production
Marketplace: https://github.com/starrank-soft/starcut-plugin.git
MCP server: https://api.starcut.io/mcp

Host gate

Run installation only from the ChatGPT/Codex desktop app on the machine where StarCut will be used. A web app or isolated remote workspace cannot modify the desktop app's plugin and MCP configuration.

If this is not the correct host surface, stop and ask the user to open that host and send:

Read starcut.io/chatgpt.md and install StarCut for me. Complete authentication and verification.

Execution contract

Read this whole guide before running commands. Complete installation, login, and verification in order. Do not stop after an intermediate success. Do not claim later steps passed when an earlier step failed.

Use the Codex CLI bundled with the desktop app. Locate its actual path and replace "<BUNDLED_CODEX>" below. Do not substitute a standalone Codex CLI from npm, Homebrew, another package manager, or an arbitrary executable in PATH.

"<BUNDLED_CODEX>" --version

Install

Add the marketplace for this environment:

"<BUNDLED_CODEX>" plugin marketplace add https://github.com/starrank-soft/starcut-plugin.git --ref main

Read the marketplace name assigned by Codex:

"<BUNDLED_CODEX>" plugin marketplace list --json

List and install StarCut using that exact marketplace name:

"<BUNDLED_CODEX>" plugin list --marketplace <MARKETPLACE> --json
"<BUNDLED_CODEX>" plugin add starcut@<MARKETPLACE>

Log in

Plugin installation may start OAuth automatically. Complete that browser flow and wait for its command to finish. Then inspect the connection:

"<BUNDLED_CODEX>" mcp list --json

Only when starcut is not authenticated, run:

"<BUNDLED_CODEX>" mcp login starcut

Never start a second login while an installation-triggered or manual login is still active.

Verify

"<BUNDLED_CODEX>" plugin list --marketplace <MARKETPLACE> --json
"<BUNDLED_CODEX>" mcp get starcut --json
"<BUNDLED_CODEX>" mcp list --json

The plugin must be installed and enabled. The starcut MCP connection must be enabled, authenticated, and point to:

https://api.starcut.io/mcp

If the endpoint, plugin, or authentication state is wrong, fix that exact step and verify again. Starting a new conversation does not repair installation or login.

Start editing

After installation succeeds, tell the user to start a fresh conversation and send the prompt below in their language. Do not add implementation details.

StarCut is ready. Help me start a new video project. Briefly tell me how you can
help bring it to life, then ask what materials I have and what I want the finished
video to be like.

Completion

Report success only after all of these are true:

  1. The plugin or project bundle is installed and enabled.
  2. starcut is authenticated against https://api.starcut.io/mcp.
  3. The user received the short startup prompt for a fresh conversation.

If any step fails, report the exact failed step and error without claiming later steps passed.