c-research
关于
c-research is a CLI tool that extracts concise summaries from web URLs, PDFs, YouTube videos, and podcasts. It enables developers to quickly get key points from various content types without manual review. Use it for rapid research, creating link digests, or reviewing media content directly from your terminal.
快速安装
Claude Code
推荐npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-research在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
What This Skill Does
Uses the summarize CLI to extract key information from URLs, PDFs, YouTube videos, and podcast feeds. Returns a concise summary of the content.
CLI Tool: summarize
Common Commands
# Summarize a web URL
summarize https://example.com/article
# Summarize a PDF (local file or URL)
summarize /path/to/document.pdf
summarize https://example.com/report.pdf
# Summarize a YouTube video
summarize https://www.youtube.com/watch?v=VIDEO_ID
# Summarize a podcast episode
summarize https://podcast-feed-url.com/episode.mp3
# Request a specific output format
summarize --format bullets https://example.com/article
summarize --format paragraph https://example.com/article
Usage Guidelines
- Always pass the full URL or absolute file path.
- For YouTube, use the full
watch?v=URL — short links may not resolve. - If the user asks to "look up", "read", or "check" a link, default to summarizing it.
- Present the summary in a clean, readable format — use bullet points for articles, prose for videos/podcasts.
Notes
- Requires an active internet connection for remote content.
- Very large PDFs may take longer to process.
- If
summarizeis not installed, check the project docs for the install method.
GitHub 仓库
相关推荐技能
release-standards
文档处理这个Skill为开发者提供了语义化版本规范和变更日志格式标准。它能在准备软件发布时快速指导版本号更新和变更日志撰写,包含版本号递增规则、预发布标识符等关键信息。适用于需要遵循规范发布流程的开发场景。
commit-standards
文档处理这个Skill帮助开发者遵循Conventional Commits规范格式化Git提交信息。它提供了标准格式模板和常用提交类型的中英文对照表(如feat/新增、fix/修正等),适用于编写提交、执行git commit或审查提交历史的场景。通过确保提交信息的规范性和一致性,它能提升团队协作效率和版本历史可读性。
huggingface-tokenizers
文档处理HuggingFace Tokenizers 提供了基于 Rust 的高性能分词工具,支持 BPE、WordPiece 和 Unigram 算法,能在一分钟内处理 1GB 文本。它适用于需要快速分词或训练自定义词汇表的场景,并能无缝集成到 transformers 库中。开发者可以借助它进行对齐跟踪、填充截断等操作,满足从研究到生产的全流程需求。
nano-pdf
文档处理nano-pdf 让开发者能用自然语言指令直接编辑PDF文件,无需手动操作复杂工具。它通过命令行快速修改指定页面内容,如修正拼写错误或更新标题,适合处理日常文档微调。使用前请注意核对页码和输出结果,确保修改准确无误。
