research-free
APIキー不要の統合リサーチスキル。Claude Code組み込みのWebSearch/WebFetchを使用。他人に配布してもそのまま使える。
npx skills add majiayu000/claude-skill-registry --skill research-free --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# research-free - APIキー不要リサーチシステム ## 概要 **APIキー設定なし**で使えるリサーチスキル。Claude Code組み込みのWebSearch/WebFetchのみを使用。 ``` ┌─────────────────────────────────────────────────────────────────────┐ │ RESEARCH-FREE (APIキー不要) │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────────────────────────────────────────────────────┐ │ │ │ Claude Code 組み込みツール(APIキー不要) │ │ │ │ │ │ │ │ ┌─────────────┐ ┌─────────────┐ │ │ │ │ │ WebSearch │ │ WebFetch │ │ │ │ │ │ (Anthropic) │ │ (直接取得) │ │ │ │ │ └──────┬──────┘ └──────┬──────┘ │ │ │ │ │ │ │ │ │ │ └──────────┬───────────┘ │ │ │ │ ▼ │ │ │ │ ┌─────────────────┐ │ │ │ │ │ 統合・分析 │ │ │ │ │ └────────┬────────┘ │ │ │ │ ▼ │ │ │ │ ┌─────────────────┐ │ │ │ │ │ レポート出力 │ │ │ │ │ └─────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────┘ │ │ │ │ ✅ インストール後すぐに使える │ │ ✅ APIキー設定不要 │ │ ✅ 他人に配布してもそのまま動作 │ └─────────────────────────────────────────────────────────────────────┘ ``` ## 使い方 ```bash # 基本リサーチ /research-free AIエージェントの最新動向 # クイック検索(5件程度) /research-free Next.js 15 新機能 --depth=quick # 標準リサーチ(10-15件) /research-free 生成AI市場 --depth=standard # 深層リサーチ(20件以上) /research-free 量子コンピューティング投資 --depth=deep ``` ##
- 概要
- 使い方
- 実行フロー
- 1. WebSearch で情報収集
- 2. 重要URLをWebFetchで詳細取得
- 3. 統合・分析
- 4. レポート出力
- 深度別の検索パターン
- quick(5件程度)
- standard(10-15件)
- deep(20件以上)
- API版との比較
- 制限事項
- ベストプラクティス
What does the research-free skill do?
APIキー不要の統合リサーチスキル。Claude Code組み込みのWebSearch/WebFetchを使用。他人に配布してもそのまま使える。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-free --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
