| name | sume-tools |
| description | Discover current Sume CLI tool schemas, inspect bundled skills, check readiness, and choose safe CLI/MCP workflows without executing paid generation. |
Sume Tools
Use this skill for schema discovery and local skill maintenance.
Do not construct write or paid payloads from memory. Use the local tool registry
as the executable contract.
Discovery
sume doctor --agent --json
sume tools list --json
sume tools schema avatars.create --json
sume tools schema avatar-videos.create --json
sume tools schema jobs.watch --json
sume balance --json
sume usage get --json
Skill Maintenance
sume skills list --json
sume skills export sume --json
sume skills install sume --json
sume skills install sume-avatar --json
sume skills update --json
Skills install into .agents/skills/ when .agents/ exists, otherwise
.claude/skills/ when .claude/ exists.
MCP
Sume MCP is coming soon and is not part of this public CLI launch release yet.
Use direct CLI commands today.
If a future release enables MCP, treat MCP tool descriptions and
sume tools schema safety metadata as the source of truth for toolsets, write
gates, paid gates, and redaction behavior.
Not For
Do not execute paid creation directly from this skill. Route avatar work to
sume-avatar, video work to sume-avatar-video, spend-capped QA to
sume-spend-capped-dogfood, local artifact checks to sume-media-qa, and fast
iteration to sume-min-latency. Route media inputs through public HTTPS URLs
unless the user explicitly asks for advanced compatibility asset tooling.