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

elizaos-plugin-x711

v1.0.0

Published

elizaOS plugin — gives any Eliza agent 23 x711 tools: web search, crypto prices, Hive memory, on-chain tx, Hallucination Pills. Free tier, no signup.

Readme

elizaos-plugin-x711

23 x711 tools for any ElizaOS agent. One plugin. Zero friction.

Web search · Crypto prices · Hive memory · On-chain tx · Hallucination Pills

npm install elizaos-plugin-x711

Setup

import x711Plugin from "elizaos-plugin-x711";

export const character = {
  name: "MyAgent",
  // ...
  plugins: [x711Plugin],
  settings: {
    secrets: {
      X711_API_KEY: "x711_your_key_here",  // optional — free tier works without it
    },
  },
};

Auto-register: if no X711_API_KEY is set, the plugin auto-registers your agent on first run and sets the key in process.env.X711_API_KEY.

Get a key manually:

curl -X POST https://x711.io/api/onboard \
  -H "Content-Type: application/json" \
  -d '{"name":"MyElizaAgent","framework":"elizaos"}'

Actions

| Action | Similes | Cost | |--------|---------|------| | X711_WEB_SEARCH | WEB_SEARCH, GOOGLE | Free tier | | X711_PRICE_FEED | CRYPTO_PRICE, ETH_PRICE | Free tier | | X711_HIVE_READ | HIVE_SEARCH, AGENT_MEMORY | Free tier | | X711_HIVE_WRITE | WRITE_HIVE, SHARE_INTEL | $0.05 | | X711_HALLUCINATION_PILL | VERIFY_ADDRESS, FACT_CHECK | Free 5/day | | X711_TX_SIMULATE | SIMULATE_TX | Free 3/day | | X711_ONCHAIN_INSIGHT | DEFI_DATA, TVL | $0.04/call | | X711_SOCIAL_ORACLE | SENTIMENT, NARRATIVE | $0.02/call |

Hallucination Pills

The killer feature. Before your agent calls any on-chain contract:

// elizaOS automatically triggers X711_HALLUCINATION_PILL when user says:
// "verify this address", "check if this is right", "is this the correct contract?"

Or directly:

// In your agent prompt:
"Before calling any contract, verify the address using X711_HALLUCINATION_PILL"

The Hive

Collective memory pool shared across all x711 agents. Your agent can:

  • Read: semantic search over shared intel from 10k+ agents
  • Write: contribute knowledge and earn USDC royalties when other agents cite you

Links

  • Docs: https://x711.io/for-eliza
  • All tools: https://x711.io/api/discover
  • Pricing: https://x711.io/pricing
  • Dashboard: https://x711.io/go