用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rongarede/skill-snapshots --skill rename-pdf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Technology scouting and evaluation for tools, frameworks, libraries, and technical approaches. Use when users need to evaluate technology options, compare frameworks, assess technical feasibility, scout emerging technologies, or make build-vs-buy decisions. Produces structured comparison matrices with objective criteria scoring.
使用 Semantic Scholar API 检索和验证学术论文。支持并发多关键词搜索、批量 ID/DOI 查询、引用分析、批量补全摘要、统一 Markdown 导出。覆盖 2.14 亿+ 学术论文,无需 API Key 即可使用。触发词:论文检索、论文验证、Semantic Scholar、S2 搜索、查论文、补全摘要、导出MD
中文/英文写作风格迁移与错误记忆工作流。适用于论文、学位论文、报告等场景,提供 style profile、error log、长期记忆与多智能体写作闭环。
基于 SOC 职业分类
| name | rename-pdf |
| description | 自动重命名PDF文件:提取PDF元数据标题,清理非法字符,静默重命名。触发词:/renamepdf、重命名PDF、PDF改名 |
根据 PDF 元数据标题自动重命名文件。
/renamepdf <PDF文件路径>bash ~/.claude/skills/rename-pdf/scripts/rename.sh "<PDF文件路径>"
| 功能 | 说明 |
|---|---|
| 提取标题 | 从 PDF 元数据 Title 字段获取 |
| 清理字符 | 将 `/ \ : * ? " < > |
| 静默执行 | 直接重命名,仅输出结果 |
exiftool 或 pdfinfo(二选一)输入:
/renamepdf /Users/bit/Downloads/paper.pdf
输出:
✓ 已重命名为: A Novel Approach to BFT Consensus.pdf