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.
Instruction file imported from ductrung-nguyen/Orca-vscode (.github/instructions/terminal.instructions.md). Copyright stays with the author.
Never run any long command in the terminal.
If possible, put the payload/input into a file in ./.tmp (using internal writting tools, instead of using terminal) and run the command with the file as input. Don't forget to clean up the file after use.
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/ductrung-nguyen-orca-vscode-terminal-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.
{
"ocm": "1",
"id": "ductrung-nguyen-orca-vscode-terminal-instructions",
"kind": "skill",
"name": "terminal",
"description": "Global instructions when using with terminal",
"publisher": "ductrung-nguyen",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Global instructions when using with terminal"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ductrung-nguyen/Orca-vscode",
"path": ".github/instructions/terminal.instructions.md",
"ref": "f0d921733f95013f007f973431755ab493c738f8",
"url": "https://github.com/ductrung-nguyen/Orca-vscode/blob/f0d921733f95013f007f973431755ab493c738f8/.github/instructions/terminal.instructions.md",
"key": "ductrung-nguyen/Orca-vscode/.github/instructions/terminal.instructions.md"
},
"applies_to": "**/*.agent.md"
},
"instructions": "Never run any long command in the terminal.\nIf possible, put the payload/input into a file in `./.tmp` (using internal writting tools, instead of using terminal) and run the command with the file as input. Don't forget to clean up the file after use.",
"cost": {
"context_tokens": 62
}
}
Fetch it by URL: GET /api/v1/registry/ductrung-nguyen-orca-vscode-terminal-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.