# Sparebank1 Transfers

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-magnusrodseth-sparebank1-cli-sparebank1-transfers`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [magnusrodseth](https://agentstack.voostack.com/s/magnusrodseth)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [magnusrodseth](https://github.com/magnusrodseth)
- **Source:** https://github.com/magnusrodseth/sparebank1-cli/tree/main/skills/sparebank1-transfers

## Install

```sh
agentstack add skill-magnusrodseth-sparebank1-cli-sparebank1-transfers
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.
2. Confirm `from`, `to`, and `amount` against `sb1 accounts` before running.
3. `debit` transfers are **own-account only**, both `--from` and `--to` must be
   the user's own accounts (the CLI rejects external destinations by design).
4. If anything is ambiguous (which account, how much), stop and ask. Do not guess.

## Transfer between your own accounts

```bash
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

```bash
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

```bash
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](https://github.com/magnusrodseth)
- **Source:** [magnusrodseth/sparebank1-cli](https://github.com/magnusrodseth/sparebank1-cli)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-magnusrodseth-sparebank1-cli-sparebank1-transfers
- Seller: https://agentstack.voostack.com/s/magnusrodseth
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
