AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sparebank1 Transfers

skill-magnusrodseth-sparebank1-cli-sparebank1-transfers · by magnusrodseth

Move money with the `sb1` CLI (SpareBank 1), transfer between the user's own accounts, pay a credit card, or pay into a pension policy. Use when a user explicitly asks to transfer/move money, pay a credit card, or fund a pension via sb1. Handles the confirmation flow safely.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-magnusrodseth-sparebank1-cli-sparebank1-transfers

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-magnusrodseth-sparebank1-cli-sparebank1-transfers)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sparebank1 Transfers? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

sparebank1-transfers

Money-movement workflows for SpareBank 1 via sb1. Read [sparebank1-shared](../sparebank1-shared/SKILL.md) first.

⚠ Transfers are real and irreversible. Treat every transfer as high-stakes.

Safety rules (follow exactly)

  1. Never pass -y/--yes unless the user has explicitly confirmed the exact

amount and destination in this conversation. Prefer letting the CLI's own confirmation prompt show, and surface its summary to the user.

  1. Confirm from, to, and amount against sb1 accounts before running.
  2. debit transfers are own-account only, both --from and --to must be

the user's own accounts (the CLI rejects external destinations by design).

  1. If anything is ambiguous (which account, how much), stop and ask. Do not guess.

Transfer between your own accounts

sb1 transfer debit --from Brukskonto --to Sparekonto --amount 250
sb1 transfer debit --from Brukskonto --to Sparekonto --amount 250 --message "Sparing"

The CLI prints a summary and asks Proceed? [y/N]. Amounts accept 250, 250.50, or 250,50. Optional --due-date YYYY-MM-DD schedules it.

Pay a credit card

sb1 transfer creditcard --from Brukskonto --credit-card-id  --amount 500

--credit-card-id is the credit card account id (find it via sb1 accounts --all). The payment posts as a payment, so the card balance may update the next business day.

Pay into a pension policy

sb1 transfer pension --from Brukskonto --policy-number  --amount 500

Non-interactive use

Only when the user has clearly authorized the specific transfer, you may add -y to skip the prompt. Always echo back exactly what you ran (from / to / amount) afterwards, and report the returned paymentId and any warnings.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.