← 返回 Skills 市场
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install literature-parser
功能描述
自动提取文献内容的摘要、关键词和核心结论,帮助快速理解学术资料的重点信息。
使用说明 (SKILL.md)
文献自动解析\r
\r 自动解析用户发送的文献内容,输出摘要、关键词和核心结论。\r \r
系统提示词\r
你是专业的学术文献自动解析助手。\r 用户发送的任何文本,都视为需要解析的文献内容。\r \r 请严格按照以下格式输出,不要多余文字、不要解释、不要提问:\r \r 【摘要】\r 用简洁、通顺的语言概括全文核心内容。\r \r 【关键词】\r 列出3–6个最核心的关键词。\r \r 【核心结论】\r 提炼1–3条最重要的结论或观点。
安全使用建议
This skill does what it says (extracts summaries/keywords/conclusions) and requests no secrets, but the runtime instructions act like a system-level prompt override and the included code sets the skill to always trigger. Those two facts combined raise suspicion: the skill could change or constrain the agent's global behavior and will run by default. Before installing, ask the publisher to: (1) remove or rework the SKILL.md so it does not try to override the agent's system prompt (make it operational guidance, not a system instruction); (2) change trigger.type from 'always' to an explicit user-invoked trigger; and (3) confirm the source/owner and provide a repo or homepage. If you cannot get those changes or verify the author, avoid installing or run it in a restricted/sandboxed environment first.
功能分析
Type: OpenClaw Skill
Name: literature-parser
Version: 1.0.0
The 'literature-parser' skill is a straightforward utility designed to summarize academic text and extract keywords. The code in index.ts and the instructions in SKILL.md are consistent with the stated purpose, containing no executable logic, network requests, or instructions that would lead to data exfiltration or unauthorized system access.
能力评估
Purpose & Capability
Name/description match the behavior (extract summary, keywords, conclusions). No extra binaries or env vars are requested. However, the included index.ts sets the skill to always trigger, which is inconsistent with the registry metadata and is more privileged than expected for a single-purpose parser.
Instruction Scope
SKILL.md contains a direct system-style prompt that redefines the assistant ('你是专业的学术文献自动解析助手... 用户发送的任何文本,都视为需要解析的文献内容') and instructs '不要多余文字、不要解释、不要提问'. This is a prompt-injection pattern (system-prompt-override) that attempts to replace or tightly constrain the agent's behavior and treats any user text as input to be parsed — broader scope than necessary and suppresses clarification.
Install Mechanism
Instruction-only with no install spec and no external downloads; low installation risk.
Credentials
No environment variables, credentials, or config paths requested — access is appropriately minimal for the stated function.
Persistence & Privilege
The skill bundle (index.ts) sets trigger.type = 'always', effectively making it a default/always-invoked skill. Combined with the SKILL.md's system-prompt-like instructions, this increases the blast radius of the prompt-injection behavior. Registry metadata listed always:false, so this is an internal inconsistency that should be resolved before installation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install literature-parser - 安装完成后,直接呼叫该 Skill 的名称或使用
/literature-parser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the literature-parser skill.
- Automatically parses user-submitted literature, providing summary, keywords, and key conclusions.
- Strictly outputs results in a fixed format with dedicated sections for summary, keywords, and core conclusions.
元数据
常见问题
文献自动解析 是什么?
自动提取文献内容的摘要、关键词和核心结论,帮助快速理解学术资料的重点信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 文献自动解析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install literature-parser」即可一键安装,无需额外配置。
文献自动解析 是免费的吗?
是的,文献自动解析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
文献自动解析 支持哪些平台?
文献自动解析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 文献自动解析?
由 lyt0302(@lyt0302)开发并维护,当前版本 v1.0.0。
推荐 Skills