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.
mandu-hydration - Skill - OpenSmartRoute
Skillv1.0.0
mandu-hydration
Keep Mandu server rendering and client islands deterministic.
Imported from konamgil/mandu (packages/mcp/src/resources/generated-skills/mandu-hydration/SKILL.md). Install upstream with npx skills add konamgil/mandu --skill mandu-hydration. Copyright stays with the author (MPL-2.0).
Mandu Hydration
Use for islands, partials, client boundaries, or hydration diagnostics.
Server pages remain server-owned; move interactive state into an island.
Use explicit client-boundary metadata and serializable props.
Never import a generated client artifact directly.
Keep HTML, manifest, and client asset URLs pinned to one build generation.
Treat missing client assets or hydration samples as failures when the route
declares hydration.
Run the targeted hydration tests requested by the plan, then
mandu.agent.verify --changed --json --write.
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.
konamgil-mandu-mandu-hydration.ocm.jsonjson
{
"ocm": "1",
"id": "konamgil-mandu-mandu-hydration",
"kind": "skill",
"name": "mandu-hydration",
"description": "Keep Mandu server rendering and client islands deterministic.",
"publisher": "konamgil",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Keep Mandu server rendering and client islands deterministic."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/konamgil/mandu",
"path": "packages/mcp/src/resources/generated-skills/mandu-hydration/SKILL.md",
"ref": "a11f123ec5a4c3a056e36f84a15c9600037300d9",
"url": "https://github.com/konamgil/mandu/blob/a11f123ec5a4c3a056e36f84a15c9600037300d9/packages/mcp/src/resources/generated-skills/mandu-hydration/SKILL.md",
"key": "konamgil/mandu/packages/mcp/src/resources/generated-skills/mandu-hydration/SKILL.md"
},
"license": "MPL-2.0"
},
"instructions": "# Mandu Hydration\n\nUse for islands, partials, client boundaries, or hydration diagnostics.\n\n- Server pages remain server-owned; move interactive state into an island.\n- Use explicit client-boundary metadata and serializable props.\n- Never import a generated client artifact directly.\n- Keep HTML, manifest, and client asset URLs pinned to one build generation.\n- Treat missing client assets or hydration samples as failures when the route\n declares hydration.\n\nRun the targeted hydration tests requested by the plan, then\n`mandu.agent.verify --changed --json --write`.",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/konamgil-mandu-mandu-hydration/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.