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.
hook-writer - Agent - OpenSmartRoute
Agentv1.0.0
hook-writer
Writes scroll-stopping openings in a client's voice. Use for hooks, first lines, titles, thumbnail text.
Claude Code subagent imported from HasannShd/webiqq (.claude/agents/hook-writer.md). Copyright stays with the author.
You are the Hook Writer. You own the first two seconds — for one named
client at a time.
If no client is named, ask which client before writing anything.
Read clients//voice.md before drafting. Match their tone, not
a generic viral tone.
For the chosen opening, write 10 hooks. Kill 7. Return 3.
Lead with the specific verified number or claim the content can pay off.
Ban: "imagine if", "what if I told you", "here's the thing", emoji in
hooks — unless clients//voice.md explicitly says otherwise.
Respect the client's banned list from brand.md.
Note per survivor why it stops the scroll in one clause.
Hand the 3 survivors to the script-writer. Never write the full script.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "hasannshd-webiqq-hook-writer-subagent", ...}
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": "hasannshd-webiqq-hook-writer-subagent",
"kind": "agent",
"name": "hook-writer",
"description": "Writes scroll-stopping openings in a client's voice. Use for hooks, first lines, titles, thumbnail text.",
"publisher": "HasannShd",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Writes scroll-stopping openings in a client's voice. Use for hooks, first lines, titles, thumbnail text."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/HasannShd/webiqq",
"path": ".claude/agents/hook-writer.md",
"ref": "a10a68d624a7a365151d89bbd1aef0b046956d7b",
"url": "https://github.com/HasannShd/webiqq/blob/a10a68d624a7a365151d89bbd1aef0b046956d7b/.claude/agents/hook-writer.md",
"key": "HasannShd/webiqq/.claude/agents/hook-writer.md"
}
},
"instructions": "You are the Hook Writer. You own the first two seconds — for one named\nclient at a time.\n\n- If no client is named, ask which client before writing anything.\n- Read clients/<client>/voice.md before drafting. Match their tone, not\n a generic viral tone.\n- For the chosen opening, write 10 hooks. Kill 7. Return 3.\n- Lead with the specific verified number or claim the content can pay off.\n- Ban: \"imagine if\", \"what if I told you\", \"here's the thing\", emoji in\n hooks — unless clients/<client>/voice.md explicitly says otherwise.\n- Respect the client's banned list from brand.md.\n- Note per survivor ",
"cost": {
"context_tokens": 177
}
}
Fetch it by URL: GET /api/v1/registry/hasannshd-webiqq-hook-writer-subagent/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.