note-research
note.comのリサーチツール - 非公式API + MCP + WebSearchでゼロコストリサーチ
npx skills add majiayu000/claude-skill-registry --skill note-research --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.
# note-research - ゼロコストnoteリサーチシステム ## 概要 note.comの記事・ユーザー情報を**コストゼロ**で取得するリサーチツール。 ``` ┌─────────────────────────────────────────────────────────────────────┐ │ NOTE RESEARCH SYSTEM v1.0 │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ │ │ note.com │ │ WebSearch │ │ WebFetch │ │ │ │ 非公式API │ │ (Anthropic) │ │ (直接取得) │ │ │ └───────┬───────┘ └───────┬───────┘ └───────┬───────┘ │ │ │ │ │ │ │ └────────────────────┼────────────────────┘ │ │ ▼ │ │ ┌─────────────────┐ │ │ │ データ統合 │ │ │ │ ・記事情報 │ │ │ │ ・ユーザー情報│ │ │ │ ・トレンド │ │ │ └────────┬────────┘ │ │ ▼ │ │ ┌─────────────────────────────────────────────────────────────┐ │ │ │ 出力形式 │ │ │ │ ・ジャンル別レポート ・ユーザー別レポート │ │ │ │ ・売れ筋分析 ・構成テンプレート抽出 │ │ │ └─────────────────────────────────────────────────────────────┘ │ │ │ │ ✅ APIキー不要 ✅ コストゼロ ✅ 即座に利用可能 │ └─────────────────────────────────────────────────────────────────────┘ ``` ## 使い方 ```bash # ジャンル別リサーチ /note-research ジャンル=副業 # ユーザー別リサーチ /note-research ユーザー=@username # キーワード検索 /note-research キーワード=ChatGPT 活用法 # 売れ筋分析 /note-research 売れ筋 ジャンル=マーケティング # 構成テンプレート抽出 /note-research テンプレート ジャンル=ビジネス ``` ## note.com 非公式
- 概要
- 使い方
- note.com 非公式API エンドポイント
- 1. ユーザー情報取得
- 2. 記事情報取得
- 3. タグ別記事一覧
- 4. ユーザーの記事一覧
- 5. 人気記事(トレンド)
- 実行フロー
- ジャンル別リサーチ
- ユーザー別リサーチ
- 実装スクリプト
- Pythonスクリプト(scripts/noteapi.py)
- レポートテンプレート
What does the note-research skill do?
note.comのリサーチツール - 非公式API + MCP + WebSearchでゼロコストリサーチ
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill note-research --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.
