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.
Imported from 21967201/workspace-ua58rsb93veqtxl7 (skills/_quarantine_junk_2026-07-07/workflow-read-exec-exec/SKILL.md). Install upstream with npx skills add 21967201/workspace-ua58rsb93veqtxl7 --skill workflow-read-exec-exec. Copyright stays with the author.
workflow-read-exec-exec
工作流模式
工具调用序列: read -> exec -> exec
出现次数: 25 次 置信度: 1
描述
这个 skill 封装了从会话历史中识别出的常见工作流模式。
使用场景
当任务需要按顺序调用以下工具时,使用此 skill:
read
exec
exec
示例
\\powershell
示例:使用此工作流
tool1 -> tool2 -> tool3
\\
安装
此 skill 由 Distill 工作流发现任务自动创建。
创建时间: 2026-06-23 10:26:58
源: Distill 自动发现
置信度: 1
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.