Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

paper-ingest-normalizer纸张摄取标准化器

Agent Skill

paper-ingest-normalizer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,288

周安装

133

GitHub Stars

公开资料未说明

下载量

1,032
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paper-ingest-normalizer(纸张摄取标准化器)
来源仓库:https://github.com/sunbinnju-star/paper-ingest-normalizer
安装命令:
openclaw skills install paper-ingest-normalizer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install paper-ingest-normalizer

简介

标准化论文与文献为结构化研究记录。

  • 支持 PDF、URL、DOI 等多种输入格式。
  • 便于项目记忆与后续检索管理流程。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 使用前请核实其对本地存储与元数据处理的能力边界。
  • paper-ingest-normalizer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
paper-ingest-normalizer
description
Normalize papers, PDFs, URLs, and literature notes into structured research records for project memory and retrieval. Use when: (1) a new paper, PDF, DOI, or article enters the system, (2) literature format is inconsistent, (3) researcher needs standardized extraction, (4) project memory needs clean paper records. Triggered by requests like read this paper, ingest this PDF, normalize this literature, 整理这篇文献, or when raw literature needs to become structured project memory.

Paper Ingest Normalizer

Convert raw literature inputs into standardized records safe for project memory, paper databases, and downstream synthesis pipelines.

Input

One of the following is required:

  • pdf_path — local path to PDF file
  • url — link to paper/article
  • raw_text — extracted or pasted text
  • metadata_blob — existing metadata dict

Plus:

  • project_id — required for any writeback
  • source_type — one of: pdf, doi, url, text, metadata
  • optional tags — list of strings for categorization

Output Schema

Return a structured object:

title: string
authors: string[] | null
year: number | null
source: string          # journal, conference, preprint, etc.
doi_or_url: string | null
project_id: string
paper_type: string      # experimental, theoretical, review, etc.
material_system: string | null   # e.g. "钙钛矿太阳能电池", " graphene FET"
device_type: string | null       # e.g. "FTO/glass", "flexible substrate"
key_variables: string[] | null   # independent variables studied
key_metrics: string[] | null     # measured outcomes (PCE, mobility, etc.)
core_findings: string            # 2-3 sentence neutral summary
claimed_mechanism: string | null
limitations: string | null
normalized_summary: string       # 1-2 paragraph structured summary
uncertain_fields: string[] | null  # fields that could not be verified
writeback_ready: boolean        # true only if key identity fields present
writeback_payload: object        # the record to write into project memory

Rules

  1. Never write into project memory without project_id. Ask if not provided.
  2. Separate direct observations from claimed interpretations. Mark inference vs. direct extraction.
  3. Preserve uncertainty. Use null for missing fields; list in uncertain_fields.
  4. Do not invent missing bibliographic fields. Don't hallucinate authors, year, etc.
  5. Do not over-claim. Keep core_findings and normalized_summary grounded in what the text actually says.
  6. Never conflate abstract with findings. The abstract states intentions; findings are what the data supports.
  7. If writeback_ready = false, list explicitly which fields are missing and why.

PDF Extraction

For PDFs, use the summarize skill or pdfplumber/PyMuPDF to extract text before processing.

Workflow

  1. Identify source type — determine which input field is populated
  2. Extract raw content — PDF text, URL content, or use provided raw text
  3. Parse bibliographic fields — title, authors, year, source, DOI
  4. Identify research content — material system, device type, variables, metrics
  5. Distill findings — separate what was measured from what was claimed
  6. Assemble writeback_payload — structured record matching the schema above
  7. Assess completeness — set writeback_ready based on presence of key identity fields

Failure Handling

If parsing is incomplete:

  • Return partial structured output with all successfully extracted fields
  • Populate uncertain_fields with the list of fields that could not be determined
  • Set writeback_ready = false when title, authors, or year are missing

Cross-Reference

For synthesis after normalization, see the research skill for paper synthesis workflows.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.92%
按下载量换算814

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills