Agent skill · Backend & API

note-research

note.comのリサーチツール - 非公式API + MCP + WebSearchでゼロコストリサーチ

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-WebSearch-WebFetch-Grep
Path: skills/analysis/note-research/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

# 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 非公式

What's inside
Steps it walks through
  1. 概要
  2. 使い方
  3. note.com 非公式API エンドポイント
  4. 1. ユーザー情報取得
  5. 2. 記事情報取得
  6. 3. タグ別記事一覧
  7. 4. ユーザーの記事一覧
  8. 5. 人気記事(トレンド)
  9. 実行フロー
  10. ジャンル別リサーチ
  11. ユーザー別リサーチ
  12. 実装スクリプト
  13. Pythonスクリプト(scripts/noteapi.py)
  14. レポートテンプレート
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going