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

@shulam/agent-skills

v1.0.0

Published

Agent Skills for Shulam compliance infrastructure — SAMUEL screening, BARUCH receipts, ACS trust scoring, and x402 payments on Base.

Downloads

92

Readme

shulam/shulam-skills

Agent Skills for Shulam's compliance infrastructure on Base.

Install

npx skills add shulam/shulam-skills

Skills

| Skill | Trigger | Requires | |-------|---------|----------| | screen-address | Check if a wallet is OFAC-safe before transacting | SHULAM_API_KEY | | get-acs-score | Get ACS trust grade and 5-factor breakdown for any agent | SHULAM_API_KEY | | verify-receipt | Verify a BARUCH compliance receipt is authentic | None (public) | | discover-services | Find x402 services in the Bazaar, ranked by trust | SHULAM_API_KEY | | pay-with-compliance | Make a SAMUEL-screened x402 payment in one call | SHULAM_API_KEY | | request-advance | Request USDC working capital via SAP | SHULAM_API_KEY | | check-agent-passport | Look up an agent's full compliance record | None (public) |

Authentication

Set your API key as an environment variable:

export SHULAM_API_KEY=sk_live_...

Get an API key at https://shulam.io/dashboard

Programmatic Usage

The skills package also exports a TypeScript SDK for programmatic use:

import { ShulamSkills } from '@shulam-inc/shulam-agent-skills';

const skills = new ShulamSkills({ apiKey: process.env.SHULAM_API_KEY });

// List all available skills
const all = skills.list();

// Execute a skill
const result = await skills.execute('compliance-check', {
  wallet_address: '0x1234...abcd',
});

Existing Skills (awal format)

This package also includes 16 programmatic skills in skill.json format for agents using the Coinbase awal toolkit:

compliance-check, trust-score, earn-rewards, discover-compliant, verify-merchant, create-buyr-wallet, buyr-pay, buyr-discover, buyr-budget, create-sellr-wallet, sellr-monetize, sellr-analytics, sellr-payout, buyr-stake, sellr-stake, staking-rewards

About

Shulam is the world's first enterprise-grade, compliance-first x402 payment facilitator on Base. Every payment is screened by SAMUEL and receipted by BARUCH. Compliance Capital. Paid in Full.