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

@dexterai/dexter-lobster

v1.1.0

Published

x402 API marketplace skill for lobster.cash — pay-per-call access to premium APIs via Dexter

Readme


Quick Start

1. Install the lobster.cash wallet (if you haven't already)

openclaw plugins install @crossmint/lobster.cash

Then tell your agent: "Set up my wallet" — open the consent link and approve.

2. Install the Dexter marketplace skill

openclaw plugins install @dexterai/dexter-lobster

3. Start using paid APIs

Ask your agent:

  • "What smart money wallets are buying right now?"
  • "Scan this token contract for honeypots"
  • "Get Polymarket odds on the next election"
  • "Run this prompt through Claude via OpenRouter"

The skill searches the Dexter bazaar, shows you pricing, and when you want to call an endpoint, lobster.cash handles the payment through the Dexter facilitator.

How It Works

Agent → dexter-lobster skill → Dexter Bazaar (search / pricing)
                              → lobster.cash  (payment delegation)
                              → x402.dexter.cash (settlement)
                              → Solana (on-chain)

Search and pricing are free. When the agent calls a paid endpoint, it describes the payment intent and lobster.cash handles execution through the Dexter facilitator. The skill never touches private keys, never builds transactions, never signs anything.

What's Available

The Dexter bazaar indexes x402 endpoints from across the ecosystem. Featured providers include Nansen, Alchemy, Allium, CoinGecko, OpenRouter, Exa, Dome, Quick Intel, Quicknode, Laso Finance, and many more -- covering DeFi analytics, AI/LLM inference, prediction markets, blockchain infrastructure, security scanning, person/company intelligence, payments, and document parsing.

The catalog grows automatically. New endpoints are crawled from facilitator discovery feeds every 2 hours, auto-named by AI, and quality-verified with paid test calls every 24 hours. Run ./scripts/x402.sh categories to see the current breakdown.

Get Your API Listed

Any x402-enabled endpoint can appear in the Dexter bazaar. Here's how:

  1. Make your API x402-compliant — return HTTP 402 with an accepts array containing your pricing, asset (USDC), network, and payTo wallet. Use @dexterai/x402 server middleware or any x402-compatible stack.

  2. Facilitate through a known facilitator — endpoints that settle through x402.dexter.cash, Coinbase CDP, PayAI, or Ultraviolet are automatically crawled every 2 hours.

  3. Wait for ingestion — once crawled, Dexter's AI auto-namer generates a display name, description, and category for your endpoint. The quality verifier then pays for a real call, generates realistic test inputs using AI, scores the response quality (0–100), and writes detailed notes.

  4. Pass quality verification — endpoints scoring 75+ are auto-approved for the marketplace. Below 50 gets flagged for review. The verifier re-tests every 24 hours so quality stays current.

  5. Optional: register directly — submit your endpoint URL via POST /api/x402/resources/register on api.dexter.cash to skip waiting for the next crawl cycle.

Facilitator

Settlement runs through x402.dexter.cash:

  • Gas-sponsored — you pay $0 in SOL/ETH
  • Smart wallet support — PDA wallets (Crossmint, Squads) via simulation-based CPI verification
  • Multi-network — Solana, Base, Polygon, Arbitrum, Optimism, SKALE
  • x402 v1 + v2 — backward-compatible with both protocol versions

lobster.cash Compatibility

Built to the lobster.cash skill compatibility guide:

  • Wallet precheck before every payment
  • Payment intent description — not execution
  • Full error handling (insufficient balance, wallet not configured, payment failure)
  • Zero key handling — all wallet operations delegated to lobster.cash

Repo Structure

skills/SKILL.md           ← what the agent reads
openclaw.plugin.json      ← plugin manifest
_meta.json                ← registry metadata
scripts/x402.sh           ← CLI for search & pricing
references/
  api-endpoints.md        ← bazaar API docs
  categories.md           ← category breakdown

Links

| | | |---|---| | Marketplace | dexter.cash/marketplace | | Facilitator | x402.dexter.cash | | Agent Wallet | lobster.cash | | x402 SDK | @dexterai/x402 | | Register an API | POST api.dexter.cash/api/x402/resources/register | | Compatibility Guide | lobster.cash/docs/skill-compatibility-guide |