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

eternal-buckets

v3.3.0

Published

Decentralized indexing, tagging, and visualization engine for Agnamo/Oujiji — password-gated npm plugin. Lean core: static dashboard, indexing, tagging, keyword query. Install eternal-buckets-pro for the live dashboard server, semantic search, eb watch, a

Readme

Eternal Buckets (eb)

Local decentralized visualization, indexing, and tagging engine for the Oujiji & Agnamo ecosystems.

Eternal Buckets scans folder structures, builds machine-readable manifests, and compiles an HTML dashboard. This is the lean core package — one runtime dependency (open), no native modules, no bundled ML model.

Want the live auto-refreshing dashboard, embedding-based semantic search, a real-time watch daemon, or an MCP server mode? Run eb pro. It installs only eternal-buckets-pro, verifies it loads, and opens the live dashboard. No configuration is needed:

eb pro -d ./target

The manual equivalent is npm install -g eternal-buckets-pro, followed by eb view -d ./target.


Installation

npm install -g eternal-buckets
eb unlock
# or: eb unlock <passcode>

The core package has no postinstall hook and does not install Claude Code, Jules, Gemini CLI, or another agent CLI. AI providers are called directly over HTTPS with Node's built-in fetch.

Until unlocked, only unlock, lock, help, and version work. After a successful unlock, a local license is stored at ~/.eternal-buckets/license.json.

Wrapped session

Running eb with no arguments (once unlocked) opens a wrapped interactive session — the banner shows once, then you get an eb ❯ prompt. Type help for the command list, lock to lock and leave, or exit / quit to close.


CLI Commands

| Command | Description | |---|---| | eb unlock [password] | Unlock full plugin (interactive if omitted) | | eb lock | Clear local unlock license | | eb view [-d <dir>] [-p] | Generate the dashboard — live server with eternal-buckets-pro, static file otherwise | | eb pro [-d <dir>] [-p] | Install or verify eternal-buckets-pro, then open the live dashboard with Pro-only motion effects | | eb index [-d <dir>] | Run bundled Python indexer → shallow and full-depth manifests, skills | | eb tag [-N] [-d <dir>] | Tag every indexed depth by default; -N optionally caps depth; API tagging is optional enrichment | | eb Front [generate\|view\|remove-all\|index] | Frontmatter suite | | eb query <terms> | Keyword search over scanned records (semantic with pro) | | eb stats | Workspace health readout | | eb prune | Validate manifest vs disk | | eb context | Bundle tagged files for AI context | | eb pack / eb sync | Export / sync metadata (sync needs eb config syncEndpoint <url> first — there is no default cloud backend) | | eb obsidian [-d <vault>] [--ai\|--local] [-n] | Tag an indexed Obsidian vault semantically or with an optional API | | eb config | Interactive menu: auth, provider, model, syncEndpoint, lock | | eb watch, eb mcp | Require eternal-buckets-pro — print an install hint if it's missing |


AI providers

Configure with eb config (or eb auth / eb provider / eb model). Keys are stored per-provider in ~/.eternal-buckets/config.json; each provider also honors its environment variable as a fallback, and eb auth will auto-discover keys already set in your environment or a .env file. A recognized key uses the maintained low-end frontier model unless eb model has saved an override.

| Provider id | Service | Frontier default | Env var | |---|---|---|---| | openai | OpenAI | gpt-5.6-luna | OPENAI_API_KEY | | deepseek | DeepSeek | deepseek-v4-flash | DEEPSEEK_API_KEY | | xai | xAI (Grok) | grok-4.3 | XAI_API_KEY | | gemini | Google Gemini | gemini-3.5-flash-lite | GEMINI_API_KEY | | venice | Venice | deepseek-v4-flash | VENICE_API_KEY | | kimi | Kimi (Moonshot) | kimi-k2.6 | MOONSHOT_API_KEY | | openai-compat | Any OpenAI-compatible endpoint (custom base URL) | user supplied | OPENAI_COMPAT_API_KEY | | anthropic | Anthropic (Claude, optional final fallback) | claude-haiku-4-5 | ANTHROPIC_API_KEY |

Run eb index -d <target> before eb tag or eb obsidian. A complete index contains both .eb/manifest.json and .eb/manifest-all.json. If the target has no complete index, an interactive terminal offers to create one first and a non-interactive run stops with instructions. Tagging uses the full-depth manifest as its traversal source and considers every indexed file regardless of extension or nesting depth.

Unflagged tagging uses contextual API enrichment when a supported key already exists. Without a key, it asks whether to add one; declining runs the local semantic tagger. Local tags are guaranteed for every indexed entry, including empty or low-signal files, and a failed API automatically falls back locally for the rest of the run. Use --local to force semantic tagging or --ai to request API enrichment. Provider discovery follows the table order and leaves Anthropic last. The listed frontier model is automatic, while eb model remains authoritative as an override.

License / Access

Source is private (luxdevnet/eternal-buckets). The npm package is installable but feature-locked until unlocked with the distributor passcode. Soft client-side gate — do not treat as cryptographic DRM.