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.
lctio - Skill - OpenSmartRoute
Skillv1.0.0
lctio
LCTIO is a Python package with source in `src/lctio/`, tests in `tests/`, and project settings in `pyproject.toml`.
Imported from llnl/lctio (AGENTS.md). Install upstream with npx skills add llnl/lctio. Copyright stays with the author.
Repository Guidelines
LCTIO is a Python package with source in src/lctio/, tests in tests/, and project settings in pyproject.toml.
Before editing, rebasing work, or relying on earlier observations, refresh the current repository state. Use commands such as git status, git log --oneline -n 10, ls -lt src tests, or file mtime checks. Do not assume the filesystem is unchanged between agent tasks or after an interrupted session.
Detailed repository guidance is split into repo-local skills under .agents/skills/.
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/llnl-lctio-lctio/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.
llnl-lctio-lctio.ocm.jsonjson
{
"ocm": "1",
"id": "llnl-lctio-lctio",
"kind": "skill",
"name": "lctio",
"description": "LCTIO is a Python package with source in `src/lctio/`, tests in `tests/`, and project settings in `pyproject.toml`.",
"publisher": "llnl",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"LCTIO is a Python package with source in `src/lctio/`, tests in `tests/`, and project settings in `pyproject.toml`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/llnl/lctio",
"path": "AGENTS.md",
"ref": "3f7609de878977149e54393df65041e0b016708f",
"url": "https://github.com/llnl/lctio/blob/3f7609de878977149e54393df65041e0b016708f/AGENTS.md",
"key": "llnl/lctio/AGENTS.md"
}
},
"instructions": "# Repository Guidelines\n\nLCTIO is a Python package with source in `src/lctio/`, tests in `tests/`, and project settings in `pyproject.toml`.\n\nBefore editing, rebasing work, or relying on earlier observations, refresh the current repository state. Use commands such as `git status`, `git log --oneline -n 10`, `ls -lt src tests`, or file mtime checks. Do not assume the filesystem is unchanged between agent tasks or after an interrupted session.\n\nDetailed repository guidance is split into repo-local skills under `.agents/skills/`.",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/llnl-lctio-lctio/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.