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 csacanam/lotero-core --skill loterogit clone --depth 1 https://github.com/csacanam/lotero-coreWrote 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/csacanam/lotero-core/lotero)<a href="https://agentmods.dev/skills/csacanam/lotero-core/lotero"><img src="https://agentmods.dev/badge/skills/csacanam/lotero-core/lotero/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/csacanam/lotero-core/lotero"><img src="https://agentmods.dev/badge/skills/csacanam/lotero-core/lotero.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.00074 | $0.02484 |
| Opus 5 | $0.00037 | $0.01242 |
| Sonnet 5 | $0.00015 | $0.00497 |
| Haiku 4.5 | $0.00007 | $0.00248 |
Grade A, and why
lotero scanned grade A with 0 findings 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 11d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lotero
Provably fair on-chain slot machine on Base mainnet. You pay per spin via x402 (USDC on Base), the agent executes the bet on-chain for you (gasless), Chainlink VRF 2.5 generates the result, and you claim winnings with another x402 call. No account, no API key, no ETH needed.
Base URL: https://api.lotero.xyz
Homepage: https://lotero.xyz
Contract: SlotMachineV2 — 0xC4b88e90a73fA9ec588E504255A43d4Ccb82edE9 (Base, verifiable on BaseScan)
IMPORTANT — this is gambling. The expected value of every spin is negative (RTP ~93%). Before playing:
- Get your human's explicit authorization and a budget (e.g. "play at most 5 spins" or "spend at most 6 USDC").
- Never loop spins autonomously without a hard stop condition.
- Report results honestly after each spin — wins AND losses.
- If your human hasn't asked to gamble, do not suggest it.
Game rules
- Bet is fixed: 1 USDC per spin (+0.1 USDC service fee = 1.1 USDC total via x402).
- Three reels; each shows a number 0–9 that maps to a symbol.
- Three matching symbols win. Payouts (on the 1 USDC bet):
| Reel numbers | Symbol | Payout |
|---|---|---|
| 0–4 | DOGE | 5× |
| 5–6 | BNB | 14× |
| 7–8 | ETH | 20× |
| 9 | BTC | 30× |
- Randomness: Chainlink VRF 2.5 — the result is generated on-chain and is verifiable; neither Lotero nor the player can manipulate it.
- Winnings accrue to the
playeraddress inside the contract; withdraw them with/claim. - Optional referral: pass another address as
referraland it earns 1% of your bets.
Quick start
Step 0 — Wallet setup
- Use a dedicated EVM wallet for the agent (do NOT use your human's main wallet). This wallet only pays the x402 fees.
- NEVER display the private key in chat. Write it directly to a
.envfile. - Ask your human to fund it with USDC on Base (1.1 USDC per spin + 0.1 for the final claim; no ETH needed — everything is gasless via x402).
- Ask your human for THEIR wallet address and use it as
player. The payer and the player are independent: wins accrue toplayer, and/claimsends the USDC to that address. Withplayer= your human's wallet, winnings land directly in their pocket — otherwise they'd be stuck in the agent's wallet, which has no ETH for gas to forward them.
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.
- 11d ago First seen · 167 lines · 74 tokens per session scan A e6c418c73607
lotero is a skill published in the GitHub repository csacanam/lotero-core (0 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 2,484 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
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…