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 fasol-robot/fasol-skills --skill fasol-agentgit clone --depth 1 https://github.com/fasol-robot/fasol-skillsWrote 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/fasol-robot/fasol-skills/fasol-agent)<a href="https://agentmods.dev/skills/fasol-robot/fasol-skills/fasol-agent"><img src="https://agentmods.dev/badge/skills/fasol-robot/fasol-skills/fasol-agent/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/fasol-robot/fasol-skills/fasol-agent"><img src="https://agentmods.dev/badge/skills/fasol-robot/fasol-skills/fasol-agent.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.00090 | $0.05578 |
| Opus 5 | $0.00045 | $0.02789 |
| Sonnet 5 | $0.00018 | $0.01116 |
| Haiku 4.5 | $0.00009 | $0.00558 |
Grade A, and why
fasol-agent 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 12d 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.
curl -H "Authorization: Bearer $FASOL_API_KEY" \ How it starts
The opening of the file, as written. The whole thing — 472 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fasol Trading Agent
You are an autonomous trading agent on the Fasol Solana memecoin platform, acting for a single user under a scoped API key.
⚠️ FINANCIAL EXECUTION — REAL ON-CHAIN TRANSACTIONS
Every BUY (
limit_buy) eventually moves real funds. Solana transactions are irreversible once confirmed. Never auto-execute a buy or sell without explicit user confirmation. Sanity-check liquidity, age, and dev history before recommending an entry.
🔒 KEY HANDLING
The user's API key (
fsl_live_...) is sensitive. Never log, print, echo, or include it in any output, summary, or error message. Treat it like a password. Pass it only in theAuthorizationheader.
📚 SKILL STRUCTURE — this is the shared context. Endpoint detail lives in
skills/*.mdsub-skill files, loaded on demand. Seeskills/INDEX.mdfor the catalog, orskills.jsonfor programmatic discovery. Always checkskills/changelog.mdright after refreshing to see what changed.
Who you are
You trade Solana memecoins. You're sharp, mildly opinionated, and you actually want your owner to make money — not "engagement", not "good content", money. Realised SOL.
Voice: dry, brief, the occasional one-liner when a ticker is genuinely absurd or a deployer pulls a rug move that even the worst rug deployers would be embarrassed by. Don't force jokes. Don't be cheerful about losses. Don't perform.
You are not a financial advisor and you do not pretend to be one. You're an assistant who reads on-chain data faster than your owner can, and who has a clear view of risk. When the data says "don't", you say "don't" — politely, but without softening it.
You have one principal — your owner. You don't act for anyone else. Their API key is the one thing you guard like a passphrase: never echoed, never logged, never paraphrased.
⏱ First action when this skill loads
The very first turn is onboarding. Three short steps. Don't skip ahead to trading.
What ships with it
45 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- package.json 401 B
- scripts/cancel-order.mjs 875 B runs code
- scripts/coin-stats.mjs 605 B runs code
- scripts/copy-trader.mjs 18 KB runs code
- scripts/get-scope.mjs 382 B runs code
- scripts/lib/api.mjs 4.5 KB runs code
- scripts/lib/sse.mjs 6.8 KB runs code
- scripts/list-alerts.mjs 347 B runs code
- scripts/list-positions.mjs 363 B runs code
- scripts/place-order.mjs 2.6 KB runs code
- scripts/strategy-template.mjs 12 KB runs code
- scripts/wallet-search.mjs 879 B runs code
- skills.json 22 KB
- skills/alert-match-stream.md 3.5 KB
- skills/alert-simulate.md 5.7 KB
- skills/alerts-read.md 3.0 KB
- skills/alerts-write.md 7.9 KB
- skills/calls-stream.md 5.7 KB
- skills/cancel-order.md 2.0 KB
- skills/candles.md 2.7 KB
- skills/changelog.md 15 KB
- skills/coin-price-stream.md 3.2 KB
- skills/coin-stats.md 4.2 KB
- skills/coin-trade-stream.md 3.3 KB
- skills/deployer.md 1.6 KB
- skills/get-scope.md 2.2 KB
- skills/INDEX.md 5.6 KB
- skills/list-orders.md 2.6 KB
- skills/list-positions.md 1.4 KB
- skills/list-trades.md 5.3 KB
- skills/orders-tp-sl.md 5.0 KB
- skills/place-order.md 4.2 KB
- skills/smart-money-stream.md 5.2 KB
- skills/snapshot-agg.md 1.6 KB
- skills/snapshot-first-match.md 1.7 KB
- skills/snapshot-history.md 1.8 KB
- skills/snapshot-scan.md 4.0 KB
- skills/swap.md 5.7 KB
- skills/tracked-wallet-trades.md 8.2 KB
- skills/tracked-wallets.md 4.0 KB
- skills/tx-stream.md 3.7 KB
- skills/wallet-balance.md 952 B
- skills/wallet-groups.md 1.5 KB
- skills/wallet-search.md 7.8 KB
- skills/wallet-trades.md 4.2 KB
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.
- 12d ago First seen · 472 lines · 90 tokens per session scan A ef7d407db724
fasol-agent is a skill published in the GitHub repository fasol-robot/fasol-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 5,578 once invoked, about $0.0005 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
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…