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

twinclaw

v1.5.0

Published

Eagle-eyed agentic AI gateway with multi-modal hooks and proactive memory.

Readme

🦅 TwinClaw

Native Agentic Gateway | Multi-Modal Hooks | Proactive Memory

TwinClaw is a highly autonomous local-first AI agent designed for power users who want an "unstoppable" personal assistant that navigates between multiple LLMs, messaging platforms (Telegram/WhatsApp), and its own persistent RAG memory.


⚡ Quick Start (Windows Only)

To install and run TwinClaw with a single command, run the following in your terminal:

Windows (PowerShell)

iwr -useb bit.ly/twinclaw-install | iex

(If you have cloned the repository, simply run .\bootstrap.ps1)


🛠 Features

  • Double-Layered Intelligence: Native model routing through OpenRouter, Gemini, and Modal with automatic 429 retries and fallbacks.
  • Voice-First: Seamless integration with ElevenLabs (Text-to-Speech) and Groq (Speech-to-Text).
  • Ubiquitous Access: Control your agent or receive proactive notifications via Telegram and WhatsApp.
  • Agentic Skills: Extensible Skill system (MCP-compatible) allowing the agent to read files, search the web, and manage its own memory.
  • Local Persistence: Zero-cloud knowledge graph and memory storage using SQLite with sqlite-vec.

📖 Guided Setup

When you first run TwinClaw, it will automatically start a Guided Setup Wizard. You don't need to manually create any .env files. The wizard will prompt you for:

  1. API Keys: Groq, OpenRouter, Gemini, ElevenLabs.
  2. Messaging: Telegram Bot Token and optional bootstrap allowlist IDs.
  3. Security: Generates a master encryption key for your local vault.
  4. Skills: Auto-registers built-in skills for immediate use.

TwinClaw now defaults to dmPolicy: "allowlist" for Telegram/WhatsApp DMs. Only allowlisted users can message the bot. Unknown senders must be explicitly added:

node src/index.ts allowlist add telegram <userId>
node src/index.ts allowlist list telegram

🏗 Developer Architecture

TwinClaw is built with:

  • Runtime: Node.js (v22+)
  • ORCH: AntiGravity / OpenClaw-inspired
  • Database: SQLite (Vector-ready)
  • Framework: TypeScript (ESM)

For detailed technical specifications, see docs/TwinClaw-blueprint.md.

Operational runbooks:


License

ISC