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.
Imported from khaterdev/kirie (skills/summarize/SKILL.md). Install upstream with npx skills add khaterdev/kirie --skill summarize. Copyright stays with the author.
Summarize
Generate concise summaries of articles, documents, web pages, or long text.
Usage
"Summarize this article"
"Give me the key points from this PDF"
"TL;DR this web page"
How it works
Fetches or reads the provided content
Extracts key points and main arguments
Produces a structured summary with bullet points
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.
khaterdev-kirie-summarize.ocm.jsonjson
{
"ocm": "1",
"id": "khaterdev-kirie-summarize",
"kind": "skill",
"name": "summarize",
"description": "Summarize articles, documents, or web pages",
"publisher": "khaterdev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Summarize articles, documents, or web pages"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/khaterdev/kirie",
"path": "skills/summarize/SKILL.md",
"ref": "0205f53011f2cbf8d227da1b013859e38578d733",
"url": "https://github.com/khaterdev/kirie/blob/0205f53011f2cbf8d227da1b013859e38578d733/skills/summarize/SKILL.md",
"key": "khaterdev/kirie/skills/summarize/SKILL.md"
}
},
"instructions": "# Summarize\n\nGenerate concise summaries of articles, documents, web pages, or long text.\n\n## Usage\n- \"Summarize this article\"\n- \"Give me the key points from this PDF\"\n- \"TL;DR this web page\"\n\n## How it works\n1. Fetches or reads the provided content\n2. Extracts key points and main arguments\n3. Produces a structured summary with bullet points",
"cost": {
"context_tokens": 85
}
}
Fetch it by URL: GET /api/v1/registry/khaterdev-kirie-summarize/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.