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.
1. **BE CONCISE**: No yapping. Do not explain your steps. Output tools directly. 2. **STRICT JSON**: Ensure all tool calls use strict valid JSON with double quotes. Do not use raw markdown code blocks
Imported from navikt/mlx-workspace (workspaces/qwen3.5-27b-opus-distilled/AGENTS.md). Install upstream with npx skills add navikt/mlx-workspace --skill qwen3.5-27b-opus-distilled. Copyright stays with the author.
Agent Rules
BE CONCISE: No yapping. Do not explain your steps. Output tools directly.
STRICT JSON: Ensure all tool calls use strict valid JSON with double quotes. Do not use raw markdown code blocks.
MISE ONLY: Execute mise run <task>. Do not use pip or manage dependencies manually.
VERIFY: Check files exist after writing. Do not hallucinate file contents.
READ LESS: Use grep or head before reading massive files. Keep context tight.
THINK AND ACT: If you use a block to plan code, you MUST execute the actual JSON tool calls (e.g. write_to_file) immediately after closing the tag. Do not stop without acting.
THINK SHORT, WRITE IN TOOLS: While implementing, keep <think> to a few sentences — decide, then act. Never draft file contents inside <think>; code belongs in the tool call arguments, written once.
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/navikt-mlx-workspace-qwen3-5-27b-opus-distilled/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": "navikt-mlx-workspace-qwen3-5-27b-opus-distilled",
"kind": "skill",
"name": "qwen3.5-27b-opus-distilled",
"description": "1. **BE CONCISE**: No yapping. Do not explain your steps. Output tools directly. 2. **STRICT JSON**: Ensure all tool calls use strict valid JSON with double quotes. Do not use raw markdown code blocks. 3. **MISE ONLY**: Execute `mise run <task>`. Do not use `pip` or manage dependencies manually. 4. **VERIFY**: Check files exist after writing. Do not hallucinate file contents. 5. **READ LESS**: Use `grep` or `head` before reading massive files. Keep context tight. 6. **THINK AND ACT**: If you use a <think> block to plan code, you MUST execute the actual JSON tool calls (e.g. write_to_file) immediately after closing the </think> tag. Do not stop without acting. 7. **THINK SHORT, WRITE IN TOOLS**: While implementing, keep `<think>` to a few sentences — decide, then act. Never draft file contents inside `<think>`; code belongs in the tool call arguments, written once.",
"publisher": "navikt",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. **BE CONCISE**: No yapping. Do not explain your steps. Output tools directly. 2. **STRICT JSON**: Ensure all tool calls use strict valid JSON with double quotes. Do not use raw markdown code blocks. 3. **MISE ONLY**: Execute `mise run <task>`. Do not use `pip` or manage dependencies manually. 4. **VERIFY**: Check files exist after writing. Do not hallucinate file contents. 5. **READ LESS**: Use `grep` or `head` before reading massive files. Keep context tight. 6. **THINK AND ACT**: If you use a <think> block to plan code, you MUST execute the actual JSON tool calls (e.g. write_to_file) immediately after closing the </think> tag. Do not stop without acting. 7. **THINK SHORT, WRITE IN TOOLS**: While implementing, keep `<think>` to a few sentences — decide, then act. Never draft file contents inside `<think>`; code belongs in the tool call arguments, written once."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/navikt/mlx-workspace",
"path": "workspaces/qwen3.5-27b-opus-distilled/AGENTS.md",
"ref": "5ee1de0f84653e3988ea88149b8e5befa5290ab2",
"url": "https://github.com/navikt/mlx-workspace/blob/5ee1de0f84653e3988ea88149b8e5befa5290ab2/workspaces/qwen3.5-27b-opus-distilled/AGENTS.md",
"key": "navikt/mlx-workspace/workspaces/qwen3.5-27b-opus-distilled/AGENTS.md"
}
},
"instructions": "# Agent Rules\n\n1. **BE CONCISE**: No yapping. Do not explain your steps. Output tools directly.\n2. **STRICT JSON**: Ensure all tool calls use strict valid JSON with double quotes. Do not use raw markdown code blocks.\n3. **MISE ONLY**: Execute `mise run <task>`. Do not use `pip` or manage dependencies manually.\n4. **VERIFY**: Check files exist after writing. Do not hallucinate file contents.\n5. **READ LESS**: Use `grep` or `head` before reading massive files. Keep context tight.\n6. **THINK AND ACT**: If you use a <think> block to plan code, you MUST execute the actual JSON tool calls (e.g. writ",
"cost": {
"context_tokens": 222
}
}
Fetch it by URL: GET /api/v1/registry/navikt-mlx-workspace-qwen3-5-27b-opus-distilled/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.