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/opendexter-plugin

v1.1.0

Published

OpenDexter plugin for OpenClaw — search, price-check, and pay for any x402 API with automatic USDC settlement across Solana, Base, Polygon, Arbitrum, Optimism, and Avalanche.

Downloads

357

Readme


What It Does

Gives any OpenClaw agent access to the x402 API marketplace. The agent can discover paid APIs, preview pricing, and call endpoints with automatic USDC payment — no API keys or subscriptions needed for the endpoints themselves.

| Tool | Purpose | |------|---------| | x402_search | Search the OpenDexter marketplace for paid APIs | | x402_check | Probe an endpoint for pricing without paying | | x402_fetch | Call any x402 API with automatic payment | | x402_pay | Alias for x402_fetch | | x402_wallet | Show wallet configuration and status |

Payments work across Solana, Base, Polygon, Arbitrum, Optimism, and Avalanche. The plugin auto-selects the best-funded chain.


Install

From ClawHub

openclaw plugins install @dexterai/opendexter-plugin

From npm

npm install @dexterai/opendexter-plugin

Configuration

Set wallet keys in the OpenClaw plugin config or as environment variables:

| Config Key | Env Var | Description | |-----------|---------|-------------| | svmPrivateKey | SVM_PRIVATE_KEY | Solana wallet (base58) | | evmPrivateKey | EVM_PRIVATE_KEY | EVM wallet (hex, 0x...) | | defaultNetwork | DEFAULT_NETWORK | Preferred chain (default: auto) | | maxPaymentUSDC | MAX_PAYMENT_USDC | Per-call spending limit (default: $0.50) | | facilitatorUrl | FACILITATOR_URL | Settlement processor (default: https://x402.dexter.cash) | | marketplaceUrl | MARKETPLACE_URL | Marketplace API endpoint |

At minimum, configure one wallet key (Solana or EVM) and fund it with USDC.


How It Works

User: "Find me a sentiment analysis API"
  → x402_search("sentiment analysis")
  → Shows results with prices and quality scores

User: "How much does that one cost?"
  → x402_check(url)
  → Shows per-chain pricing

User: "Call it"
  → x402_fetch(url, params)
  → Signs USDC payment, calls endpoint, returns data + receipt

Settlement goes through the Dexter facilitator — zero fees, zero gas for the caller.


Pinata Agent Template

This plugin powers the OpenDexter Agent template for Pinata. Deploy a fully configured x402 agent in one click.


Built By

Dexter Intelligence — the payment, discovery, and monetization layer for the agent economy.