Skip to main content
Glama
gpt-img-2

see-dance-2-prompt-mcp

by gpt-img-2
README.md
# See Dance 2 Prompt MCP

Deterministic, read-only MCP tools and an OpenClaw Skill for Seedance-oriented video prompt construction, multimodal reference planning, prompt diagnosis, and canonical See Dance 2 resource discovery.

This project does not generate media, call a model provider, access accounts, compare live pricing, or spend credits. See Dance 2 is independent and is not official ByteDance or Seedance documentation.

## Install

```bash
npx -y github:gpt-img-2/see-dance-2-prompt-mcp
```

## Tools

- `build_seedance_prompt`
- `plan_reference_sequence`
- `diagnose_seedance_prompt`
- `get_see_dance_2_resources`

## OpenClaw

```bash
openclaw mcp add see-dance-2 \
  --command npx \
  --arg -y \
  --arg github:gpt-img-2/see-dance-2-prompt-mcp
```

The Skill source is in [`openclaw/see-dance-2-video-prompt-architect`](openclaw/see-dance-2-video-prompt-architect/SKILL.md).

## Development

```bash
pnpm install
pnpm validate
```

Canonical product resources: [see-dance-2.com/llms.txt](https://see-dance-2.com/llms.txt)

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clear, distinct role: building a prompt, planning a sequence, diagnosing issues, and fetching resources. There is no overlap in purpose, making selection unambiguous.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, with clear action prefixes (build, plan, diagnose, get). The naming is uniform and predictable.

Tool Count5/5

Four tools is an appropriate scope for this domain, covering the core workflow without redundancy or excessive granularity. Each tool earns its place.

Completeness5/5

The toolset covers the full lifecycle: creating a prompt, planning sequences, diagnosing problems, and accessing resources. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues