v1.1 — URL ingestion, vision, delta tracking, 3 new skills
What's New in v1.1
3 New Skills
/obsidian-markdown — Full Obsidian Flavored Markdown syntax reference. Covers wikilinks, embeds, all callout types, properties rules, highlights, math, Mermaid diagrams, and what not to do. Consulted automatically when writing wiki pages.
/obsidian-bases — Create and edit Obsidian Bases (.base files) — Obsidian's native database layer. Correct filters:/views:/formulas: syntax with wiki-specific templates for dashboards, entity indexes, and source trackers. First LLM wiki plugin to support this feature.
/defuddle — Web page cleaner powered by defuddle-cli. Strips ads, nav bars, cookie banners, and boilerplate before ingesting web content. Saves 40–60% tokens on typical articles.
wiki-ingest Upgrades
- URL ingestion — Pass any
https://URL directly. Auto-fetches, runs defuddle if installed, saves to.raw/articles/, then proceeds through normal ingest pipeline. - Image/vision ingestion — Pass
.png,.jpg,.gif,.webpetc. Claude reads the image, extracts text and concepts via vision, saves description to.raw/images/, then ingests. - Delta tracking —
.raw/.manifest.jsontracks a hash per ingested source. Re-running ingest on unchanged files is skipped automatically. Useforce ingestto override.
wiki-query: 3 Query Depths
| Mode | Trigger | Token cost | Best for |
|---|---|---|---|
| Quick | query quick: ... |
~1,500 | Fast fact lookups from hot cache + index |
| Standard | default | ~3,000 | Most questions |
| Deep | query deep: ... |
~8,000+ | Synthesis, comparisons, full analysis |
Auto-Commit Hook
Every Write or Edit to wiki/ or .raw/ now triggers an automatic git commit. The vault is always versioned without manual intervention.
Fixes
- Removed invalid
allowed-toolsfield from all 10 SKILL.md files — it was never a valid skill frontmatter attribute and was being silently ignored. Skills now match the Agent Skills spec (same format askepano/obsidian-skills). - Canvas skill now references the JSON Canvas open standard and
kepano/obsidian-skillsas the authoritative cross-platform spec.
Ecosystem Research Filed
Comprehensive research across 16+ Claude + Obsidian projects now filed in the demo vault:
wiki/comparisons/claude-obsidian-ecosystem.md— full feature matrixwiki/concepts/cherry-picks.md— prioritised v1.2+ roadmap- 6 new entity pages for key projects in the ecosystem