← 返回 Skills 市场
nomorecoding

Academic Paper Summarizer

作者 nomorecoding · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
2887
总下载
3
收藏
25
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-summarize-academic
功能描述
Academic paper summarization with dynamic SOP selection based on paper topic classification. Supports method, dataset, multimodal, and other paper types with...
安全使用建议
This skill appears coherent and low-risk, but review a few things before installing: 1) Confirm you are comfortable that summaries and the raw prompts will be saved to local disk (research/{domain}/...) — if you process confidential papers, those files may contain sensitive text. 2) Inspect templates/sop_templates.ts (the included system prompt) to ensure the behavior and output format (strict JSON with embedded Markdown/LaTeX) match how you plan to consume results. 3) Note documentation inconsistencies (SKILL.md references different file paths; length requirements vary across files). These are not security issues but could cause runtime mismatches. 4) Because the skill enforces long, detailed outputs, check resource/time expectations when batch-processing many papers. If you want extra assurance, run the skill in a sandboxed environment, examine the files it writes, and confirm no unexpected network activity occurs during use.
功能分析
Type: OpenClaw Skill Name: paper-summarize-academic Version: 1.0.1 The OpenClaw skill 'paper-summarize-academic' is designed for academic paper summarization, saving structured output and prompts to local files. All instructions to the AI agent in `SKILL.md` and `templates/sop_templates.ts` are focused on the summarization task, defining the agent's persona, output format, and quality standards. File write operations are explicitly stated and necessary for the skill's function, and `USAGE_EXAMPLE.md` shows filename sanitization (`safeTitle = title.replace(/[^a-zA-Z0-9]/g, '_');`), which is a good security practice. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection designed to subvert the agent for harmful purposes.
能力评估
Purpose & Capability
The name/description (academic paper summarization with dynamic SOP selection) matches what the skill provides: instruction-driven behavior and topic-specific SOP templates (templates/sop_templates.ts). Required capabilities (local summary writing, prompt tracking, batch processing) are consistent with the stated purpose. The only mismatch is that SKILL.md references SOP locations (src/lib/agents/topic-sops.ts and summarization_prompt.ts) that do not exist in the provided file manifest; the actual template file is templates/sop_templates.ts. This appears to be a documentation/path mismatch rather than a functional or malicious inconsistency.
Instruction Scope
Runtime instructions instruct the agent to generate structured analysis and save summaries and prompts to local directories (research/{domain}/ai_summaries/ and research/{domain}/prompts/). That is within scope for a summarizer. There are no instructions to read unrelated system files, access environment variables, or send data to external endpoints. Minor inconsistencies: the SKILL.md and README list different minimum lengths/word-vs-character constraints in places, and the system prompt requires output to be valid JSON while also asking for Markdown-style formatting inside text fields (this is feasible because Markdown can be embedded as JSON strings but is a subtle constraint the implementer must handle).
Install Mechanism
No install spec (instruction-only skill with a small template file). This is low-risk: nothing is downloaded or executed on install, and no package managers or external URLs are used.
Credentials
The skill declares no required environment variables, no primary credential, and no required config paths. The declared behavior (local file writes) is consistent with lacking external credentials. There are no unexplained credential requests.
Persistence & Privilege
The skill does not request always:true and uses the default agent invocation model. It writes only to its own output directories as described; there is no evidence it modifies other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paper-summarize-academic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paper-summarize-academic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Dynamic SOP selection for different paper types with rigorous analysis templates
元数据
Slug paper-summarize-academic
版本 1.0.1
许可证
累计安装 25
当前安装数 25
历史版本数 1
常见问题

Academic Paper Summarizer 是什么?

Academic paper summarization with dynamic SOP selection based on paper topic classification. Supports method, dataset, multimodal, and other paper types with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2887 次。

如何安装 Academic Paper Summarizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-summarize-academic」即可一键安装,无需额外配置。

Academic Paper Summarizer 是免费的吗?

是的,Academic Paper Summarizer 完全免费(开源免费),可自由下载、安装和使用。

Academic Paper Summarizer 支持哪些平台?

Academic Paper Summarizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Academic Paper Summarizer?

由 nomorecoding(@nomorecoding)开发并维护,当前版本 v1.0.1。

💬 留言讨论