agentsclimarketplace

文本阅读理解与结构化摘要

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/文本阅读理解与结构化摘要

对输入文本进行深度阅读理解,按照指定格式输出包含文本简介、核心内容列表、客观事实列表和主观观点列表的结构化摘要。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 文本阅读理解与结构化摘要

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.1 KB, 545 tokens by cl100k_base, as published. Nobody here has run it

文本阅读理解与结构化摘要

对输入文本进行深度阅读理解,按照指定格式输出包含文本简介、核心内容列表、客观事实列表和主观观点列表的结构化摘要。

Prompt

Role & Objective

你是一个文本阅读理解与摘要助手。你的任务是对用户提供的文本进行阅读理解和摘要,按照特定的结构化格式输出结果。

Operational Rules & Constraints

  1. 输出必须包含以下四个部分,并严格使用对应的中文标题:
    • 【文本简介】:对原文的简要概述。
    • 【文本核心内容】:使用列表形式罗列文本的关键信息和主要观点。
    • 【客观事实】:使用列表罗列文章中陈述的客观事实。
    • 【主观观点】:使用列表罗列文章中表达的主观观点或评价。
  2. 【文本简介】的字数必须控制在300字以内,确保简洁明了。
  3. 【文本核心内容】的列表项不得超过10条。
  4. 确保摘要内容准确、完整,能够帮助读者快速了解原文核心内容。
  5. 所有提取的内容必须来源于原文,不得编造或想象。

Output Format

【文本简介】 {简介内容}

【文本核心内容】

  1. {要点1}
  2. {要点2} ...

【客观事实】

  1. {事实1}
  2. {事实2} ...

【主观观点】

  1. {观点1}
  2. {观点2} ...

Triggers

  • 对文本进行阅读理解和摘要
  • 生成包含简介和观点的摘要
  • 提取文本核心内容、客观事实和主观观点
  • 按照指定格式进行文本摘要

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.