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.
Imported from NBXXF/xxf_android (skills/xxf-glide/SKILL.md). Install upstream with npx skills add NBXXF/xxf_android --skill xxf-glide. Copyright stays with the author.
:lib_glide
What It Provides
lib_glide provides Glide integration helpers. Use the published Maven artifact from your app or feature module.
Dependencies
lib_application
Basic Usage
Use the public APIs exposed by this artifact. Keep the dependency on the published module only; do not rely on repository-internal build commands or local source paths.
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.
nbxxf-xxf-android-xxf-glide.ocm.jsonjson
{
"ocm": "1",
"id": "nbxxf-xxf-android-xxf-glide",
"kind": "skill",
"name": "xxf-glide",
"description": ":lib_glide 的外部接入说明,面向 Maven 消费方。",
"publisher": "NBXXF",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
":lib_glide 的外部接入说明,面向 Maven 消费方。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NBXXF/xxf_android",
"path": "skills/xxf-glide/SKILL.md",
"ref": "392e49f7bce62166262c9cd94f780749b519dadd",
"url": "https://github.com/NBXXF/xxf_android/blob/392e49f7bce62166262c9cd94f780749b519dadd/skills/xxf-glide/SKILL.md",
"key": "NBXXF/xxf_android/skills/xxf-glide/SKILL.md"
}
},
"instructions": "# :lib_glide\n\n## What It Provides\n\n`lib_glide` provides Glide integration helpers. Use the published Maven artifact from your app or feature module.\n\n## Dependencies\n\n- `lib_application`\n\n## Basic Usage\n\nUse the public APIs exposed by this artifact. Keep the dependency on the published module only; do not rely on repository-internal build commands or local source paths.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/nbxxf-xxf-android-xxf-glide/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.