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

@anchor-app/openclaw-context

v0.1.0

Published

OpenClaw plugin — injects your Anchor tasks, habits, and projects into every AI conversation

Downloads

23

Readme

@anchor-app/openclaw-context

OpenClaw plugin — brings your Anchor tasks, habits, and projects into every AI conversation.

Once installed, your OpenClaw agent automatically knows what's on your plate — from any channel (Discord, WhatsApp, webchat, wherever). No more copy-pasting your to-do list into chat.

How it works

  • On startup: fetches your full Anchor context and caches it locally
  • On every message: injects a compact summary if your message is planning-related, or a tiny header otherwise (~20 tokens)
  • On data change: Anchor pushes a webhook → cache invalidates instantly (zero polling, always fresh)

Install

openclaw plugins install @anchor-app/openclaw-context

Setup

openclaw anchor-context setup

The wizard will ask for:

  1. Your Anchor URL (e.g. https://anchor.yourdomain.com)
  2. Your personal Anchor API key — generate it in Anchor → Settings → AI Assistant → OpenClaw

Then restart the gateway:

openclaw gateway restart

That's it. Your agent now sees your tasks from Discord, webchat, Signal — everywhere.

What gets injected

Planning messages (contains "task", "today", "habit", "plan", etc.) get the full summary:

## Today's Tasks
- Fix login bug [high] (Anchor project) @ 10:00
- Review PR
- Write release notes [medium]

## Habits
- ✅ Morning walk (12 day streak)
- ⬜ Read 30 min (5 day streak)

## Projects
- 🪝 Anchor
- 🎮 Side project

Everything else gets a lightweight header (~20 tokens):

[Anchor: 3 tasks today, 1 overdue, 2 habits pending — say "show my tasks" for details]

Configuration

Config lives in openclaw.json under plugins.entries.anchor-context.config.anchor-context:

| Key | Required | Description | |-----|----------|-------------| | anchorUrl | ✅ | Base URL of your Anchor deployment | | apiKey | ✅ | Your personal Anchor API key | | webhookSecret | Optional | HMAC secret for verifying change event payloads | | cacheTtlMs | Optional | Max cache age before re-fetch (default: 300000 = 5 min) |

For push invalidation (real-time cache updates), also set gateway.publicUrl in openclaw.json to your OpenClaw instance's public URL.

Requirements

  • OpenClaw ≥ 2026.0.0
  • An Anchor account with the OpenClaw API enabled

License

MIT