Agent skill · Backend & API

research-free

APIキー不要の統合リサーチスキル。Claude Code組み込みのWebSearch/WebFetchを使用。他人に配布してもそのまま使える。

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-free --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepWebSearchWebFetch
Path: skills/analysis/research-free/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ``` ##

What's inside
Steps it walks through
  1. 概要
  2. 使い方
  3. 実行フロー
  4. 1. WebSearch で情報収集
  5. 2. 重要URLをWebFetchで詳細取得
  6. 3. 統合・分析
  7. 4. レポート出力
  8. 深度別の検索パターン
  9. quick(5件程度)
  10. standard(10-15件)
  11. deep(20件以上)
  12. API版との比較
  13. 制限事項
  14. ベストプラクティス
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going