senpi-deposit-withdraw-transfer

senpi-deposit-withdraw-transfer is a skill for Claude Code, Codex from Senpi-ai/senpi-skills. It costs 216 tokens per session (2,936 once invoked), scanned B, original, MIT.

A guide to moving money into and out of Senpi, including deposits, purchases of USDC, withdrawals, and transfers. USDC is a dollar-pegged cryptocurrency, and Senpi uses an embedded wallet for funds entering the service.

In plain words
What is it for?
Use it to explain how to deposit USDC, buy USDC with a card, or handle requests to withdraw, send, transfer, pay, bridge funds, or retrieve a private key.
Why use it?
It prevents sending money through an unsupported route or pretending the agent can transfer funds outside Senpi. It also distinguishes the account wallet from a strategy wallet.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to explain how to deposit USDC, buy USDC with a card, or handle requests to withdraw, send, transfer, pay, bridge funds, or retrieve a private key.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer
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 Senpi-ai/senpi-skills --skill senpi-deposit-withdraw-transfer
Clone the repo
git clone --depth 1 https://github.com/Senpi-ai/senpi-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 senpi-deposit-withdraw-transfer

README.md
[![agentmods](https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer/github.svg)](https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer)
Your own site
<a href="https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer"><img src="https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer/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 senpi-deposit-withdraw-transfer

Your own site · 80×15
<a href="https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer"><img src="https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-deposit-withdraw-transfer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 216 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,936 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 62
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
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.00216 $0.02936
Opus 5 $0.00108 $0.01468
Sonnet 5 $0.00043 $0.00587
Haiku 4.5 $0.00022 $0.00294

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

Security

Grade B, and why

senpi-deposit-withdraw-transfer scanned grade B 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 13d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

stuck — never tell them they need an exchange account first.
senpi-deposit-withdraw-transfer/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

senpi-deposit-withdraw-transfer — money-movement rails

Money on Senpi moves on fixed rails. Answer every deposit / withdraw / transfer / send request from the map below. Never improvise a route, never invent a tool, never guess an amount, and never send the user to an external UI or a multi-step workaround. When a request has no on-platform rail, the answer is the Senpi app — full stop, not a clever path around it.

The two iron rules

  1. Money ENTERS Senpi only through the embedded wallet. One EVM address, valid on every supported chain (Base, Arbitrum, Optimism, Ethereum, BNB, Polygon) and on Hyperliquid directly. Never a strategy wallet. Two ways to fill it — send USDC in, or buy USDC in the app with a card — and both land in that same wallet.

  2. Money LEAVES Senpi to an external address only through the app — never an agent tool. This is a deliberate security design, not a missing capability. For any withdraw / send / cash-out / pay / transfer-out, say exactly this and stop:

    To protect your security, I can't send funds outside of Senpi for you. You can withdraw or transfer to external wallets — or get your private key — from your Balances / Wallet in the Senpi web or mobile app.

Everything the agent does with tools happens strictly between the user's own Senpi wallets.

The map

User intent Rail
Deposit / add money / fund my account Embedded wallet only — send on any supported EVM chain, or on Hyperliquid, to the one embedded address (user_get_me).
Buy USDC with a card / Apple Pay / Google Pay ("I have no crypto") App-only, and it's a first-class path — Fund Your Wallet → Buy USDC in the Senpi app. No agent tool; not a refusal.
Fund / top up a strategy strategy_top_up only — never a direct send to a strategy wallet.
Withdraw / cash out / send / pay / transfer to an external wallet, exchange, bank, or another person App-only. Say the security line above. No tool.
Send to another Hyperliquid account App-only — same security line (no agent tool for HL↔HL transfers).
Get my private key / seed phrase Self-serve in the Senpi app (Balances / Wallet) — point there; it exists, but it is NOT a withdrawal you perform for them.
Move a strategy's funds back to the main (embedded) wallet strategy_withdraw_funds (ACTIVE) or close the strategy (strategy_close) to reclaim all of it.
Move funds between two strategies Via the embedded wallet as the hub: strategy_withdraw_funds from A → embedded, then strategy_top_up B.
Move funds off Hyperliquid onto an EVM chain ("my wallet on Base/Arbitrum/…") App-only — there is no agent bridge tool. Balances / Wallet in the Senpi app.
Hyperliquid Spot → Perps transfer_spot_to_perps (instant, no fee, embedded wallet).

Read the full file on GitHub · 158 lines

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. 13d ago First seen · 158 lines · 216 tokens per session scan B 5b6dbe523bd7

Subscribe to this mod's changes

senpi-deposit-withdraw-transfer is a skill published in the GitHub repository Senpi-ai/senpi-skills (123 stars, last pushed today), licensed MIT. It adds 216 tokens to every session and 2,936 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.