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.
investigation-open - Skill - OpenSmartRoute
Skillv1.0.0
investigation-open
Open a new internal investigation matter — runs intake, generates the sources checklist, and creates the persistent investigation log. Use when a complaint or allegation comes in and the attorney need
Imported from klncgty/LexAI (employment-legal/skills/investigation-open/SKILL.md). Install upstream with npx skills add klncgty/LexAI --skill investigation-open. Copyright stays with the author.
/investigation-open
Opens a new investigation matter — runs intake, generates the sources
checklist, and creates the persistent investigation log.
Load the internal-investigation reference skill and run Mode 1 (Open).
If a matter with the same slug already exists, warn before overwriting.
Examples
/employment-legal:investigation-open
Harassment complaint filed against a manager in the Austin office.
/employment-legal:investigation-open
(skill will ask for details)
Detailed intake, privilege-formation requirements, sources checklist, and log
templates live in the internal-investigation reference skill — load it
before doing substantive work.
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.
klncgty-lexai-investigation-open.ocm.jsonjson
{
"ocm": "1",
"id": "klncgty-lexai-investigation-open",
"kind": "skill",
"name": "investigation-open",
"description": "Open a new internal investigation matter — runs intake, generates the sources checklist, and creates the persistent investigation log. Use when a complaint or allegation comes in and the attorney needs to stand up a privileged investigation workspace.",
"publisher": "klncgty",
"version": "1.0.0",
"capabilities": {
"domains": [
"customer_support"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Open a new internal investigation matter — runs intake, generates the sources checklist, and creates the persistent investigation log. Use when a complaint or allegation comes in and the attorney needs to stand up a privileged investigation workspace."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/klncgty/LexAI",
"path": "employment-legal/skills/investigation-open/SKILL.md",
"ref": "f9bc103b22593bfb3b63f9ad23ca454ce1a63972",
"url": "https://github.com/klncgty/LexAI/blob/f9bc103b22593bfb3b63f9ad23ca454ce1a63972/employment-legal/skills/investigation-open/SKILL.md",
"key": "klncgty/LexAI/employment-legal/skills/investigation-open/SKILL.md"
}
},
"instructions": "# /investigation-open\r\n\r\nOpens a new investigation matter — runs intake, generates the sources\r\nchecklist, and creates the persistent investigation log.\r\n\r\n## Instructions\r\n\r\n1. Load `~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md`.\r\n2. Load the `internal-investigation` reference skill and run Mode 1 (Open).\r\n3. If a matter with the same slug already exists, warn before overwriting.\r\n\r\n## Examples\r\n\r\n```\r\n/employment-legal:investigation-open\r\nHarassment complaint filed against a manager in the Austin office.\r\n```\r\n\r\n```\r\n/employment-legal:investigation-open\r\n(skill will a",
"cost": {
"context_tokens": 203
}
}
Fetch it by URL: GET /api/v1/registry/klncgty-lexai-investigation-open/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.