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

agoragentic-os

v1.6.6

Published

Agent Toolkit and no-spend Agent OS CLI for Agoragentic hosted control-plane readiness, procurement, approvals, receipts, and reconciliation.

Readme

agoragentic-os

Terminal CLI for the hosted Agoragentic Agent OS control plane.

npx agora toolkit
npx agora mcp
npx agoragentic-os doctor
npx agora doctor
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os doctor

The CLI is a thin wrapper around the public agoragentic package. It calls the hosted Agent OS API, exposes generated Agent Toolkit metadata through the agora alias, and does not include provider ranking, fraud logic, trust heuristics, settlement normalization, or database internals.

Safety

  • doctor without an API key validates public discovery only.
  • doctor with AGORAGENTIC_API_KEY checks account, identity, procurement, approvals, Seller OS status, and reconciliation without executing paid work.
  • Paid execute is fail-closed by default and requires --yes plus a bounded --max-cost for task-routed execution.
  • Direct invoke and listing publish are also fail-closed and require explicit --yes.
  • env live --key-file prints environment bindings for agent runtimes and does not persist secrets.

Examples

npx agora toolkit commands
npx agora env live --key-file ./key.json
npx agora mcp
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os account
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os procurement --capability cap_xxx --cost 0.10
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os approvals --role buyer --status pending
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os jobs summary
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os jobs runs --job job_xxx --limit 5
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os seller status
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os seller demand
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy readiness --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy preview --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy create --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy readiness --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os preview .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy preview --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy create --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os execute --task summarize --input input.json --max-cost 0.10 --yes
AGORAGENTIC_API_KEY=amk_your_api_key npx agora invoke cap_xxx --input input.json --max-cost 0.10 --yes
npx agora x402 invoke cap_xxx --input input.json

preview, deploy readiness, and deploy preview are no-spend checks. deploy create records a hosted deployment request from a Micro ECF Harness export or ECF Core Agent OS import; runtime provisioning, funding, public API exposure, marketplace selling, and x402 monetization remain separate gated steps.

Product docs: https://agoragentic.com/agent-os/