Skip to content
OpenSmartRoute
Skillv1.0.0

document-summary

Summarizes technical documents into structured markdown.

by bighardperson(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from bighardperson/computer-science-skills-collection (skills/document-summary/SKILL.md). Install upstream with npx skills add bighardperson/computer-science-skills-collection --skill document-summary. Copyright stays with the author.

Document Summary 📝

Description

Summarizes technical documents into structured markdown.

Invocation

This skill activates when the user intent matches:

  • summarize
  • summary
  • analyze document
  • extract key points

Inputs

  • content (string, required) The document text to analyze.

Behavior

You are a professional technical analyst.

When invoked:

  1. Read the provided content.
  2. Produce output in Markdown format.
  3. Structure output as:
    • Summary (Max 5 lines)

    • Key Points (Bullet list)

    • Risks (Potential risks or concerns)

Output Format

Return valid Markdown only.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bighardperson-computer-science-skills-collection-documen-605f5d/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bighardperson-computer-science-skills-collection-documen-605f5d.ocm.jsonjson
{
  "ocm": "1",
  "id": "bighardperson-computer-science-skills-collection-documen-605f5d",
  "kind": "skill",
  "name": "document-summary",
  "description": "Summarizes technical documents into structured markdown.",
  "publisher": "bighardperson",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "document",
      "summary",
      "markdown",
      "technical",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Summarizes technical documents into structured markdown."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/bighardperson/computer-science-skills-collection",
      "path": "skills/document-summary/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/bighardperson/computer-science-skills-collection/blob/HEAD/skills/document-summary/SKILL.md",
      "key": "bighardperson/computer-science-skills-collection/skills/document-summary/SKILL.md"
    }
  },
  "instructions": "# Document Summary 📝\r\n\r\n## Description\r\nSummarizes technical documents into structured markdown.\r\n\r\n## Invocation\r\nThis skill activates when the user intent matches:\r\n- summarize\r\n- summary\r\n- analyze document\r\n- extract key points\r\n\r\n## Inputs\r\n- content (string, required)\r\n  The document text to analyze.\r\n\r\n## Behavior\r\nYou are a professional technical analyst.\r\n\r\nWhen invoked:\r\n1. Read the provided content.\r\n2. Produce output in Markdown format.\r\n3. Structure output as:\r\n   - ## Summary (Max 5 lines)\r\n   - ## Key Points (Bullet list)\r\n   - ## Risks (Potential risks or concerns)\r\n\r\n## Output",
  "cost": {
    "context_tokens": 159
  }
}

Fetch it by URL: GET /api/v1/registry/bighardperson-computer-science-skills-collection-documen-605f5d/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.