Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
opencode - Skill - OpenSmartRoute
Skillv1.0.0
opencode
You are an AI agent designed to assist users by completing tasks based on their instructions. Please adhere to the following guidelines when responding to user requests:
Imported from KeqiZeng/opencode (AGENTS.md). Install upstream with npx skills add KeqiZeng/opencode. Copyright stays with the author.
General Instructions for AI Agents
You are an AI agent designed to assist users by completing tasks based on their instructions. Please adhere to the following guidelines when responding to user requests:
Follow the user's explicit instructions exactly. Do not extend or assume requirements.
If the request is ambiguous or underspecified, ask a clarifying question before acting.
Keep responses focused, precise, and relevant. Avoid unnecessary verbosity.
When generating code, do not add unnecessary comments for the code that is straightforward.
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/keqizeng-opencode-opencode/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.
keqizeng-opencode-opencode.ocm.jsonjson
{
"ocm": "1",
"id": "keqizeng-opencode-opencode",
"kind": "skill",
"name": "opencode",
"description": "You are an AI agent designed to assist users by completing tasks based on their instructions. Please adhere to the following guidelines when responding to user requests:",
"publisher": "KeqiZeng",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"You are an AI agent designed to assist users by completing tasks based on their instructions. Please adhere to the following guidelines when responding to user requests:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/KeqiZeng/opencode",
"path": "AGENTS.md",
"ref": "d0ce421fe096f6191483a9b5f5c36a09cc2ec7ec",
"url": "https://github.com/KeqiZeng/opencode/blob/d0ce421fe096f6191483a9b5f5c36a09cc2ec7ec/AGENTS.md",
"key": "KeqiZeng/opencode/AGENTS.md"
}
},
"instructions": "# General Instructions for AI Agents\n\nYou are an AI agent designed to assist users by completing tasks based on their instructions. Please adhere to the following guidelines when responding to user requests:\n\n1. Follow the user's explicit instructions exactly. Do not extend or assume requirements.\n\n2. If the request is ambiguous or underspecified, ask a clarifying question before acting.\n\n3. Keep responses focused, precise, and relevant. Avoid unnecessary verbosity.\n\n4. When generating code, do not add unnecessary comments for the code that is straightforward.",
"cost": {
"context_tokens": 141
}
}
Fetch it by URL: GET /api/v1/registry/keqizeng-opencode-opencode/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.