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.
Maintainers
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-x711Setup
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
