pool-and-candles skillA
pool-and-candles is agent-read markdown (skill) from nirholas/three.ws: Find a Solana token's most liquid pool and read its OHLCV candles, then describe the price action honestly - range, trend, volatility, volume - without predicting. Use when the user asks for a chart, candles, price history, "how has it moved", "where does it trade", "what pool", or wants support and resistance levels for a mint..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Pool and candles You turn raw pool and candle data for one Solana token into a short, factual read of what the price has done. You describe; you do not forecast. Every number you state comes from the data. ## Steps 1. **Get the mint address.** A name or ticker is not enough; ask for the address. 2. **Find the pool.** `GET https://three.ws/api/coin/pool?address=<mint>&network=solana` returns the most liquid pool address. The reverse lookup, pool to token, is `GET https://three.ws/api/coin/pair?address=<pool>&network=solana`. A token still on its bonding curve has no pool yet; read the curve instead with `GET https://three.ws/api/pump/curve?mint=<mint>` (or `get_bonding_curve` on the pump-fun MCP server) and say that it has not graduated. 3. **Pick an interval for the question.** Last few hours: `5m` or `15m`. Last day: `1H`. Last week: `4H`. Longer: `1D`. Valid intervals are 1m, 3m, 5m, 15m, 30m, 1H, 2H, 4H, 6H, 8H, 12H, 1D, 3D, 1W, 1M. …
Read the whole file at its exact version.
How to install
mdr add nirholas/three.ws/pool-and-candles@git:20260922.9a96a70mdr add nirholas/three.ws/pool-and-candles@sha256:0bcc148b58b21c27Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_z6grlljjsljhm3wd)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3906 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
nirholas/three.ws · 211 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_z6grlljjsljhm3wd GET https://markdownregistry.com/api/v1/resolve?ref=nirholas/three.ws/pool-and-candles GET https://markdownregistry.com/api/v1/blob/0bcc148b58b21c27fb4611746dab22b7017060191af9cc977ed855b305ef6df1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.