| name | sume-reference-analysis |
| description | Use Sume Reference Analysis tools to analyze public TikTok or Instagram Reel URLs, wait for the analysis job, and summarize transcript, scene timeline, creative devices, hooks, and marketing takeaways. |
Sume Reference Analysis
Use this skill for short-form public reference URL analysis. Exact inputs come from sume tools schema reference-analysis.create.
Discovery
sume tools schema reference-analysis.create --json
sume tools schema jobs.get --json
sume tools schema jobs.result --json
For MCP clients:
sume mcp --toolsets generation --allow-paid
Reference Analysis is exposed in the paid generation MCP toolset and must not be enabled by default.
Read references/reference-analysis-workflows.md before creating analysis jobs.
Analyze A Public Reference
sume reference-analysis create --url "https://www.instagram.com/reel/..." --wait --json
sume reference-analysis create --url "https://www.tiktok.com/@user/video/..." --locale ko --wait --json
Only use public TikTok or Instagram Reel URLs. Do not submit private, signed, internal, or provider URLs.
Async Result
For longer jobs:
sume reference-analysis create --url "https://www.instagram.com/reel/..." --json
sume jobs get <job_id> --json
sume jobs result <job_id> --json
Summarize transcript, timestamped scenes, creative devices, hook/story/CTA structure, and actionable marketing takeaways. Avoid dumping large raw analysis JSON unless explicitly requested.
Not For
Do not use this skill for Brand website analysis, Asset Library search, arbitrary scraping, or generating new media.