スキル一覧に戻る

c-research

daxaur
更新日 2 days ago
5 閲覧
143
6
143
GitHubで表示
ドキュメント処理researchsummarizeaiyoutubepdfwebpodcast

について

c-researchは、Web URL、PDF、YouTube動画、ポッドキャストから簡潔な要約を抽出するCLIツールです。開発者がさまざまなコンテンツタイプの要点を手動で確認することなく素早く把握できるようにします。ターミナルから直接、迅速なリサーチ、リンクダイジェストの作成、メディアコンテンツのレビューなどにご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git 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

  1. Always pass the full URL or absolute file path.
  2. For YouTube, use the full watch?v= URL — short links may not resolve.
  3. If the user asks to "look up", "read", or "check" a link, default to summarizing it.
  4. 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 summarize is not installed, check the project docs for the install method.

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-research
0
ai-agentanthropicautomationclaudeclaude-codecli

関連スキル

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を修正するのに最適です。ページ番号はバージョンによって異なる場合があるため、出力は必ず確認してください。

スキルを見る