c-research
について
c-researchは、Web URL、PDF、YouTube動画、ポッドキャストから簡潔な要約を抽出するCLIツールです。開発者がさまざまなコンテンツタイプの要点を手動で確認することなく素早く把握できるようにします。ターミナルから直接、迅速なリサーチ、リンクダイジェストの作成、メディアコンテンツのレビューなどにご利用ください。
クイックインストール
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
ドキュメント処理このスキルは、ソフトウェアリリースのためのセマンティックバージョニング(semver)ガイドラインと変更履歴(changelog)のフォーマット標準を提供します。リリース準備時に使用することで、バージョン番号(メジャー/マイナー/パッチ)を正しく増分し、変更履歴のエントリを構造化できます。プレリリース識別子のルールと、開発者向けの明確な例も含まれています。
commit-standards
ドキュメント処理このスキルは、Conventional Commits標準に従ってGitコミットメッセージをフォーマットします。コミットの作成やレビュー時に一貫性を保つため、テンプレートとタイプ定義(`feat`、`fix`、`refactor`など)を提供します。コミットプロセスで使用することで、明確で構造化されたコミット履歴を作成できます。
huggingface-tokenizers
ドキュメント処理このスキルは、HuggingFaceのRustベースライブラリを使用した高性能トークン化を提供し、1GBのテキストを20秒未満で処理します。BPE、WordPiece、Unigramアルゴリズムをサポートし、カスタムトークナイザーのトレーニングとアライメント追跡を可能にします。本番環境レベルの高速トークン化が必要な場合や、transformersエコシステムと統合されたカスタムトークナイザーを構築する際にご利用ください。
nano-pdf
ドキュメント処理nano-pdfは、特定のページのテキスト変更や誤字修正など、自然言語による指示を使ってPDFを編集できるCLIツールです。ターミナルから直接、迅速かつプログラム的にPDFを修正するのに最適です。ページ番号はバージョンによって異なる場合があるため、出力は必ず確認してください。
