Skip to content
Skillv1.0.0

summarize

总结技能。对用户提供的文本、对话内容或文档进行精炼总结,提取核心要点。

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

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

See reviews

About

Imported from rtgs2017/nagaagent (skills/summarize/SKILL.md). Install upstream with npx skills add rtgs2017/nagaagent --skill summarize. Copyright stays with the author.

总结技能

对用户提供的内容进行精炼总结。

规则

  1. 提取核心观点和关键信息
  2. 按重要程度排列要点
  3. 保持客观,不添加个人观点
  4. 总结长度控制在原文的 20%-30%
  5. 如果是对话内容,总结双方的核心诉求和结论
  6. 使用简洁的列表形式呈现要点

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/rtgs2017-nagaagent-summarize/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.

rtgs2017-nagaagent-summarize.ocm.jsonjson
{
  "ocm": "1",
  "id": "rtgs2017-nagaagent-summarize",
  "kind": "skill",
  "name": "summarize",
  "description": "总结技能。对用户提供的文本、对话内容或文档进行精炼总结,提取核心要点。",
  "publisher": "rtgs2017",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "summarize",
      "digest",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "总结技能。对用户提供的文本、对话内容或文档进行精炼总结,提取核心要点。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/rtgs2017/nagaagent",
      "path": "skills/summarize/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/rtgs2017/nagaagent/blob/HEAD/skills/summarize/SKILL.md",
      "key": "rtgs2017/nagaagent/skills/summarize/SKILL.md"
    }
  },
  "instructions": "# 总结技能\r\n\r\n对用户提供的内容进行精炼总结。\r\n\r\n## 规则\r\n\r\n1. 提取核心观点和关键信息\r\n2. 按重要程度排列要点\r\n3. 保持客观,不添加个人观点\r\n4. 总结长度控制在原文的 20%-30%\r\n5. 如果是对话内容,总结双方的核心诉求和结论\r\n6. 使用简洁的列表形式呈现要点",
  "cost": {
    "context_tokens": 37
  }
}

Fetch it by URL: GET /api/v1/registry/rtgs2017-nagaagent-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.