InfraNodus Text Network Analysis
Turns text, URLs, code repos and Obsidian vaults into InfraNodus knowledge graphs to surface content gaps, questions and GraphRAG answers.
Data & AnalyticsAdvanced★ 108⑂ 28AI score 9/10Last updated: Aug 9, 2026
What it does
- Builds knowledge graphs and topical clusters from text, URLs (including YouTube transcripts) and saved graphs.
- Finds content gaps and turns them into research questions and ideas;
optimize_reasoningdiagnoses whether a draft is biased, focused, diversified or dispersed. - Inside a project folder it mines docs, PDF text, docstrings, WHY/NOTE comments and commit/PR/issue history into saved graphs plus an append-only
INFRANODUS_REPORT.mdreport. - When
infranodus/manifest.jsonexists it answers questions about themes, decisions and rationale by querying the graphs first (GraphRAG) instead of re-reading files. - Also covers text comparison (overlap/difference/merge), SEO/GEO reports and Google search-results analysis.
Who it's for
- Researchers and long-form writers who want a structural view of what their corpus is missing.
- Developers and PMs mapping themes and decision rationale across a large repo or a second-brain vault.
- SEO/content marketers looking for demand-vs-supply gaps against competitors.
Examples
- Run "graph this repo" in a project: the skill extracts statements, uploads scopes chunk by chunk, then answers "why was this architecture chosen?" from the graph.
- Paste a long video or article URL and get topic clusters, gaps and a list of research questions.
- Compare three competitor posts with your draft to see overlapping themes and differentiators, then generate an SEO report.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/infranodus/skills/HEAD/infranodus/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the infranodus folder from the GitHub repo infranodus/skills into my ~/.claude/skills/infranodus/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/infranodus/skills.git && cp -r skills/infranodus ~/.claude/skills/infranodus⚠ This is a third-party skill. Check the source repository before installing.
- Clone the repo:
git clone https://github.com/infranodus/skills.git. - Create the skills folder if needed (
mkdir -p ~/.claude/skills) and copy:cp -r skills/infranodus ~/.claude/skills/infranodus. - Create an account at https://infranodus.com and generate an API key.
- Export the key:
export INFRANODUS_API_KEY=your_key(add it to your shell profile to persist). - Connect the InfraNodus MCP server. If unsure, run
python3 ~/.claude/skills/infranodus/scripts/upload_scopes.py . --check-auth— it prints the exactclaude mcp addcommands for the hosted or local option. - Restart Claude Code, open a project folder and say "graph this repo" or run
/infranodus.