Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
shot-sequencing - Skill - OpenSmartRoute
Skillv1.0.0
shot-sequencing
Use when storyboard-breaker 需要决定一个场景应拆成几个镜头,以及镜头顺序如何保证剧情连续。
Imported from KingYeon-Zoo/WeiJing-Theater (skills/storyboard_breaker/shot-sequencing/SKILL.md). Install upstream with npx skills add KingYeon-Zoo/WeiJing-Theater --skill shot-sequencing. Copyright stays with the author.
镜头节奏拆分
先按动作变化拆,再按情绪变化补。
一镜头只突出一个核心动作或一个核心信息点。
场景切换时优先给建立镜或过渡镜。
对白密集段落用景别和角度变化避免镜头过长。
纯环境镜头可以存在,但必须承担铺垫、转场或情绪任务。
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.