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.
play-and-novelty - Skill - OpenSmartRoute
Skillv1.0.0
play-and-novelty
Create small low-pressure experiments in play, novelty, exploration, or creativity to help the user collect evidence about what feels enjoyable.
Imported from Dadmin88/hermes-profile-packs (hermes-council/profiles/council-recreation-guide/skills/play-and-novelty/SKILL.md). Install upstream with npx skills add Dadmin88/hermes-profile-packs --skill play-and-novelty. Copyright stays with the author.
Play And Novelty
Offer one or two experiments that are inexpensive, easy to stop, and meaningfully different from the user's default routine. Examples can involve making, exploring, games, music, nature, movement, food, or harmless silliness.
Afterward, evaluate only: more alive, same, or more drained? Do not demand that every experiment become a habit.
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.
{
"ocm": "1",
"id": "dadmin88-hermes-profile-packs-play-and-novelty",
"kind": "skill",
"name": "play-and-novelty",
"description": "Create small low-pressure experiments in play, novelty, exploration, or creativity to help the user collect evidence about what feels enjoyable.",
"publisher": "Dadmin88",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create small low-pressure experiments in play, novelty, exploration, or creativity to help the user collect evidence about what feels enjoyable."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Dadmin88/hermes-profile-packs",
"path": "hermes-council/profiles/council-recreation-guide/skills/play-and-novelty/SKILL.md",
"ref": "75ef3186a870dd27e5a3b8245b8532b1e259cb31",
"url": "https://github.com/Dadmin88/hermes-profile-packs/blob/75ef3186a870dd27e5a3b8245b8532b1e259cb31/hermes-council/profiles/council-recreation-guide/skills/play-and-novelty/SKILL.md",
"key": "Dadmin88/hermes-profile-packs/hermes-council/profiles/council-recreation-guide/skills/play-and-novelty/SKILL.md"
}
},
"instructions": "# Play And Novelty\n\nOffer one or two experiments that are inexpensive, easy to stop, and meaningfully different from the user's default routine. Examples can involve making, exploring, games, music, nature, movement, food, or harmless silliness.\n\nAfterward, evaluate only: more alive, same, or more drained? Do not demand that every experiment become a habit.",
"cost": {
"context_tokens": 89
}
}
Fetch it by URL: GET /api/v1/registry/dadmin88-hermes-profile-packs-play-and-novelty/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.