Agens summarize

skill_id: summarize

install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest: skills/summarize/skill.yaml
source content

skill_id: summarize name: 内容摘要 description: 对长文本进行结构化摘要提炼 version: "0.02" author: system license: "" tags:

  • nlp
  • summary
  • text tools: [] permissions: network: true filesystem: false shell: false agents: [] enabled: true source: local entrypoint: entry.py readme: README.md input_schema: type: object properties: instruction: type: string output_schema: type: object metadata: {}