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.
haiku-report - Skill - OpenSmartRoute
Skillv1.0.0
haiku-report
Submit feedback or a bug report to the H·AI·K·U team
Imported from gigsmart/haiku-method (plugin/skills/haiku-report/SKILL.md). Install upstream with npx skills add gigsmart/haiku-method --skill haiku-report. Copyright stays with the author.
Feedback
Ask the user what feedback they'd like to share — what happened, what they expected, and any steps to reproduce.
Summarize their feedback into a clear, actionable issue report. Do NOT submit their words verbatim — synthesize it into a structured summary with context (what they were doing, what went wrong, what the expected behavior was).
Ask the user if the summary looks good before submitting.
Call haiku_report with the synthesized message. Optionally include contact_email and name if the user provides them.
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.
gigsmart-haiku-method-haiku-report.ocm.jsonjson
{
"ocm": "1",
"id": "gigsmart-haiku-method-haiku-report",
"kind": "skill",
"name": "haiku-report",
"description": "Submit feedback or a bug report to the H·AI·K·U team",
"publisher": "gigsmart",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"creative"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Submit feedback or a bug report to the H·AI·K·U team"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/gigsmart/haiku-method",
"path": "plugin/skills/haiku-report/SKILL.md",
"ref": "42451f546de75e0c4f38d5d3bb0999e54661bf32",
"url": "https://github.com/gigsmart/haiku-method/blob/42451f546de75e0c4f38d5d3bb0999e54661bf32/plugin/skills/haiku-report/SKILL.md",
"key": "gigsmart/haiku-method/plugin/skills/haiku-report/SKILL.md"
}
},
"instructions": "# Feedback\n\n1. Ask the user what feedback they'd like to share — what happened, what they expected, and any steps to reproduce.\n2. Summarize their feedback into a clear, actionable issue report. Do NOT submit their words verbatim — synthesize it into a structured summary with context (what they were doing, what went wrong, what the expected behavior was).\n3. Ask the user if the summary looks good before submitting.\n4. Call `haiku_report` with the synthesized `message`. Optionally include `contact_email` and `name` if the user provides them.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/gigsmart-haiku-method-haiku-report/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.