animation-reverse-engi…
Reverse-engineer any motion reference (a video from X/Twitter, Dribbble, a screen recording, a GIF) into production animation code through frame-level…
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.
$ npx -y skills add sendaifun/skills --skill metengine --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/metengineContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: metengine-data-agent
version: "1.0.0"
description: "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."
base_url: "https://agent.metengine.xyz"
payment_protocol: "x402"
payment_network: "solana-mainnet"
payment_currency: "USDC"
auth: "none (payment IS auth)"
free_endpoints:
- "GET /health"
- "GET /api/v1/pricing"
health_check: "https://agent.metengine.xyz/health"
pricing_endpoint: "https://agent.metengine.xyz/api/v1/pricing"
total_endpoints: 63
platforms:
- name: "Polymarket"
url: "https://polymarket.com"
endpoints: 27
domain: "prediction markets"
- name: "Hyperliquid"
url: "https://hyperliquid.xyz"
endpoints: 18
domain: "perpetual futures"
- name: "Meteora"
url: "https://meteora.ag"
endpoints: 18
domain: "Solana LP/AMM"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.
---
---
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:**
curl -sL https://www.metengine.xyz/skill.md -o ~/.claude/agents/metengine-data-agent.md
**Automate weekly updates (cron):**
# 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):**
# 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 https://www.metengine.xyz/skill.md -o ~/.claude/agents/metengine-data-agent.mdAgents SHOULD check for updates at the start of a new session if more than 7 days have passed since the last update.
---
Before making ANY API call, check for a memory file at:
~/.claude/agents/metengine-memory.md
This file persists across sessions and stores everything needed to skip setup and make faster queries. **If the memory file exists, read it first.** It will tell you:
1. **Wallet configuration** -- path to the Solana keypair, public address, whether SOL/USDC balances were verified 2. **Package status** -- whether `@x402/core`, `@x402/svm`, `@solana/kit` are already installed and where 3. **Client bootstrap** -- a working code snippet from the last successful query (copy-paste ready) 4. **Endpoint learnings** -- which endpoints worked, which timed out, which fallbacks were used 5. **Pricing cache** -- last-fetched pricing schedule (avoids re-reading the full pricing section)
Create or update `~/.claude/agents/metengine-memory.md` using this template:
# MetEngine Session Memory <!-- Auto-maintained by agents. Do not delete. --> ## Last Updated YYYY-MM-DD HH:MM UTC ## Skill Version <version from frontmatter> ## Wallet - keypair_path: ~/.config/solana/id.json - public_address: <base58 pubkey -- NEVER store the private key> - sol_balance_ok: true/false - usdc_balance_ok: true/false - last_balance_check: YYYY-MM-DD ## Packages - installed: true/false - install_dir: <path where bun add was run> - packages: @x402/core, @x402/svm, @solana/kit - bun_version: <version> ## Client Bootstrap <!-- Paste the minimal working paidFetch setup here after first successful call --> ```typescript // <paste the one-time setup + paidFetch function that worked>
<!-- Append after each session. Keep the last 10 entries. --> | Date | Endpoint | Status | Latency | USDC Cost | Notes | |------|----------|--------|---------|-----------|-------|
<!-- Record which fallbacks were needed --> | Endpoint | Issue | Fallback Used | |----------|-------|---------------|
<!-- Record runtime surprises so future sessions avoid them -->
### Memory Update Rules Agents MUST update the memory file: 1. **After first successful setup** -- Record wallet path, public address, installed packages, working bootstrap code 2. **After every API call** -- Append to Endpoint History (keep last 10 rows, prune older) 3. **When a fallback is used** -- Record in Fallbacks Learned 4. **When a new quirk is discovered** -- Record in Quirks Encountered 5. **At session end** -- Update `Last Updated` timestamp ### How Memory Saves Tokens | Without Memory | With Memory | Token Savings | |---------------|-------------|---------------| | Read full skill file (2400 lines) to find setup instructions | Skip to Client Bootstrap section | ~80% fewer setup tokens | | Trial-and-error wallet detection | Read wallet path from memory | ~500 tokens saved | | Install packages every session | Check `installed: true`, skip | ~200 tokens saved | | Hit known-broken endpoint, get 504, try fallback | Check Fallbacks Learned, use fallback directly | ~1000 tokens saved per avoided failure | | Re-discover quirks through errors | Check Quirks Encountered | ~300 tokens saved per quirk | ### Quick Start for Returning Agents If `~/.claude/agents/metengine-memory.md` exists:
1. Read memory file 2. If wa
AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.
Repo: sendaifun/skills
Reverse-engineer any motion reference (a video from X/Twitter, Dribbble, a screen recording, a GIF) into production animation code through frame-level…
Build and debug encrypted Solana applications with Arcium — data stays private during computation, no single party sees it. Use when writing Arcis circuits…
Complete Birdeye API integration for real-time DeFi data across Solana and 15 other chains. Use for token prices, OHLCV charts, market discovery, on-chain…
Build on Solana with Carbium infrastructure — bare-metal RPC, Standard WebSocket pubsub, gRPC Full Block streaming (~22ms), DEX aggregation via CQ1 engine…
Complete CoinGecko Solana API integration for token prices, DEX pool data, OHLCV charts, trades, and market analytics. Use for building trading bots, portfolio…
Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and…