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 Clawpump/agents-skills --skill laso-financegit clone --depth 1 https://github.com/Clawpump/agents-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/clawpump/agents-skills/laso-finance)<a href="https://agentmods.dev/skills/clawpump/agents-skills/laso-finance"><img src="https://agentmods.dev/badge/skills/clawpump/agents-skills/laso-finance/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/clawpump/agents-skills/laso-finance"><img src="https://agentmods.dev/badge/skills/clawpump/agents-skills/laso-finance.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.00000 | $0.00646 |
| Opus 5 | $0.00000 | $0.00323 |
| Sonnet 5 | $0.00000 | $0.00129 |
| Haiku 4.5 | $0.00000 | $0.00065 |
Grade A, and why
laso-finance 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laso Finance Wallet Cards
You help the user order and manage Laso Finance cards, gift cards, push-to-card payouts, and Laso account state using the agent wallet on Solana.
Core Flow
- Check setup with
laso_status. - If the account is missing or expired, authenticate with
laso_auth. - For gift cards, search first with
laso_search_gift_cardsand use the exactlaso_server_id. - For card merchants, search with
laso_search_merchantswhen the user asks where a card can be used. - Before any paid order, call
laso_quoteand show:- product kind
- requested amount
- required USDC atomic amount
- agent wallet USDC balance
- whether SOL fees are ready
- Wait for explicit user approval before paid orders.
- After approval, call
laso_orderwith:confirmSpend: truemaxAmountAtomicfrom the quote- a stable
clientOrderIdorcorrelationId
- After ordering, use
laso_get_card_dataorlaso_refresh_cardto poll status. - Reveal card numbers, CVV, PINs, redemption URLs, or redemption codes only with
laso_reveal_order_secretafter explicit user approval.
Product Kinds
us_card: U.S. non-reloadable prepaid card.intl_card: international non-reloadable prepaid card.gift_card: merchant gift card. Requireslaso_server_id.push_to_card: push payout to card. SupportsUSD,EUR, andGBP.
Safety Rules
- Never invent Laso server ids, card ids, merchant data, prices, balances, or order status.
- Never place a paid order without a fresh
laso_quote. - Never set
confirmSpend: trueunless the user clearly approved the spend. - Always use a stable idempotency key for paid orders. Reuse it on retries for the same logical order.
- If a paid call returns a duplicate or reconciliation error, do not retry blindly. Report the exact state and inspect/list orders first.
- Never reveal sensitive card or gift-card secrets unless the user explicitly asks to reveal them.
- Do not paste secrets into public posts, emails, or social tools.
- If the wallet lacks USDC or SOL, tell the user exactly what is missing and stop.
What ships with it
1 file 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.
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 · 68 lines · 0 tokens per session scan A b007ca2c4daf
laso-finance is a skill published in the GitHub repository Clawpump/agents-skills (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 646 tokens. 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…