laso-finance

laso-finance is a skill for Claude Code, Codex from Clawpump/agents-skills. It costs 0 tokens per session (646 once invoked), scanned A, original, MIT.

A helper for ordering and managing Laso Finance cards, gift cards, push-to-card payments, and account status through an agent wallet on Solana, a blockchain network.

In plain words
What is it for?
Use it to check a Laso account, find merchants or gift cards, request quotes, place approved orders, and retrieve card or payout information.
Why use it?
It guides account setup, product searches, price checks, payment approval, order tracking, and controlled display of sensitive card details.

Skill for Claude CodeCodex

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

Good fit Use it to check a Laso account, find merchants or gift cards, request quotes, place approved orders, and retrieve card or payout information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clawpump/agents-skills/laso-finance
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 Clawpump/agents-skills --skill laso-finance
Clone the repo
git clone --depth 1 https://github.com/Clawpump/agents-skills

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 laso-finance

README.md
[![agentmods](https://agentmods.dev/badge/skills/clawpump/agents-skills/laso-finance/github.svg)](https://agentmods.dev/skills/clawpump/agents-skills/laso-finance)
Your own site
<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.

agentmods 80×15 button for laso-finance

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 646 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00646
Opus 5 $0.00000 $0.00323
Sonnet 5 $0.00000 $0.00129
Haiku 4.5 $0.00000 $0.00065

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

Security

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.

skills/laso-finance/SKILL.md · 68 lines

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

  1. Check setup with laso_status.
  2. If the account is missing or expired, authenticate with laso_auth.
  3. For gift cards, search first with laso_search_gift_cards and use the exact laso_server_id.
  4. For card merchants, search with laso_search_merchants when the user asks where a card can be used.
  5. Before any paid order, call laso_quote and show:
    • product kind
    • requested amount
    • required USDC atomic amount
    • agent wallet USDC balance
    • whether SOL fees are ready
  6. Wait for explicit user approval before paid orders.
  7. After approval, call laso_order with:
    • confirmSpend: true
    • maxAmountAtomic from the quote
    • a stable clientOrderId or correlationId
  8. After ordering, use laso_get_card_data or laso_refresh_card to poll status.
  9. Reveal card numbers, CVV, PINs, redemption URLs, or redemption codes only with laso_reveal_order_secret after 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. Requires laso_server_id.
  • push_to_card: push payout to card. Supports USD, EUR, and GBP.

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: true unless 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.

Read the full file on GitHub · 68 lines

Files

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.

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. 11d ago First seen · 68 lines · 0 tokens per session scan A b007ca2c4daf

Subscribe to this mod's changes

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.