Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add amitesh-m/wealthville-integrations --skill wealthvillegit clone --depth 1 https://github.com/amitesh-m/wealthville-integrationsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/amitesh-m/wealthville-integrations/wealthville)<a href="https://agentmods.dev/skills/amitesh-m/wealthville-integrations/wealthville"><img src="https://agentmods.dev/badge/skills/amitesh-m/wealthville-integrations/wealthville/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/amitesh-m/wealthville-integrations/wealthville"><img src="https://agentmods.dev/badge/skills/amitesh-m/wealthville-integrations/wealthville.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00077 | $0.01518 |
| Opus 5 | $0.00039 | $0.00759 |
| Sonnet 5 | $0.00015 | $0.00304 |
| Haiku 4.5 | $0.00008 | $0.00152 |
Grade A, and why
wealthville scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- It installs no software and runs no shell bootstrap. Use `curl` or any HTTP How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WealthVille — liquidity-pool scoring
Answer "should I put liquidity in this pool?" with a number, a verdict, and the evidence for how often that verdict has been right.
Covers ~68,800 Solana pools (Meteora DLMM, Orca Whirlpool, Raydium AMM/CLMM/CPMM) and 575 EVM pools across Ethereum, Arbitrum, Base, Optimism, Polygon and BSC (Uniswap v2/v3/v4, Aave, Morpho, Pendle, Curve, Compound, Aerodrome).
Safety and scope
This skill is read-only. It performs GET requests against a public HTTP API
and nothing else.
- It never builds, signs, simulates or sends a transaction.
- It never asks for a seed phrase, private key, or wallet connection. There is nothing for it to ask for — the API takes no authentication.
- It installs no software and runs no shell bootstrap. Use
curlor any HTTP client you already trust. - No API key is required. A free partner key raises the rate limit from 60 to
600 requests/minute; it is sent as
x-api-keyand grants no extra data.
Everything below is public information. Treat the output as research, not advice: the scores are a model's opinion, and the track record exists precisely because that opinion is wrong a meaningful fraction of the time.
When to use this
Use it when the user asks any of:
- "Is this pool worth LPing into?" (they give a pool address)
- "What are the best pools right now?" (ranked list)
- "What's the current signal feed?" (recent ENTER/EXIT calls)
- "How accurate are these scores?" (track record — always offer this when the user is about to act on a verdict)
Do not use it to price a token, quote a swap, or read a wallet balance. It scores pools; it is not a market-data or portfolio API.
API
Base URL: https://wealthville.net/api/v1
1. Score one pool
GET /scores/{poolAddress}
curl -s "https://wealthville.net/api/v1/scores/Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE"
Returns the composite WealthVille score (0-100), the verdict, calibrated confidence, and the component scores (farmer / risk / scout).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 166 lines · 77 tokens per session scan A f6cbc7b8d89e
wealthville is a skill published in the GitHub repository amitesh-m/wealthville-integrations (0 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 1,518 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ct-alpha
Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool…
pnp-markets-solana
Create, trade, and settle permissionless prediction markets on Solana. Use when building prediction market infrastructure, creating social media markets (Twitter/YouTube/DeFiLlama), setting up custom oracle resolution, P2P betting, or autonomous agent-driven forecasting. Supports V2 AMM, P2P (V3), and custom oracle…
solana-defi
Solana DeFi skill — swap tokens via Jupiter, get prices, stake SOL, query balances, transfer SPL tokens, browse NFTs via Metaplex DAS, resolve .sol domains, and monitor network health.
base-agent-treasury
Use when building or advising on treasury management for an AI agent on Base mainnet. Covers when to hold USDC, when to use GBLIN treasury-backed index, when to use Morpho or Aave lending, and how to choose based on treasury size and revenue pattern.
x402-paywall-pattern
Use when the user wants to monetize an MCP server, HTTP API, or AI agent endpoint with x402 micropayments. Covers HTTP 402 response structure, EIP-3009 USDC payment flow, Base mainnet integration, and optional auto-treasury hook.
crash-shield-risk-management
Use when an AI agent needs to react to market crashes or extreme volatility. Covers reading GBLIN's Crash Shield signal as a public bear-market indicator, conservative actions to take when activated, and how to combine with other risk signals.