Paper Glance Skill banner
CatVinci-Studio CatVinci-Studio

Paper Glance Skill

Development community

Description

📄 A Claude skill for comprehensive academic paper analysis — deep reports, mind maps, peer review, and promo scripts.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

📄 Paper Glance

中文说明(当前页) | English: [README_EN.md](README_EN.md)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Skill](https://img.shields.io/badge/Claude-Skill-blueviolet?logo=anthropic)](https://claude.ai) [![Zero MCP Required](https://img.shields.io/badge/MCP-Not_Required-brightgreen)](https://claude.ai)

**Claude Skill:论文全能处理工具**

上传任意学术论文 PDF,Claude 自动帮你生成:深度分析报告、思维导图、专业审稿意见、宣传文案、播客脚本与音频。**核心功能开箱即用,无需额外插件。**


📑 目录


✨ 功能一览

# 功能 说明
1 📊 深度分析报告 方法、实验、创新点的完整学术解读
2 🧠 思维导图 Mermaid 思维导图 + 方法流程图,对话内直接渲染
3 🔍 审稿意见 Summary / Strengths / Weaknesses / Questions 专业格式
4 📢 宣传脚本 推文、公众号摘要、演讲开场白、邮件摘要
5 🎙️ 播客音频 单人/双人播客脚本,可连接 TTS 一键生成 MP3

1-4 功能无需 MCP;5 号播客在未连接 [TTS MCP](https://github.com/CatVinci-Studio/better-tts-mcp) 时会自动降级为纯文字脚本。


🚀 快速开始

第一步:安装 Skill

**什么是 Skill?** Skill 是给 Claude 增加专项能力的指令文件夹,安装后 Claude 会自动识别和使用。支持 **Claude Desktop** 和 **Claude Code(CLI / IDE 扩展)**。

方式一:Claude Desktop(GUI 上传)

  1. 点击右上角 Code → Download ZIP,或者在 Release 中下载。
  2. 在 Claude Desktop 打开 CustomizeSkillsUpload a skill
  3. 上传压缩包,Skill 安装完成 ✅

方式二:Claude Code — 命令安装

  1. 克隆或下载本仓库:

    git clone https://github.com/CatVinci-Studio/paper-glance-skill.git
  2. 安装 Skill(选择其一):

    **全局安装**(所有项目可用):

    claude install-skill /path/to/paper-glance-skill

    **项目级安装**(仅当前项目可用):

    claude install-skill --project /path/to/paper-glance-skill

方式三:Claude Code — 手动放入文件夹

  1. 克隆或下载本仓库。

  2. 将 `paper-glance-skill` 文件夹复制到 Claude Code 的 Skills 目录:

    **全局**(所有项目可用):

    cp -