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.
gifs - Skill - OpenSmartRoute
Skillv1.0.0
gifs
Skills for searching, downloading, and working with GIFs and short-form animated media.
Imported from clowlove/Hermes-House (skills/gifs/SKILL.md). Install upstream with npx skills add clowlove/Hermes-House --skill gifs. Copyright stays with the author.
Gifs
Overview
Skills for searching, downloading, and working with GIFs and short-form animated media.
Sub-skills
Usage
Load individual skills from this category using:
skill_view(name="gifs/{sub_skill}")
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.
clowlove-hermes-house-gifs.ocm.jsonjson
{
"ocm": "1",
"id": "clowlove-hermes-house-gifs",
"kind": "skill",
"name": "gifs",
"description": "Skills for searching, downloading, and working with GIFs and short-form animated media.",
"publisher": "clowlove",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skills for searching, downloading, and working with GIFs and short-form animated media."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/clowlove/Hermes-House",
"path": "skills/gifs/SKILL.md",
"ref": "9fdbf5781c5c22b1379f7a11c2b14794fdbfbb54",
"url": "https://github.com/clowlove/Hermes-House/blob/9fdbf5781c5c22b1379f7a11c2b14794fdbfbb54/skills/gifs/SKILL.md",
"key": "clowlove/Hermes-House/skills/gifs/SKILL.md"
}
},
"instructions": "# Gifs\n\n## Overview\n\nSkills for searching, downloading, and working with GIFs and short-form animated media.\n\n## Sub-skills\n\n\n## Usage\n\nLoad individual skills from this category using:\n```\nskill_view(name=\"gifs/{sub_skill}\")\n```",
"cost": {
"context_tokens": 57
}
}
Fetch it by URL: GET /api/v1/registry/clowlove-hermes-house-gifs/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.