npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-obsidian

v0.2.3

Published

Pi package for Obsidian vaults — read, write, search, visualize (Mermaid, Canvas), and plan projects (Kanban, dashboards, daily notes). 13 tools.

Readme

pi-obsidian

Pi package for reading, writing, visualizing, and managing projects in Obsidian vaults. Registers 13 tools that let pi interact with your knowledge base.

Features

Core

  • Vault discovery — auto-detects vaults from Obsidian's config
  • Read/write notes — with YAML frontmatter parsing
  • Append to notes — for journals, logs, and meeting notes
  • Search notes — by filename and content (uses ripgrep when available)

Knowledge Discovery

  • Tag analysis — list all tags with usage counts across the vault
  • Backlinks — find notes linking to a target via [[wikilinks]]

Visualization

  • Mermaid diagrams — flowchart, gantt, sequence, class, mindmap, pie, timeline
  • Canvas files — create Obsidian Canvas files with nodes and edges

Project Planning

  • Kanban boards — create task boards with columns and tasks
  • Project dashboards — goals, milestones, Gantt chart, Dataview queries
  • Daily notes — default, meeting, and planning templates with frontmatter

Installation

pi install npm:pi-obsidian

Or from git:

pi install git:github.com/boofpackdev/pi-obsidian

Or try without installing:

pi -e npm:pi-obsidian

Prerequisites

  • Obsidian installed with at least one vault configured
  • Node.js >= 20.6.0

All 13 Tools

| Tool | Category | Purpose | |------|----------|---------| | obsidian_list_vaults | Core | List all discovered Obsidian vaults | | obsidian_list_notes | Core | List .md notes in a vault (tree view) | | obsidian_read | Core | Read a note with optional frontmatter parsing | | obsidian_write | Core | Create or overwrite a note | | obsidian_append | Core | Append content to a note | | obsidian_search | Core | Search by filename and/or content | | obsidian_list_tags | Discovery | List all tags with usage counts | | obsidian_list_backlinks | Discovery | Find notes linking to a target | | obsidian_create_mermaid | Visualization | Generate Mermaid diagrams (7 types) | | obsidian_create_canvas | Visualization | Create Canvas files with nodes & edges | | obsidian_create_kanban | Planning | Create Kanban board notes | | obsidian_create_project_dashboard | Planning | Project overview with Gantt + Dataview | | obsidian_create_daily_note | Planning | Structured daily notes (3 templates) |

Quick Examples

> List my Obsidian vaults
> Show all tags in my Work vault
> Create a project dashboard for "API Redesign"
> Make a Kanban board for my sprint
> Create today's daily note with the planning template
> Generate a Gantt chart for my milestones
> Create a Canvas showing the system architecture
> Find all backlinks to "Architecture Decision"

License

MIT