Install
$ agentstack add skill-magnusrodseth-sparebank1-cli-sparebank1-transfers ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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)
- Never pass
-y/--yesunless 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.
- Confirm
from,to, andamountagainstsb1 accountsbefore running. debittransfers are own-account only, both--fromand--tomust be
the user's own accounts (the CLI rejects external destinations by design).
- 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.
- Author: magnusrodseth
- Source: magnusrodseth/sparebank1-cli
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.