wealthville

wealthville is a skill for Claude Code, Codex from amitesh-m/wealthville-integrations. It costs 77 tokens per session (1,518 once invoked), scanned A, original, MIT.

A read-only research tool that scores liquidity pools on Solana and several EVM blockchains, where EVM means blockchains compatible with Ethereum's software.

In plain words
What is it for?
It is for checking pool scores, Enter/Hold/Exit-style verdicts, confidence, and historical accuracy before deciding whether to provide liquidity. The results are research, not financial advice.
Why use it?
It helps compare the risks and possible returns of providing liquidity without connecting to a wallet or sending a transaction.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking pool scores, Enter/Hold/Exit-style verdicts, confidence, and historical accuracy before deciding whether to provide liquidity. The results are research, not financial advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amitesh-m/wealthville-integrations/wealthville
Install

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.

Any agent
npx skills add amitesh-m/wealthville-integrations --skill wealthville
Clone the repo
git clone --depth 1 https://github.com/amitesh-m/wealthville-integrations

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for wealthville

README.md
[![agentmods](https://agentmods.dev/badge/skills/amitesh-m/wealthville-integrations/wealthville/github.svg)](https://agentmods.dev/skills/amitesh-m/wealthville-integrations/wealthville)
Your own site
<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.

agentmods 80×15 button for wealthville

Your own site · 80×15
<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>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash f6cbc7b8d89e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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
skills/wealthville/SKILL.md · 166 lines

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 curl or 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-key and 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).

Read the full file on GitHub · 166 lines

Changes

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.

  1. 10d ago First seen · 166 lines · 77 tokens per session scan A f6cbc7b8d89e

Subscribe to this mod's changes

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.

Related

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…

sendaifun/skills · 71 tokens

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…

internet-court/internet-court-skill · 89 tokens

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.

tenzro/tenzro-network · 47 tokens

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.

gblinproject/gblin-treasury-risk-regime · 62 tokens

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.

gblinproject/gblin-treasury-risk-regime · 61 tokens

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.

gblinproject/gblin-treasury-risk-regime · 54 tokens