paper-management-system

文献管理系统 - 自动化PDF文献索引、搜索、AI提炼工具。当用户需要管理PDF文献、自动索引、搜索文献、提取元数据时激活。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "paper-management-system" with this command: npx skills add crayfish-ai/paper-management-system

Paper Management System

文献管理系统 - 自动化 PDF 文献管理工具(v2.0)

功能特性

  • 自动索引:扫描 PDF,提取元数据
  • 智能搜索:按关键词/年份/作者搜索
  • AI 提炼:生成结构化摘要
  • 自动重命名:作者_年份_关键词.pdf
  • 增量处理 + Hash 去重
  • 飞书通知(需 feishu-relay)

所需环境变量

变量名必须说明
PAPERMGR_PAPERS_DIRPDF 存储目录(默认 ./papers
PAPERMGR_DOWNLOADS_DIR下载目录(默认 ./downloads
PAPERMGR_DATABASE_PATH数据库路径(默认 ./data/index.db
PAPERMGR_AI_ENABLED启用 AI(默认 false)
OPENAI_API_KEYOpenAI API Key

调用方式

自动(cron)

*/30 * * * * /path/to/scripts/auto_index.sh

手动

python3 scripts/paper_manager.py index    # 索引
python3 scripts/paper_manager.py rename   # 重命名
python3 scripts/paper_manager.py search <关键词>  # 搜索
python3 scripts/paper_manager.py status   # 状态

输入

  • PDF 文件(放入 downloads/papers/ 目录)

输出

  • SQLite 数据库(data/index.db
  • 重命名后的 PDF 文件
  • AI 摘要(ai_summary 字段,可选)
  • 飞书通知(可选)

发布信息

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Boof

Convert PDFs and documents to markdown, index them locally for RAG retrieval, and analyze them token-efficiently. Use when asked to: read/analyze/summarize a...

Registry SourceRecently Updated
1.1K0Profile unavailable
Research

Research Paper Push

Create scheduled research-paper alerts using OpenAlex and OpenClaw cron. Use to subscribe to journals, conferences, or research topics; list/update/cancel su...

Registry SourceRecently Updated
00Profile unavailable
Research

UUMuse Brain

Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions.

Registry SourceRecently Updated
860Profile unavailable
Research

LLM Wiki Karpathy

Manage and maintain a Markdown wiki with LLM Wiki Karpathy: inspect, repair, compile sources, add pages, answer queries, and lint for quality.

Registry SourceRecently Updated
1780Profile unavailable