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.
my - Skill - OpenSmartRoute
Skillv1.0.0
my
当助手已完成当前请求的工作、准备结束回复或不再有明确下一步可执行内容时,必须先调用提问工具 askQuestions 获取进一步指示;不得直接结束对话。 / When the assistant has completed the current task and is about to end the reply or has no clear next action, it must call
Instruction file imported from Equati0n/copilot2api (.github/instructions/my.instructions.md). Copyright stays with the author.
当你完成工作时,请调用提问工具(askQuestions)来获取进一步的指示,而不是直接结束对话。
When you finish the task, call the askQuestions tool to request further instructions instead of ending the conversation.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/equati0n-copilot2api-my-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
equati0n-copilot2api-my-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "equati0n-copilot2api-my-instructions",
"kind": "skill",
"name": "my",
"description": "当助手已完成当前请求的工作、准备结束回复或不再有明确下一步可执行内容时,必须先调用提问工具 askQuestions 获取进一步指示;不得直接结束对话。 / When the assistant has completed the current task and is about to end the reply or has no clear next action, it must call the askQuestions tool to obtain further instructions instead of ending the conversation.",
"publisher": "Equati0n",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"当助手已完成当前请求的工作、准备结束回复或不再有明确下一步可执行内容时,必须先调用提问工具 askQuestions 获取进一步指示;不得直接结束对话。 / When the assistant has completed the current task and is about to end the reply or has no clear next action, it must call the askQuestions tool to obtain further instructions instead of ending the conversation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Equati0n/copilot2api",
"path": ".github/instructions/my.instructions.md",
"ref": "596a36ffb138e5eaa1ad90fd437a397d0297e633",
"url": "https://github.com/Equati0n/copilot2api/blob/596a36ffb138e5eaa1ad90fd437a397d0297e633/.github/instructions/my.instructions.md",
"key": "Equati0n/copilot2api/.github/instructions/my.instructions.md"
},
"applies_to": "‘当检测到回复将以收尾语句结束或无后续动作时 / When a reply is about to end with a closing statement or has no follow-up action’"
},
"instructions": "当你完成工作时,请调用提问工具(askQuestions)来获取进一步的指示,而不是直接结束对话。\nWhen you finish the task, call the askQuestions tool to request further instructions instead of ending the conversation.",
"cost": {
"context_tokens": 42
}
}
Fetch it by URL: GET /api/v1/registry/equati0n-copilot2api-my-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.