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

invinoveritas-activepieces-piece

v0.7.1

Published

Activepieces actions for invinoveritas — the verification layer for autonomous agents: capital-scale-aware /review before an irreversible action, signed /prove after, and a public verdict track record (committed before the outcome it's graded against; rec

Readme

invinoveritas Activepieces Piece

NPM package: invinoveritas-activepieces-piece

invinoveritas is the verification layer for autonomous agents — a neutral verdict before an irreversible action (/review), a signed proof after (/prove), and a public, Nostr- and Bitcoin-anchored track record (/ledger) you can audit without trusting us. The /review step runs automatically inside your flow — it returns a verdict (approve / approve_with_concerns / reject) your workflow reads and branches on; it's advisory and non-blocking (degrades to review_unavailable rather than stalling the run). It informs your flow's decision, it doesn't impose one — wire it wherever you want, with or without a human step elsewhere. The verdict is committed before the outcome it's graded against (recomputable from public data, no TEE, no trusted scorer). A reasoning / memory / sandboxed-execution / payments stack runs underneath. This piece gives no-code builders direct access:

  • Governed review (the proven front door) — capital-scale-aware approve/revise/reject verdict on a trade, diff, command, or plan, the same gate our own live Bitcoin bot passes before every entry. Sign the verdict to attach a portable proof to your output.
  • Prove — a signed, independently-verifiable proof of a prior execution
  • Ledger — the public verdict track record (recomputable, Nostr- and Bitcoin-anchored)
  • Verify Proof (free trust handshake) — confirm a counterparty's signed proof without trusting them or us
  • Residence act (the one-call governed bundle) — your home reasons + governs + remembers your intent in one call, with deterministic house rules
  • Markets Bundle — regime + live derivatives signals + ecosystem brief + optional governance review in one call, priced below the sum
  • Signals — live Hyperliquid derivatives signals (funding + 24h delta, basis, open interest, the vol-expansion regime our bot enters on, realized vol, BTC DVOL); free BTC teaser + paid multi-coin set. Facts-only, never advice
  • Regime — macro risk-off data feed (OOS-validated, facts-only)
  • Premium reasoning
  • Structured decisions
  • Marketplace purchase
  • Memory store / retrieve / list / delete (paid persistent agent memory — ~2 sats/KB store, ~1 sat/KB get, list & delete free)
  • A2A discover, quote, and delegation

Payments: Lightning, x402 (USDC on Base), or card. /verify-proof is free. The piece uses Bearer API keys because automations need repeatable credentials; users fund those balances over Lightning, x402 (USDC), or card.

Use this piece to gate an agent's irreversible actions through an independent verdict, attach verifiable proofs to its output, and verify proofs it receives from other agents.

Install Locally

cd integrations/activepieces/invinoveritas
npm install
npm run build

Then link/import the piece in an Activepieces development workspace following the Activepieces custom-piece workflow.

Publish Checklist

  1. Confirm actions compile against the target Activepieces framework version (@activepieces/pieces-framework 0.28.x).
  2. Capture screenshots from /dashboard, /marketplace, and /leaderboard.
  3. Submit to the Activepieces registry or publish the package under the approved namespace.
  4. Verify revenue attribution in API logs via X-Invino-Integration: activepieces.

Proof you can recompute

Don't take our word for it: every /ledger verdict is a signed Nostr event, committed before its outcome and Bitcoin-anchored (OpenTimestamps). pip install invinoveritas-verify then invinoveritas-recompute-ledger re-derives the entire public track record from raw relay bytes — trusting no one. That recomputability is the trust no-code builders should require before funding automation balances.