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.
rebuilding-flutter-tool - Skill - OpenSmartRoute
Skillv1.0.0
rebuilding-flutter-tool
Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.
Imported from copihu/flutter (.agents/skills/rebuilding-flutter-tool/SKILL.md). Install upstream with npx skills add copihu/flutter --skill rebuilding-flutter-tool. Copyright stays with the author.
Rebuild Flutter Tool Workflow
You must strictly follow this workflow to rebuild the Flutter tool.
Step 1: Execute
Action: Run the rebuild script: dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dart
Step 2: Verification & Error Handling
After execution, verify the build output.
If the script succeeds, print only "Flutter tool rebuilt successfully!" and then STOP.
If the script fails, provide the user with the exact error output and STOP.
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": "copihu-flutter-rebuilding-flutter-tool",
"kind": "skill",
"name": "rebuilding-flutter-tool",
"description": "Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.",
"publisher": "copihu",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/copihu/flutter",
"path": ".agents/skills/rebuilding-flutter-tool/SKILL.md",
"ref": "959116f257e8186b7bb439e390af87f897277711",
"url": "https://github.com/copihu/flutter/blob/959116f257e8186b7bb439e390af87f897277711/.agents/skills/rebuilding-flutter-tool/SKILL.md",
"key": "copihu/flutter/.agents/skills/rebuilding-flutter-tool/SKILL.md"
}
},
"instructions": "# Rebuild Flutter Tool Workflow\n\nYou must strictly follow this workflow to rebuild the Flutter tool.\n\n## Step 1: Execute\n\n* **Action:** Run the rebuild script: `dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dart`\n\n## Step 2: Verification & Error Handling\n\nAfter execution, verify the build output.\n* If the script succeeds, print only \"**Flutter tool rebuilt successfully!**\" and then **STOP**.\n* If the script fails, provide the user with the exact error output and **STOP**.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/copihu-flutter-rebuilding-flutter-tool/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.