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

@quanxs/salabs-agentkit-action

v1.0.1

Published

Official Coinbase AgentKit Action Provider for SALabs 0.02s Lie SE(3) Robotics CAD, Spatial Geometry & Base Mainnet A2A Commerce

Readme

🦾 SALabs Coinbase AgentKit Action Provider (@quanxs/salabs-agentkit-action)

NPM Version Base Mainnet AgentKit Compatible License: MIT

Official Coinbase AgentKit Action Provider for Quanxs SA Labs (SALABS).
Equip any autonomous on-chain AI agent on Base with sub-2ms Lie $SE(3)$ Bishop Frame 3D Articulated Robotics CAD generation, watertight manifold solving, and automated x402 micro-settlement.


⚡ Installation

npm install @quanxs/salabs-agentkit-action

🤖 Usage with Coinbase AgentKit

import { AgentKit, cdpWalletProvider } from "@coinbase/agentkit";
import { salabsActionProvider } from "@quanxs/salabs-agentkit-action";

// 1. Initialize CDP Wallet on Base Mainnet
const walletProvider = await cdpWalletProvider({
  apiKeyName: process.env.CDP_API_KEY_NAME,
  apiKeyPrivateKey: process.env.CDP_API_KEY_PRIVATE_KEY,
  networkId: "base-mainnet"
});

// 2. Add SALabs Action Provider to AgentKit
const agentKit = await AgentKit.from({
  walletProvider,
  actionProviders: [
    salabsActionProvider({
      autoSettle: true // Automatically route 0.1 USDC to SALabs Master Treasury
    })
  ]
});

// Now your agent can autonomously generate 3D CAD assemblies and verify manifold physics!

🛠️ Actions Provided

1. salabs_generate_robotics_cad

  • Description: Generates a watertight manifold 3D CAD assembly in < 2ms using Type-2 Bishop Frame differential geometry. Euler characteristic $\chi = 0$.
  • Inputs: prompt (string), curve_scale (number, default: 1.25)
  • Output: Assembly components (Spine, Motor Hub, Mounting Flanges, Clevis Fork Joint), vertex & face counts, and full OBJ mesh string.

2. salabs_query_onchain_registry

  • Description: Queries the Base Mainnet SalabsAgoraRegistry smart contract for tool pricing, active status, and treasury payee information.
  • Inputs: slug (string)

3. salabs_get_payment_specification

  • Description: Retrieves the x402 micropayment protocol parameters and Base Mainnet settlement addresses.

📜 Standalone Usage (Zero External Dependencies)

You can also use the analytical Lie $SE(3)$ Bishop Frame CAD generator directly without AgentKit:

import { SalabsArticulatedRoboticsGenerator } from "@quanxs/salabs-agentkit-action";

const cad = SalabsArticulatedRoboticsGenerator.generateMesh(
  "18-DoF bipedal robotic knee joint actuator",
  1.25
);

console.log(`Generated in ${cad.latency_ms}ms with Euler char χ = ${cad.euler_characteristic}`);
console.log(cad.obj_format);

📜 License

MIT License © 2026 Team Sequence Thaumaturge & Quanxs SA Labs (SALABS).
Main Domain: https://quanxs.com | Portal: https://salabs.quanxs.com