feat: v1.1 — URL ingestion, vision, delta tracking, 3 new skills, auto-commit
Skills (new): - skills/obsidian-markdown/ — full Obsidian Flavored Markdown syntax reference (wikilinks, embeds, callouts, properties, math, Mermaid) - skills/obsidian-bases/ — Obsidian Bases (.base files) with correct filters/views/ formulas syntax (sourced from kepano/obsidian-skills authoritative spec) - skills/defuddle/ — web page cleaner; strips ads/nav before URL ingestion, saves 40-60% tokens on web articles wiki-ingest upgrades: - URL ingestion: pass https:// directly, auto-fetches + runs defuddle if available - Image/vision ingestion: .png/.jpg/.gif etc → Claude reads → description saved to .raw/ → standard ingest pipeline - Delta tracking: .raw/.manifest.json tracks hash per source, skips unchanged files wiki-query upgrades: - Quick mode (query quick:) — hot.md + index only, ~1500 tokens - Standard mode — existing behaviour, 3-5 pages - Deep mode (query deep:) — full wiki + optional web search supplement hooks: - PostToolUse auto-commit: every Write/Edit to wiki/ or .raw/ triggers git add + commit automatically, vault always versioned fixes: - Removed invalid allowed-tools field from all 10 SKILL.md files (not a valid skill frontmatter attribute per spec; was silently ignored) - Canvas SKILL.md now references json-canvas open standard and kepano/obsidian-skills wiki research: - Ecosystem research: 16+ Claude+Obsidian projects mapped and filed - New pages: comparisons/claude-obsidian-ecosystem, concepts/cherry-picks, entities/ (6 new), sources/claude-obsidian-ecosystem-research - Cherry-picks roadmap filed at wiki/concepts/cherry-picks.md Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
145
wiki/comparisons/claude-obsidian-ecosystem.md
Normal file
145
wiki/comparisons/claude-obsidian-ecosystem.md
Normal file
@@ -0,0 +1,145 @@
|
||||
---
|
||||
type: comparison
|
||||
title: "Claude + Obsidian Ecosystem: Feature Matrix"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- ecosystem
|
||||
- competitive-analysis
|
||||
- claude-obsidian
|
||||
- cherry-picks
|
||||
status: current
|
||||
related:
|
||||
- "[[cherry-picks]]"
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[Andrej Karpathy]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# Claude + Obsidian Ecosystem: Feature Matrix
|
||||
|
||||
> Researched 2026-04-08 | 16+ projects analyzed | See [[cherry-picks]] for action items
|
||||
|
||||
---
|
||||
|
||||
## Legend
|
||||
- ✅ Has it
|
||||
- ❌ Missing
|
||||
- 🟡 Partial
|
||||
- ⭐ Best-in-class implementation
|
||||
|
||||
---
|
||||
|
||||
## LLM Wiki Pattern Projects (Claude Code Skills)
|
||||
|
||||
| Feature | claude-obsidian | claudesidian | llm-knowledge-bases | llm-wiki | obsidian-wiki | obsidian-claude-pkm |
|
||||
|---------|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||
| /wiki setup & scaffold | ✅ | 🟡 `/init-bootstrap` | 🟡 `/kb-init` | ✅ | ✅ setup.sh | 🟡 `/onboard` |
|
||||
| Source ingestion | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ |
|
||||
| Wiki query | ✅ | ❌ | ✅ 3 depths | 🟡 | ✅ | ❌ |
|
||||
| Wiki lint | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ |
|
||||
| /save conversation | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| Autoresearch loop | ✅ | ❌ | 🟡 | ❌ | ❌ | ❌ |
|
||||
| Canvas / visual layer | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| Hot cache | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| **Delta tracking** | ❌ | ❌ | ❌ | ❌ | ✅⭐ | ❌ |
|
||||
| **Multi-depth query** | ❌ | ❌ | ✅⭐ | ❌ | ❌ | ❌ |
|
||||
| **URL ingestion** | ❌ | 🟡 firecrawl | ❌ | ✅ | ✅ | ❌ |
|
||||
| **Vision / image ingest** | ❌ | 🟡 gemini | ❌ | ❌ | ✅⭐ | ❌ |
|
||||
| **Auto-commit hooks** | ❌ | ❌ | ❌ | ✅ git | ❌ | ✅⭐ |
|
||||
| **Marp / slides output** | ❌ | ❌ | ✅⭐ | ✅ | ❌ | ❌ |
|
||||
| **Chart output** | ❌ | ❌ | ✅ matplotlib | ❌ | ❌ | ❌ |
|
||||
| **Hybrid search (BM25+vec)** | ❌ | ❌ | ❌ | ✅⭐ qmd | ❌ | ❌ |
|
||||
| **Goal cascade (PKM)** | ❌ | 🟡 PARA | ❌ | ❌ | ❌ | ✅⭐ |
|
||||
| **Daily/weekly review** | ❌ | 🟡 | ❌ | ❌ | ❌ | ✅⭐ |
|
||||
| **Adopt existing vault** | ❌ | ✅⭐ | ❌ | ❌ | ❌ | ✅⭐ |
|
||||
| **Multi-agent compat.** | ❌ | ❌ | ❌ | ❌ | ✅⭐ | ❌ |
|
||||
| **X/Twitter ingest** | ❌ | ❌ | ✅⭐ smaug | ❌ | ❌ | ❌ |
|
||||
| Marketplace install | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
|
||||
| Public repo | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
|
||||
---
|
||||
|
||||
## Native Obsidian Plugins (Embedded UI)
|
||||
|
||||
| Feature | Claudian | Nexus (claudesidian-mcp) | infio-copilot |
|
||||
|---------|:-:|:-:|:-:|
|
||||
| Sidebar chat in Obsidian | ✅ | ✅ | ✅ |
|
||||
| Inline edit w/ diff | ✅⭐ word-level | ✅ | ✅ |
|
||||
| Plan mode | ✅⭐ Shift+Tab | ❌ | ❌ |
|
||||
| @mention files/agents | ✅⭐ | ❌ | 🟡 |
|
||||
| MCP server support | ✅ | ✅⭐ external | ❌ |
|
||||
| Multi-tab conversations | ✅ | ❌ | ❌ |
|
||||
| Workspace memory | ❌ | ✅⭐ JSONL | ✅ workspaces |
|
||||
| Task management | ❌ | ✅⭐ | ❌ |
|
||||
| Semantic search | ❌ | ✅ | ✅⭐ local embed |
|
||||
| PDF → Markdown | ❌ | ✅ | ❌ |
|
||||
| Web page capture | ❌ | ✅ | ❌ |
|
||||
| Mobile support | ❌ | ✅⭐ | ❌ |
|
||||
| Obsidian Sync compatible | N/A | ✅⭐ | N/A |
|
||||
| Stars / popularity | ~200 est. | ~800 est. | ~300 est. |
|
||||
|
||||
---
|
||||
|
||||
## MCP Servers
|
||||
|
||||
| Server | Key Differentiator | Requires |
|
||||
|--------|-------------------|----------|
|
||||
| obsidian-mcp-tools | Templater execution + SLSA attestation | Local REST API + Smart Connections |
|
||||
| obsidian-memory-mcp | AI memories as Markdown in graph view | Node 18+ |
|
||||
| obsidian-claude-code-mcp | WebSocket, auto-discovers vaults | Claude Code |
|
||||
| administrativetrick/obsidian-mcp | Minimal, simple | Claude Desktop |
|
||||
| MarkusPfundstein/mcp-obsidian | Via REST API | Local REST API |
|
||||
|
||||
---
|
||||
|
||||
## kepano/obsidian-skills (Special — from Obsidian Creator)
|
||||
|
||||
Linus Kepano (Obsidian creator + Minimal theme) published official Agent Skills for Obsidian:
|
||||
|
||||
| Skill | What It Teaches |
|
||||
|-------|----------------|
|
||||
| obsidian-markdown | Obsidian Flavored Markdown (callouts, embeds, wikilinks, properties) |
|
||||
| obsidian-bases | Obsidian Bases (.base files, views, filters, formulas) |
|
||||
| json-canvas | JSON Canvas spec (.canvas nodes/edges/groups) |
|
||||
| obsidian-cli | Vault management via Obsidian CLI |
|
||||
| defuddle | Extract clean Markdown from web pages (saves tokens) |
|
||||
|
||||
> **Key signal**: This project validates that the Agent Skills format is the right standard.
|
||||
> These skills are platform-agnostic (Claude Code, Codex, OpenCode).
|
||||
|
||||
---
|
||||
|
||||
## Popularity Snapshot (Traditional Plugins)
|
||||
|
||||
| Plugin | Stars | Approach |
|
||||
|--------|-------|---------|
|
||||
| obsidian-copilot | 5,776 | Multi-provider vault chat |
|
||||
| obsidian-smart-connections | 4,357 | Semantic search + embeddings |
|
||||
| obsidian-textgenerator-plugin | 1,837 | Text generation |
|
||||
| chatgpt-md | 1,229 | Chat in Markdown |
|
||||
| obsidian-local-gpt | 569 | Local LLM |
|
||||
| obsidian-ai-tools | 272 | Supabase + OpenAI semantic search |
|
||||
|
||||
---
|
||||
|
||||
## Where claude-obsidian Wins
|
||||
|
||||
1. **Hot cache** — session context mechanism is unique in the ecosystem
|
||||
2. **Canvas skill** — no other LLM Wiki project has a visual layer
|
||||
3. **Marketplace install** — most polished install experience
|
||||
4. **/save conversation** — filing chat sessions as wiki pages is unique
|
||||
5. **Pub quality docs** — README, install guide, demo GIFs
|
||||
6. **Dual repo** (public + community) — distribution model unique
|
||||
|
||||
## Where claude-obsidian Has Gaps
|
||||
|
||||
See [[cherry-picks]] for prioritized list with implementation notes.
|
||||
|
||||
Top 5 gaps by impact:
|
||||
1. No delta tracking → re-ingests everything on every compile
|
||||
2. No URL ingestion → forces manual copy-paste
|
||||
3. No auto-commit → vault changes aren't versioned automatically
|
||||
4. No multi-depth query → one mode for all questions
|
||||
5. No vision input → can't ingest screenshots or images
|
||||
156
wiki/concepts/cherry-picks.md
Normal file
156
wiki/concepts/cherry-picks.md
Normal file
@@ -0,0 +1,156 @@
|
||||
---
|
||||
type: concept
|
||||
title: "Cherry-Picks: Feature Backlog from Ecosystem Research"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- backlog
|
||||
- cherry-picks
|
||||
- product-roadmap
|
||||
- claude-obsidian
|
||||
status: current
|
||||
related:
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# Cherry-Picks: Feature Backlog
|
||||
|
||||
> Sourced from ecosystem research 2026-04-08 | 16+ projects analyzed
|
||||
> Prioritized by: impact × implementation ease × uniqueness
|
||||
|
||||
---
|
||||
|
||||
## Tier 1 — Quick Wins (High Impact, Low Effort)
|
||||
|
||||
### 1. URL Ingestion in /wiki-ingest
|
||||
**Source**: ekadetov/llm-wiki, Ar9av/obsidian-wiki
|
||||
**What it is**: Pass a URL directly to ingest instead of a file path. Agent fetches the page, cleans it, saves to `.raw/`, then ingests.
|
||||
**Current state**: Users must manually copy-paste web content.
|
||||
**How to add**: Detect `https://` prefix in ingest skill → WebFetch → save to `.raw/articles/` → proceed with normal ingest.
|
||||
**Bonus**: Pair with **defuddle** (kepano's web cleaner) for clean token-efficient extraction.
|
||||
|
||||
### 2. Auto-Commit PostToolUse Hook
|
||||
**Source**: ballred/obsidian-claude-pkm, ekadetov/llm-wiki
|
||||
**What it is**: Every Write/Edit tool call in the vault triggers `git add -A && git commit -m "auto: [filename] [timestamp]"`.
|
||||
**Current state**: No auto-commit. Users must manually push.
|
||||
**How to add**: PostToolUse hook in hooks.json targeting Write + Edit tools, scoped to wiki/ directory.
|
||||
**Note**: Makes vault a proper version-controlled knowledge base automatically.
|
||||
|
||||
### 3. defuddle Web Cleaning Skill
|
||||
**Source**: kepano/obsidian-skills
|
||||
**What it is**: A skill that wraps `defuddle-cli` — strips ads, nav, clutter from web pages before ingest. Reduces token usage ~40-60% on typical web articles.
|
||||
**How to add**: New `defuddle` sub-skill or reference in wiki-ingest. Requires `defuddle-cli` npm package.
|
||||
|
||||
---
|
||||
|
||||
## Tier 2 — Medium Effort, High Value
|
||||
|
||||
### 4. Delta Tracking Manifest
|
||||
**Source**: Ar9av/obsidian-wiki
|
||||
**What it is**: `.raw/.manifest.json` tracking every ingested source — path, hash, timestamp, which wiki pages it produced. Re-ingest only processes new/changed files.
|
||||
**Current state**: Every `/wiki-ingest` call re-processes everything.
|
||||
**How to add**:
|
||||
- On ingest: compute MD5 hash of source → check manifest → skip if unchanged
|
||||
- On ingest: record `{path, hash, ingested_at, pages_created}` in manifest
|
||||
- On update: re-process if hash changed, merge changes into existing pages
|
||||
|
||||
### 5. Multi-Depth Query Modes
|
||||
**Source**: rvk7895/llm-knowledge-bases
|
||||
**What it is**: 3 query tiers in `/wiki-query`:
|
||||
- **Quick** — hot.md + index.md only (~3 pages read)
|
||||
- **Standard** — full wiki cross-reference + optional web search supplement
|
||||
- **Deep** — parallel sub-agents, each researching a different angle
|
||||
**Current state**: One depth level.
|
||||
**How to add**: `/wiki-query quick <question>`, `/wiki-query deep <question>` flags in SKILL.md.
|
||||
|
||||
### 6. /wiki-ingest Vision Support
|
||||
**Source**: Ar9av/obsidian-wiki
|
||||
**What it is**: Ingest images, screenshots, whiteboard photos by passing the image to a vision-capable model.
|
||||
**How to add**: Detect image extension → read as base64 → pass to Claude with vision prompt asking for transcription/description → treat result as text source → standard ingest pipeline.
|
||||
**Useful for**: Whiteboard photos from meetings, screenshots of web content, diagrams.
|
||||
|
||||
---
|
||||
|
||||
## Tier 3 — Bigger Features Worth Planning
|
||||
|
||||
### 7. /adopt — Import Existing Vault
|
||||
**Source**: heyitsnoah/claudesidian, ballred/obsidian-claude-pkm
|
||||
**What it is**: `/adopt` analyzes an existing Obsidian vault, detects its organization method (PARA, Zettelkasten, LYT, plain), and wraps the LLM Wiki pattern around it without destroying existing structure.
|
||||
**Why it matters**: Currently, users must start fresh. This unlocks adoption by people with existing vaults.
|
||||
**Implementation**: Scan folder structure → classify patterns → generate CLAUDE.md mapping existing folders to wiki roles → non-destructive.
|
||||
|
||||
### 8. Productivity Wrapper (Daily/Weekly Reviews)
|
||||
**Source**: ballred/obsidian-claude-pkm
|
||||
**What it is**: Optional `/daily` and `/weekly` skills that connect goal tracking to the knowledge base.
|
||||
**Could be a separate plugin** rather than bundled into claude-obsidian.
|
||||
**Goal cascade**: 3-Year Vision → Yearly Goals → Projects → Weekly → Daily.
|
||||
|
||||
### 9. Multi-Agent Compatibility (Cursor, Windsurf, Codex)
|
||||
**Source**: Ar9av/obsidian-wiki, kepano/obsidian-skills
|
||||
**What it is**: A `setup.sh` or `/wiki-convert` command that generates `.cursor/rules/`, `AGENTS.md`, `GEMINI.md` equivalents so the wiki skills work in other coding agents.
|
||||
**Note**: kepano already published skills in Agent Skills format — claude-obsidian is already in that format. Just needs the adapter files.
|
||||
|
||||
### 10. Marp Presentation Output
|
||||
**Source**: rvk7895/llm-knowledge-bases, ekadetov/llm-wiki
|
||||
**What it is**: `/wiki-query --slides <topic>` generates a Marp presentation from wiki content, saved to `output/`.
|
||||
**Requires**: `marp-cli` npm package.
|
||||
|
||||
---
|
||||
|
||||
## Tier 4 — Research / Ecosystem Plays
|
||||
|
||||
### 11. obsidian-memory-mcp Integration
|
||||
**Source**: YuNaga224/obsidian-memory-mcp
|
||||
**What it is**: Connect the MCP server that stores Claude's memories as Markdown entities with `[[wikilinks]]` → they appear in Obsidian graph view automatically.
|
||||
**How to add**: Point MEMORY_DIR to the wiki/entities/ directory — entity memory pages become proper wiki pages.
|
||||
|
||||
### 12. obsidian-bases Skill (from kepano)
|
||||
**Source**: kepano/obsidian-skills
|
||||
**What it is**: Teach Claude how to create and edit Obsidian Bases (.base files) for dynamic tables, views, and filters.
|
||||
**Why**: Obsidian Bases is a new core feature — no other LLM Wiki project teaches Claude about it yet.
|
||||
|
||||
### 13. Schema-Emergent Vault Mode
|
||||
**Source**: Ar9av/obsidian-wiki
|
||||
**What it is**: Alternative /wiki mode where the vault structure is not scaffolded upfront but emerges from ingested content. Good for exploratory knowledge building vs. structured domains.
|
||||
**How**: Skip the scaffold step; let wiki-ingest create folders/categories organically based on source content.
|
||||
|
||||
---
|
||||
|
||||
## Competitive Positioning
|
||||
|
||||
After this research, claude-obsidian's unique advantages remain:
|
||||
- **Hot cache** — no one else has this session context mechanism
|
||||
- **Canvas visual layer** — unique in the LLM Wiki category
|
||||
- **/save conversation** — filing chat → wiki is a distinct workflow
|
||||
- **Marketplace polish** — best install experience in category
|
||||
- **Community distribution** (avalonreset-pro)
|
||||
|
||||
The ecosystem is maturing fast. Tier 1 items (URL ingest, auto-commit, defuddle) should ship in v1.3.0 to stay ahead.
|
||||
|
||||
---
|
||||
|
||||
## Implementation Priority
|
||||
|
||||
```
|
||||
v1.3.0 (quick wins):
|
||||
- URL ingestion (#1)
|
||||
- Auto-commit hook (#2)
|
||||
- defuddle integration (#3)
|
||||
|
||||
v1.4.0 (quality):
|
||||
- Delta tracking (#4)
|
||||
- Multi-depth query (#5)
|
||||
|
||||
v1.5.0 (expansion):
|
||||
- Vision ingest (#6)
|
||||
- /adopt command (#7)
|
||||
- Multi-agent compat (#9)
|
||||
|
||||
Future:
|
||||
- Productivity wrapper (#8)
|
||||
- Marp output (#10)
|
||||
- Memory MCP integration (#11)
|
||||
```
|
||||
61
wiki/entities/Ar9av-obsidian-wiki.md
Normal file
61
wiki/entities/Ar9av-obsidian-wiki.md
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: entity
|
||||
title: "Ar9av/obsidian-wiki"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- llm-wiki-pattern
|
||||
- multi-agent
|
||||
status: current
|
||||
related:
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# Ar9av/obsidian-wiki
|
||||
|
||||
**Type**: Claude Code plugin (skill-based)
|
||||
**URL**: https://github.com/Ar9av/obsidian-wiki
|
||||
**Pattern**: Karpathy LLM Wiki
|
||||
**Unique claim**: Works with any AI coding agent via `setup.sh`
|
||||
|
||||
## What It Does
|
||||
|
||||
Framework for AI agents to build and maintain an Obsidian wiki using the Karpathy LLM Wiki pattern. The key differentiator: a single `setup.sh` deploys the skills to 7 different agents simultaneously.
|
||||
|
||||
## Agent Compatibility Matrix
|
||||
|
||||
| Agent | Bootstrap | Skills Dir |
|
||||
|-------|-----------|-----------|
|
||||
| Claude Code | CLAUDE.md | `.claude/skills/` |
|
||||
| Cursor | `.cursor/rules/obsidian-wiki.mdc` | `.cursor/skills/` |
|
||||
| Windsurf | `.windsurf/rules/` | `.windsurf/skills/` |
|
||||
| Codex (OpenAI) | AGENTS.md | `~/.codex/skills/` |
|
||||
| Gemini/Antigravity | GEMINI.md | `~/.gemini/antigravity/skills/` |
|
||||
| OpenClaw | AGENTS.md | `.agents/skills/` |
|
||||
| GitHub Copilot | `.github/copilot-instructions.md` | — |
|
||||
|
||||
## Key Innovations
|
||||
|
||||
### Delta Tracking Manifest
|
||||
`.manifest.json` tracks every ingested source: path, hash, timestamp, which wiki pages produced. Only processes new/changed files. Solves the "re-ingest everything" problem.
|
||||
|
||||
### 4-Stage Pipeline
|
||||
1. **Ingest** — reads source (PDF, JSONL, text, conversation exports, images)
|
||||
2. **Extract** — pulls concepts, entities, claims, relationships, open questions
|
||||
3. **Resolve** — merges new knowledge against existing wiki (no duplication)
|
||||
4. **Schema** — structure emerges from sources, not predefined
|
||||
|
||||
### Vision Support
|
||||
Images, screenshots, whiteboard photos ingestable with vision-capable model. Each page gets 1-2 sentence `summary:` in frontmatter for preview without opening.
|
||||
|
||||
## Cherry-Picks for claude-obsidian
|
||||
|
||||
- [[cherry-picks#4. Delta Tracking Manifest]]
|
||||
- [[cherry-picks#6. /wiki-ingest Vision Support]]
|
||||
- [[cherry-picks#9. Multi-Agent Compatibility (Cursor, Windsurf, Codex)]]
|
||||
- [[cherry-picks#13. Schema-Emergent Vault Mode]]
|
||||
59
wiki/entities/Claudian-YishenTu.md
Normal file
59
wiki/entities/Claudian-YishenTu.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: entity
|
||||
title: "Claudian (YishenTu/claudian)"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- native-obsidian-plugin
|
||||
- embedded-ai
|
||||
status: current
|
||||
related:
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# Claudian (YishenTu/claudian)
|
||||
|
||||
**Type**: Native Obsidian plugin (TypeScript, embedded Claude Code/Codex)
|
||||
**URL**: https://github.com/YishenTu/claudian
|
||||
**Install**: BRAT or manual (not yet in community store)
|
||||
|
||||
## What It Does
|
||||
|
||||
Embeds Claude Code (or Codex CLI) directly inside Obsidian as a sidebar chat. The vault becomes the agent's working directory — all Claude Code tools work natively inside Obsidian.
|
||||
|
||||
## Key Features
|
||||
|
||||
### Inline Edit with Word-Level Diff
|
||||
Select text in a note + hotkey → Claude proposes edit with word-level diff preview → one-click apply. Best-in-class inline editing in the Obsidian AI ecosystem.
|
||||
|
||||
### Plan Mode (Shift+Tab)
|
||||
Agent explores and designs before implementing. Presents a plan for approval before any file changes. Mirrors Claude Code's own plan mode.
|
||||
|
||||
### @mention System
|
||||
Type `@` to reference:
|
||||
- Vault files
|
||||
- Sub-agents
|
||||
- MCP servers
|
||||
- Files in external directories (outside vault)
|
||||
|
||||
### Instruction Mode (#)
|
||||
Add refined custom instructions directly from chat input — persisted for the session.
|
||||
|
||||
### MCP Server Integration
|
||||
Connect external tools via stdio, SSE, or HTTP. Claude manages vault MCP in-app; Codex uses CLI-managed config.
|
||||
|
||||
### Multi-Tab Conversations
|
||||
Multiple chat tabs, conversation history, fork, resume, compact mode.
|
||||
|
||||
## Privacy
|
||||
- No telemetry
|
||||
- Settings stored in `vault/.claudian/`
|
||||
- Claude files in `vault/.claude/`
|
||||
- Transcripts in `~/.claude/projects/`
|
||||
|
||||
## Relevance to claude-obsidian
|
||||
Claudian is a native plugin (different category) but its Plan Mode, @mention, and inline edit patterns could inspire new features in claude-obsidian skills — particularly for the canvas and wiki-query workflows.
|
||||
53
wiki/entities/Nexus-claudesidian-mcp.md
Normal file
53
wiki/entities/Nexus-claudesidian-mcp.md
Normal file
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: entity
|
||||
title: "Nexus (ProfSynapse/claudesidian-mcp)"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- obsidian-plugin
|
||||
- mcp-server
|
||||
- native-plugin
|
||||
status: current
|
||||
related:
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# Nexus (formerly Claudesidian MCP)
|
||||
|
||||
**Type**: Native Obsidian plugin + MCP bridge
|
||||
**URL**: https://github.com/ProfSynapse/claudesidian-mcp
|
||||
**Current name**: Nexus MCP for Obsidian
|
||||
**Install**: `.obsidian/plugins/nexus/`
|
||||
|
||||
## What It Does
|
||||
|
||||
Full Obsidian plugin with two modes:
|
||||
1. **Native chat inside Obsidian** — connect any AI provider
|
||||
2. **MCP bridge** — expose vault to Claude Desktop, Claude Code, Codex CLI, Gemini CLI, Cursor, Cline
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Workspace memory** — persistent context across sessions stored as JSONL, automatically included in Obsidian Sync
|
||||
- **Task management** — projects, tasks, blockers, dependencies tracked within vault
|
||||
- **Semantic search** — search notes + past conversations by meaning
|
||||
- **Inline editing** — edit selected text in notes
|
||||
- **PDF + audio → Markdown** — conversion on right-click or auto-on-add
|
||||
- **Web page capture** — open URL in Obsidian, save as Markdown/PNG/PDF
|
||||
- **Mobile support** — native chat works on iOS/Android
|
||||
- **Two-tool architecture** — dedicated tools for read vs write actions
|
||||
|
||||
## Storage Architecture
|
||||
|
||||
Data stored as JSONL files in `.obsidian/plugins/nexus/data/`. This is included in Obsidian Sync automatically (unlike the `.nexus/` folder of v1). SQLite cache is local-only, rebuilt from JSONL on each device.
|
||||
|
||||
## Relevance to claude-obsidian
|
||||
|
||||
Nexus is in a different category — it's a native TypeScript Obsidian plugin, not a Claude Code skill plugin. The two don't compete directly, but its workspace memory and task management patterns are cherry-pickable.
|
||||
|
||||
## Cherry-Picks for claude-obsidian
|
||||
|
||||
- [[cherry-picks#11. obsidian-memory-mcp Integration]] (different implementation, same concept)
|
||||
66
wiki/entities/ballred-obsidian-claude-pkm.md
Normal file
66
wiki/entities/ballred-obsidian-claude-pkm.md
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
type: entity
|
||||
title: "ballred/obsidian-claude-pkm"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- llm-wiki-pattern
|
||||
- pkm
|
||||
- productivity
|
||||
status: current
|
||||
related:
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# ballred/obsidian-claude-pkm
|
||||
|
||||
**Type**: Claude Code plugin (skill-based PKM system)
|
||||
**URL**: https://github.com/ballred/obsidian-claude-pkm
|
||||
**Version**: 3.1
|
||||
**Tagline**: "Not another PKM starter kit. An execution system."
|
||||
|
||||
## What It Does
|
||||
|
||||
Connects a 3-year vision cascade to daily task execution, using Claude as an accountability partner. Every layer is linked — daily notes surface the weekly ONE Big Thing, which links to active projects, which link to yearly goals.
|
||||
|
||||
## Goal Cascade
|
||||
|
||||
```
|
||||
3-Year Vision → Yearly Goals → Projects → Monthly Goals → Weekly Review → Daily Tasks
|
||||
```
|
||||
|
||||
Each layer has a dedicated skill: `/goal-tracking`, `/project`, `/monthly`, `/weekly`, `/daily`, `/review`.
|
||||
|
||||
## Key Innovations
|
||||
|
||||
### Auto-Commit via PostToolUse Hook
|
||||
Every Write/Edit tool call triggers `git add -A && git commit` automatically. Vault is always versioned.
|
||||
|
||||
### /adopt Command
|
||||
Scans an existing Obsidian vault, detects its organization method (PARA, Zettelkasten, LYT, plain folders), maps folders interactively to the PKM layers, generates config files. Non-destructive.
|
||||
|
||||
### 4 Specialized Agents with Memory
|
||||
- `goal-aligner` — audits activity vs. stated goals, flags misalignment
|
||||
- `weekly-reviewer` — facilitates 3-phase weekly review, learns reflection style
|
||||
- `note-organizer` — fixes broken links, consolidates duplicates
|
||||
- `inbox-processor` — GTD-style inbox processing
|
||||
|
||||
Uses `memory: project` so agents remember patterns across sessions.
|
||||
|
||||
### Productivity Coach Output Style
|
||||
`/output-style coach` transforms Claude into an accountability partner — challenges assumptions, asks powerful questions, points out goal-action misalignment.
|
||||
|
||||
## Architecture
|
||||
|
||||
Zero dependencies (bash + markdown only). Path-specific rules loaded contextually. Session init surfaces ONE Big Thing, active project count, days since last review.
|
||||
|
||||
## Cherry-Picks for claude-obsidian
|
||||
|
||||
- [[cherry-picks#2. Auto-Commit PostToolUse Hook]]
|
||||
- [[cherry-picks#7. /adopt — Import Existing Vault]]
|
||||
- [[cherry-picks#8. Productivity Wrapper (Daily/Weekly Reviews)]]
|
||||
62
wiki/entities/kepano-obsidian-skills.md
Normal file
62
wiki/entities/kepano-obsidian-skills.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
type: entity
|
||||
title: "kepano/obsidian-skills"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- official
|
||||
- agent-skills
|
||||
- obsidian-creator
|
||||
status: current
|
||||
related:
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# kepano/obsidian-skills
|
||||
|
||||
**Type**: Agent Skills (Agent Skills standard)
|
||||
**URL**: https://github.com/kepano/obsidian-skills
|
||||
**Author**: **Linus Kepano** — creator of Obsidian + Minimal theme
|
||||
**Install**: `/plugin marketplace add kepano/obsidian-skills`
|
||||
|
||||
## Why This Matters
|
||||
|
||||
This repo is from the creator of Obsidian. It:
|
||||
1. Validates that the Agent Skills standard is the right format for Obsidian AI tools
|
||||
2. Provides the canonical reference for how to teach Claude about Obsidian-specific syntax
|
||||
3. Covers Obsidian Bases — a new core Obsidian feature that no other AI project supports yet
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | What It Teaches Claude |
|
||||
|-------|----------------------|
|
||||
| `obsidian-markdown` | Full Obsidian Flavored Markdown: wikilinks, embeds, callouts, properties, tags |
|
||||
| `obsidian-bases` | Obsidian Bases (.base files): views, filters, formulas, summaries |
|
||||
| `json-canvas` | JSON Canvas spec: nodes, edges, groups, connections |
|
||||
| `obsidian-cli` | Vault management, plugin/theme dev via Obsidian CLI |
|
||||
| `defuddle` | Extract clean Markdown from web pages — removes ads, nav, clutter |
|
||||
|
||||
## defuddle
|
||||
|
||||
The `defuddle` skill wraps `defuddle-cli`. When ingesting web content, running defuddle first:
|
||||
- Strips ads, navigation, footers
|
||||
- Reduces token usage ~40-60% on typical web pages
|
||||
- Produces cleaner Markdown that fits better in context window
|
||||
|
||||
This is a direct cherry-pick for claude-obsidian's ingest pipeline.
|
||||
|
||||
## Multi-Platform
|
||||
|
||||
Works with Claude Code, Codex CLI, and OpenCode out of the box.
|
||||
|
||||
## Cherry-Picks for claude-obsidian
|
||||
|
||||
- [[cherry-picks#1. URL Ingestion in /wiki-ingest]] (pair with defuddle)
|
||||
- [[cherry-picks#3. defuddle Web Cleaning Skill]]
|
||||
- [[cherry-picks#12. obsidian-bases Skill (from kepano)]]
|
||||
- [[cherry-picks#9. Multi-Agent Compatibility]] (format already compatible)
|
||||
61
wiki/entities/rvk7895-llm-knowledge-bases.md
Normal file
61
wiki/entities/rvk7895-llm-knowledge-bases.md
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: entity
|
||||
title: "rvk7895/llm-knowledge-bases"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- github-repo
|
||||
- llm-wiki-pattern
|
||||
- deep-research
|
||||
status: current
|
||||
related:
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[cherry-picks]]"
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
- "[[Andrej Karpathy]]"
|
||||
sources:
|
||||
- "[[claude-obsidian-ecosystem-research]]"
|
||||
---
|
||||
|
||||
# rvk7895/llm-knowledge-bases
|
||||
|
||||
**Type**: Claude Code plugin (Marketplace)
|
||||
**URL**: https://github.com/rvk7895/llm-knowledge-bases
|
||||
**Install**: `/plugin marketplace add rvk7895/llm-knowledge-bases`
|
||||
|
||||
## What It Does
|
||||
|
||||
Turns raw research material into an LLM-maintained Obsidian wiki with multi-depth querying and rich output formats. Adds a deep research pipeline with parallel agents on top of the Karpathy pattern.
|
||||
|
||||
## Key Innovations
|
||||
|
||||
### 3-Depth Query System
|
||||
- **Quick** — answers from wiki indexes and summaries only (minimal reads)
|
||||
- **Standard** — cross-references full wiki, supplements with web search
|
||||
- **Deep** — multi-agent parallel web search pipeline
|
||||
|
||||
### Output Formats
|
||||
Beyond Markdown: Marp slides, matplotlib charts. All outputs saved to `output/` and optionally filed back into wiki.
|
||||
|
||||
### Skills Set
|
||||
| Skill | Purpose |
|
||||
|-------|---------|
|
||||
| `/kb-init` | One-time setup |
|
||||
| `/kb compile` | Raw → wiki |
|
||||
| `/kb query` | Query with depth |
|
||||
| `/kb lint` | Health check |
|
||||
| `/kb evolve` | Maintenance pass |
|
||||
| `/research <topic>` | Structured research outline |
|
||||
| `/research-deep` | Parallel agents per outline item |
|
||||
| `/research-report` | Compile deep results → Markdown |
|
||||
|
||||
### X/Twitter Integration
|
||||
Via Smaug tool (`npm install -g @steipete/bird`). Ingests tweets, threads, bookmarks from X/Twitter by pasting URL. Uses session cookies (read-only, personal use).
|
||||
|
||||
## Attribution
|
||||
Built on Karpathy pattern + Weizhena's Deep Research skills adapted for the research pipeline.
|
||||
|
||||
## Cherry-Picks for claude-obsidian
|
||||
|
||||
- [[cherry-picks#5. Multi-Depth Query Modes]]
|
||||
- [[cherry-picks#10. Marp Presentation Output]]
|
||||
47
wiki/hot.md
47
wiki/hot.md
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: meta
|
||||
title: "Hot Cache"
|
||||
updated: 2026-04-07T17:00:00
|
||||
updated: 2026-04-08T12:00:00
|
||||
tags:
|
||||
- meta
|
||||
- hot-cache
|
||||
@@ -20,24 +20,37 @@ Navigation: [[index]] | [[log]] | [[overview]]
|
||||
---
|
||||
|
||||
## Last Updated
|
||||
2026-04-07 — Full audit + plugin installation session complete
|
||||
2026-04-08 — Ecosystem research ingest: 16+ Claude+Obsidian projects researched
|
||||
|
||||
## Key Recent Facts
|
||||
- **Plugin installed locally**: `claude-obsidian@claude-obsidian-marketplace` — active in this Claude Code session
|
||||
- **Install command**: `claude plugin marketplace add AgriciDaniel/claude-obsidian` then `claude plugin install claude-obsidian`
|
||||
- **Repo**: `~/claude-obsidian/` — public at github.com/AgriciDaniel/claude-obsidian
|
||||
- **Community repo**: avalonreset-pro/claude-obsidian (private)
|
||||
- **Working folder**: renamed from `~/Desktop/Obsidian & Claude/` → `~/Desktop/claude-obsidian/`
|
||||
- Both remotes: `git push origin main && git push community main`
|
||||
- **Plugin**: claude-obsidian v1.2.0 | `~/claude-obsidian/` | push: `git push origin main && git push community main`
|
||||
- **Install**: `claude plugin marketplace add AgriciDaniel/claude-obsidian`
|
||||
- **Ecosystem research complete**: 16+ projects, 13 cherry-pick features identified
|
||||
|
||||
## Recent Changes
|
||||
- Full 12-area audit: all clean, 3 minor fixes applied
|
||||
- Untracked: Cosmic Brain Clean.gif, Cosmic Brain Cover.png, Welcome.md
|
||||
- Fixed: vault-colors.css comment updated to claude-obsidian
|
||||
- Plugin registered as marketplace + installed user-scope
|
||||
- Session saved: [[full-audit-and-system-setup-session]]
|
||||
## What Was Just Ingested
|
||||
Full internet sweep of Claude + Obsidian projects. Key projects found:
|
||||
- **kepano/obsidian-skills** — Obsidian creator's own skills (validates Agent Skills format)
|
||||
- **Ar9av/obsidian-wiki** — delta tracking manifest + multi-agent compat (Cursor/Windsurf/Codex/Gemini)
|
||||
- **ballred/obsidian-claude-pkm** — auto-commit PostToolUse hook + goal cascade
|
||||
- **rvk7895/llm-knowledge-bases** — 3-depth query (Quick/Standard/Deep) + Marp output
|
||||
- **heyitsnoah/claudesidian** — PARA vault + /init-bootstrap + vault import
|
||||
- **YishenTu/claudian** — native Obsidian plugin with plan mode + @mention + word-level diff
|
||||
- **ProfSynapse/nexus** (claudesidian-mcp) — native plugin + MCP bridge + workspace memory
|
||||
- obsidian-copilot: 5,776⭐ | smart-connections: 4,357⭐ (traditional plugins)
|
||||
|
||||
## Top 5 Cherry-Picks (see [[cherry-picks]] for full list)
|
||||
1. URL ingestion in /wiki-ingest (pass `https://` → auto-fetch → ingest)
|
||||
2. Auto-commit PostToolUse hook (every wiki write → git commit)
|
||||
3. defuddle web cleaning (from kepano — strips clutter before ingest)
|
||||
4. Delta tracking manifest (only re-ingest new/changed files)
|
||||
5. Multi-depth query (Quick/Standard/Deep modes)
|
||||
|
||||
## claude-obsidian Unique Advantages Confirmed
|
||||
- Hot cache (no one else has this)
|
||||
- Canvas skill (unique in LLM Wiki category)
|
||||
- /save conversation → wiki (unique workflow)
|
||||
- Marketplace polish (best install experience)
|
||||
|
||||
## Active Threads
|
||||
- Wiki is seeded: [[LLM Wiki Pattern]], [[Hot Cache]], [[Compounding Knowledge]], [[Andrej Karpathy]], [[How does the LLM Wiki pattern work]], [[Wiki vs RAG]]
|
||||
- No user domain scaffolded yet — run `/wiki` to scaffold for your domain
|
||||
- Karpathy Gist comment ready to post
|
||||
- [[cherry-picks]] ready for v1.3.0 planning
|
||||
- Wiki pages: 25 | Sources ingested: 2
|
||||
|
||||
@@ -23,7 +23,7 @@ related:
|
||||
|
||||
# Wiki Index
|
||||
|
||||
Last updated: 2026-04-07 | Total pages: 15 | Sources ingested: 1
|
||||
Last updated: 2026-04-08 | Total pages: 25 | Sources ingested: 2
|
||||
|
||||
Navigation: [[overview]] | [[log]] | [[hot]] | [[dashboard]] | [[Wiki Map]] | [[getting-started]]
|
||||
|
||||
@@ -34,18 +34,25 @@ Navigation: [[overview]] | [[log]] | [[hot]] | [[dashboard]] | [[Wiki Map]] | [[
|
||||
- [[LLM Wiki Pattern]] — the pattern for building persistent, compounding knowledge bases using LLMs (status: mature)
|
||||
- [[Hot Cache]] — ~500-word session context file, updated after every ingest and session (status: mature)
|
||||
- [[Compounding Knowledge]] — why wiki knowledge grows more valuable over time, unlike RAG (status: mature)
|
||||
- [[cherry-picks]] — prioritized feature backlog from ecosystem research; 13 features to add to claude-obsidian (status: current)
|
||||
|
||||
---
|
||||
|
||||
## Entities
|
||||
|
||||
- [[Andrej Karpathy]] — AI researcher, creator of the LLM Wiki pattern, former Tesla AI director (status: developing)
|
||||
- [[Ar9av-obsidian-wiki]] — multi-agent compatible LLM Wiki plugin; delta tracking manifest (status: current)
|
||||
- [[Nexus-claudesidian-mcp]] — native Obsidian plugin + MCP bridge; workspace memory, task management (status: current)
|
||||
- [[ballred-obsidian-claude-pkm]] — goal cascade PKM; auto-commit hooks, /adopt command (status: current)
|
||||
- [[rvk7895-llm-knowledge-bases]] — 3-depth query system, Marp slides, parallel deep research (status: current)
|
||||
- [[kepano-obsidian-skills]] — official skills from Obsidian creator; defuddle, obsidian-bases (status: current)
|
||||
- [[Claudian-YishenTu]] — native Obsidian plugin embedding Claude Code; plan mode, @mention (status: current)
|
||||
|
||||
---
|
||||
|
||||
## Sources
|
||||
|
||||
<!-- Source pages are created automatically by ingest. Add your first source: "ingest [filename]" -->
|
||||
- [[claude-obsidian-ecosystem-research]] — 2026-04-08 | web research across 16+ repos | 8 wiki pages created
|
||||
|
||||
---
|
||||
|
||||
@@ -58,6 +65,7 @@ Navigation: [[overview]] | [[log]] | [[hot]] | [[dashboard]] | [[Wiki Map]] | [[
|
||||
## Comparisons
|
||||
|
||||
- [[Wiki vs RAG]] — when to use a wiki knowledge base versus RAG; verdict: wiki wins at <1000 pages
|
||||
- [[claude-obsidian-ecosystem]] — feature matrix of 16+ Claude+Obsidian projects; where claude-obsidian wins and gaps
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -25,6 +25,14 @@ Parse recent entries: `grep "^## \[" wiki/log.md | head -10`
|
||||
|
||||
---
|
||||
|
||||
## [2026-04-08] ingest | Claude + Obsidian Ecosystem Research
|
||||
- Type: research ingest
|
||||
- Source: `.raw/claude-obsidian-ecosystem-research.md`
|
||||
- Queries: 6 parallel web searches + 12 repo deep-reads
|
||||
- Pages created: [[claude-obsidian-ecosystem]], [[cherry-picks]], [[claude-obsidian-ecosystem-research]], [[Ar9av-obsidian-wiki]], [[Nexus-claudesidian-mcp]], [[ballred-obsidian-claude-pkm]], [[rvk7895-llm-knowledge-bases]], [[kepano-obsidian-skills]], [[Claudian-YishenTu]]
|
||||
- Key finding: 16+ active Claude+Obsidian projects; 13 cherry-pick features identified for v1.3.0+
|
||||
- Top gap confirmed: no delta tracking, no URL ingestion, no auto-commit
|
||||
|
||||
## [2026-04-07] session | Full Audit, System Setup & Plugin Installation
|
||||
- Type: session
|
||||
- Location: wiki/meta/full-audit-and-system-setup-session.md
|
||||
|
||||
@@ -42,14 +42,22 @@ Run `/wiki` to scaffold this vault for your own domain and replace this overview
|
||||
- [[Andrej Karpathy]] — originated the pattern
|
||||
|
||||
**Sources seeded:**
|
||||
- [[claude-obsidian-ecosystem-research]] — 16+ projects, 13 cherry-picks identified (2026-04-08)
|
||||
|
||||
---
|
||||
|
||||
## Current State
|
||||
|
||||
- Sources ingested: 1
|
||||
- Wiki pages: 11
|
||||
- Last activity: 2026-04-07 (claude-obsidian v1.1.0 initialized)
|
||||
- Sources ingested: 2
|
||||
- Wiki pages: 25
|
||||
- Last activity: 2026-04-08 (ecosystem research ingest — 16+ projects mapped)
|
||||
|
||||
---
|
||||
|
||||
## Canvases
|
||||
|
||||
- [[claude-obsidian-presentation]] — Full presentation: hero, overview, skills, architecture, Wiki vs RAG, visual demos (2026-04-07)
|
||||
- [[AI Marketing Hub Cover Images Canvas]] — Cover image library for AI Marketing Hub brand assets
|
||||
|
||||
---
|
||||
|
||||
|
||||
53
wiki/sources/claude-obsidian-ecosystem-research.md
Normal file
53
wiki/sources/claude-obsidian-ecosystem-research.md
Normal file
@@ -0,0 +1,53 @@
|
||||
---
|
||||
type: source
|
||||
title: "Claude + Obsidian Ecosystem Research"
|
||||
created: 2026-04-08
|
||||
updated: 2026-04-08
|
||||
tags:
|
||||
- research
|
||||
- ecosystem
|
||||
- competitive-analysis
|
||||
status: current
|
||||
related:
|
||||
- "[[claude-obsidian-ecosystem]]"
|
||||
- "[[cherry-picks]]"
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
raw_file: ".raw/claude-obsidian-ecosystem-research.md"
|
||||
---
|
||||
|
||||
# Source: Claude + Obsidian Ecosystem Research
|
||||
|
||||
**Type**: Web research (GitHub + web search)
|
||||
**Date**: 2026-04-08
|
||||
**Queries run**: 6 parallel searches
|
||||
**Repos deep-read**: 12
|
||||
|
||||
## Summary
|
||||
|
||||
Comprehensive internet sweep of all Claude + Obsidian projects. Found 16+ active projects across 4 categories. Identified 13 specific features to cherry-pick for claude-obsidian v1.3.0+.
|
||||
|
||||
## Pages Created from This Source
|
||||
|
||||
- [[claude-obsidian-ecosystem]] — feature matrix comparison
|
||||
- [[cherry-picks]] — prioritized feature backlog
|
||||
- [[Ar9av-obsidian-wiki]] — entity page
|
||||
- [[Nexus-claudesidian-mcp]] — entity page
|
||||
- [[ballred-obsidian-claude-pkm]] — entity page
|
||||
- [[rvk7895-llm-knowledge-bases]] — entity page
|
||||
- [[kepano-obsidian-skills]] — entity page
|
||||
- [[Claudian-YishenTu]] — entity page
|
||||
|
||||
## Key Findings
|
||||
|
||||
1. **16+ projects** found combining Claude/AI with Obsidian
|
||||
2. **kepano** (Obsidian creator) validates Agent Skills format with his own skill repo
|
||||
3. **ballred/obsidian-claude-pkm** has best auto-commit implementation (PostToolUse hook)
|
||||
4. **Ar9av/obsidian-wiki** has best delta tracking (manifest.json)
|
||||
5. **rvk7895/llm-knowledge-bases** has best query depth system (3 tiers)
|
||||
6. Most popular traditional plugins: obsidian-copilot (5,776 ⭐), smart-connections (4,357 ⭐)
|
||||
7. **claude-obsidian unique advantages**: hot cache, canvas skill, /save conversation, marketplace polish
|
||||
8. **Top gap**: No URL ingestion — forces manual copy-paste from web
|
||||
|
||||
## Raw File
|
||||
|
||||
`.raw/claude-obsidian-ecosystem-research.md` — full notes with all sources
|
||||
Reference in New Issue
Block a user