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.
.junie - Skill - OpenSmartRoute
Skillv1.0.0
.junie
This file provides context for the Junie AI assistant (JetBrains) when contributing to OWASP Juice Shop.
Imported from benjc0/llm-red-teaming (juice-shop-copy/.junie/AGENTS.md). Install upstream with npx skills add benjc0/llm-red-teaming --skill .junie. Copyright stays with the author.
Junie AI Assistant Guidelines
This file provides context for the Junie AI assistant (JetBrains) when contributing to OWASP Juice Shop.
Important: The primary authoritative source for all AI contributions is the root AGENTS.md. Please refer to that file for comprehensive guidelines, project overview, and shared skills.
Skill Discovery: Before performing any task, check if a matching skill exists by reading the Skills section of AGENTS.md. If a relevant skill is found, read and follow its SKILL.md from .ai/skills/ before proceeding.
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.
benjc0-llm-red-teaming-junie.ocm.jsonjson
{
"ocm": "1",
"id": "benjc0-llm-red-teaming-junie",
"kind": "skill",
"name": ".junie",
"description": "This file provides context for the Junie AI assistant (JetBrains) when contributing to OWASP Juice Shop.",
"publisher": "benjc0",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file provides context for the Junie AI assistant (JetBrains) when contributing to OWASP Juice Shop."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/benjc0/llm-red-teaming",
"path": "juice-shop-copy/.junie/AGENTS.md",
"ref": "19214b1305fd88e7c66ab2a3c3cedb7bc5afb9ca",
"url": "https://github.com/benjc0/llm-red-teaming/blob/19214b1305fd88e7c66ab2a3c3cedb7bc5afb9ca/juice-shop-copy/.junie/AGENTS.md",
"key": "benjc0/llm-red-teaming/juice-shop-copy/.junie/AGENTS.md"
}
},
"instructions": "# Junie AI Assistant Guidelines\n\nThis file provides context for the Junie AI assistant (JetBrains) when contributing to OWASP Juice Shop.\n\n**Important**: The primary authoritative source for all AI contributions is the [root AGENTS.md](../AGENTS.md). Please refer to that file for comprehensive guidelines, project overview, and shared skills.\n\n**Skill Discovery**: Before performing any task, check if a matching skill exists by reading the `Skills` section of [AGENTS.md](../AGENTS.md). If a relevant skill is found, read and follow its `SKILL.md` from `.ai/skills/` before proceeding.",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/benjc0-llm-red-teaming-junie/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.