Imported from Solus-dot/Alphanus (bundled-skills/utilities/SKILL.md). Install upstream with npx skills add Solus-dot/Alphanus --skill utilities. Copyright stays with the author.
Use utility tools for quick lookup tasks.
Rules:
Prefer direct answer when possible.
If network actions fail, return a clear structured error.
Keep utility responses concise and actionable.
Use search_project_files for filename lookup only; do not use it as a substitute for reading or editing project files.
After open_url, confirm that the exact URL was opened.
After play_youtube, inspect the tool result:
If resolved_first_result is true, say that the first playable YouTube result was opened.
If resolved_first_result is false, say that YouTube search results were opened as a fallback.
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/solus-dot-alphanus-utilities/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.
solus-dot-alphanus-utilities.ocm.jsonjson
{
"ocm": "1",
"id": "solus-dot-alphanus-utilities",
"kind": "skill",
"name": "utilities",
"description": "Utility actions for weather, local file search, opening URLs, and playing videos/songs on YouTube.",
"publisher": "Solus-dot",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"weather",
"search",
"open",
"youtube",
"play",
"music",
"video",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Utility actions for weather, local file search, opening URLs, and playing videos/songs on YouTube."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Solus-dot/Alphanus",
"path": "bundled-skills/utilities/SKILL.md",
"ref": "a643c4a11d18e5b63dbb3e221ef17c22cdeb6791",
"url": "https://github.com/Solus-dot/Alphanus/blob/a643c4a11d18e5b63dbb3e221ef17c22cdeb6791/bundled-skills/utilities/SKILL.md",
"key": "Solus-dot/Alphanus/bundled-skills/utilities/SKILL.md"
},
"allowed_tools": [
"get_weather",
"search_project_files",
"open_url",
"play_youtube"
]
},
"instructions": "Use utility tools for quick lookup tasks.\n\nRules:\n- Prefer direct answer when possible.\n- If network actions fail, return a clear structured error.\n- Keep utility responses concise and actionable.\n- Use `search_project_files` for filename lookup only; do not use it as a substitute for reading or editing project files.\n- After `open_url`, confirm that the exact URL was opened.\n- After `play_youtube`, inspect the tool result:\n - If `resolved_first_result` is true, say that the first playable YouTube result was opened.\n - If `resolved_first_result` is false, say that YouTube search results were",
"cost": {
"context_tokens": 155
}
}
Fetch it by URL: GET /api/v1/registry/solus-dot-alphanus-utilities/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.