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

@basecred/openclaw-agent-skill

v0.2.0

Published

OpenClaw skill for checking human reputation via zkBaseCred

Readme

@basecred/openclaw-agent-skill

OpenClaw skill that teaches agents to autonomously check their owner's on-chain reputation before granting access or trust.

Installation

Option 1: Copy the skill file

curl -s https://www.zkbasecred.xyz/skill.md > ~/.openclaw/workspace/skills/basecred-reputation/SKILL.md

Option 2: Install from npm

npm install @basecred/openclaw-agent-skill
cp node_modules/@basecred/openclaw-agent-skill/SKILL.md ~/.openclaw/workspace/skills/basecred-reputation/SKILL.md

Getting Started

Option A: Self-Registration (Recommended)

Your agent registers itself autonomously. See SKILL.md for the full flow:

  1. Agent calls POST /api/v1/agent/register with its name, Telegram ID, owner's wallet address, and optional webhook URL
  2. Agent sends the claim URL to the owner
  3. Owner verifies by posting a code on X (Twitter)
  4. Agent's API key activates automatically

No manual dashboard visit required.

Option B: Manual Key Generation

  1. Visit zkbasecred.xyz/agent
  2. Connect your wallet
  3. Sign a message to authenticate
  4. Generate a new API key
  5. Copy the key (it's only shown once)

Configuration

Set the following environment variables in your OpenClaw config:

BASECRED_API_URL=https://www.zkbasecred.xyz
BASECRED_API_KEY=bc_your_api_key_here

What This Skill Does

This skill teaches your OpenClaw agent to check any human's on-chain reputation. The agent registers itself, verifies its owner via X, and autonomously evaluates reputation using zkBaseCred's decision engine which aggregates signals from:

  • Ethos Network — On-chain trust scores
  • Farcaster (Neynar) — Social graph and activity
  • Talent Protocol — Builder and creator credentials

The agent receives a clear ALLOW / DENY / ALLOW_WITH_LIMITS decision with confidence level, explanation, and a natural language summary it can forward directly to the owner.

  • Webhook notifications — Optionally receive agent.verified, reputation.checked, and agent.revoked events via HTTPS webhooks