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 xuyun-io/netx-ai (agent-server/skills/chain287-sre-inspection-report/SKILL.md). Install upstream with npx skills add xuyun-io/netx-ai --skill chain287-sre-inspection-report. Copyright stays with the author.
Chain287 SRE 巡检报告
本技能负责统一编排真实的只读巡检,并将巡检结果渲染为 HTML 报告。禁止使用测试数据、占位数据、重构数据或模型编造的数据。
只有当 run_inspection 返回真实的 HTML artifact 时,才能告知用户巡检成功。
如果 run_inspection 返回错误,必须说明失败的检查项,禁止声称巡检已经完成。
用户要求完整巡检时,不得询问是否改用快速巡检或样例巡检。
最终回复应保持简洁,并明确引用生成的 HTML 报告产物。
禁止修改 Runner 管理的 artifact staging 目录以外的文件。
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.