metengine-data-agent

Solid

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

AI & Automation 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MetEngine Data Agent API Real-time smart money analytics across Polymarket, Hyperliquid, and Meteora. 63 endpoints covering wallet scoring, insider detection, capital flow tracking, and position analysis. Pay per request with USDC on Solana -- no API keys, no accounts, no onboarding friction. --- ## Display Rules - **NEVER truncate or trim wallet/contract addresses.** Always show full addresses (e.g. `0x61276aba49117fd9299707d5d573652949d5c977`, not `0x6127...c977`). - This applies to all Polymarket (0x hex), Hyperliquid (0x hex), Meteora (base58), condition_ids, token_ids, pool addresses, position addresses, and transaction hashes. --- ## Skill Auto-Update This skill file may change as new endpoints are added or pricing updates. Keep it fresh by downloading the latest version weekly. **Download the latest skill file:** ```bash curl -sL https://www.metengine.xyz/skill.md -o ~/.claude/agents/metengine-data-agent.md ``` **Automate weekly updates (cron):** ```bash # Add to crontab: crontab -e 0 0 * * 0 curl -sL https://www.metengine.xyz/skill.md -o ~/.claude/agents/metengine-data-agent.md 2>/dev/null ``` **Check skill version before querying (optional):** ```bash # Compare local vs remote version LOCAL_VER=$(grep '^version:' ~/.claude/agents/metengine-data-agent.md | head -1 | tr -d '"' | awk '{print $2}') REMOTE_VER=$(curl -sL https://www.metengine.xyz/skill.md | grep '^version:' | head -1 | tr -d '"' | awk '{print $2}') [ "$LOCAL_VER" != "$REMOTE_VER" ] && curl -sL...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Listed

polymarket-api

Polymarket data toolkit via ScraperSocial — prediction market listings and current odds as clean JSON.

0 Updated 2 weeks ago
nikhonit
AI & Automation Listed

selat-capabilities-for-metamask

SELAT's capability layer for agents on a MetaMask Agent Wallet — tool use beyond the agent's native abilities, paid per call. Strongest for trading decision support on perpetuals and tokenized stocks ("what are funding rates saying", "pull Polymarket candles", "quote and technicals for this tokenized equity's underlying", "news and social sentiment on this ticker", "macro regime check") — research data only, never order execution or financial advice — and for any capability the agent lacks (web search, scraping, enrichment, real-time data, media generation). Discovers paid APIs by intent across SELAT's federated catalog and buys across rails the wallet's native x402 payer does not cover (Gateway-batched x402, routed MPP); also funds a Circle Gateway budget gaslessly and reports spend. Pays in USDC from the user's own self-custodial MetaMask Agent Wallet; every signature stays in the wallet's mm CLI; no API keys, no signups. Probe first to see live prices — nothing is signed until the user approves.

2 Updated 1 weeks ago
SELAT-AI
AI & Automation Listed

nansen

Expert assistant for Nansen API — Smart Money analytics, wallet profiling, token intelligence across 37 blockchains (EVM + Solana + Bitcoin + Hyperliquid + more). Use this skill whenever the user wants to: find what smart money / funds are buying/selling, analyze a wallet's PnL, trade history, or counterparties, screen tokens with Nansen Score, track holders / flows / DEX trades on a specific token, research smart money on Hyperliquid perpetuals, follow Jupiter DCAs, or cross-chain institutional wallet research. Trigger even without "Nansen" keyword — any request involving "smart money", "what funds are doing", "wallet PnL analysis", "Nansen Score", "institutional flows" applies here. Enforces credit budget awareness (1 vs 5 vs 150 credit endpoints differ by 150×) and multi-key / x402 fallback.

2 Updated yesterday
Vo1ganin