Releases: SyntaxFear/bog-banking-skill
Releases · SyntaxFear/bog-banking-skill
Release list
v1.1.0 — bog-banking-skill + guided onboarding
Changed
- Renamed
bog-banking→bog-banking-skillso it's clearly tool-agnostic (Claude Code, Codex, and anySKILL.mdagent — not just Claude). Install path is now~/.claude/skills/bog-banking-skill/and~/.agents/skills/bog-banking-skill/; re-run the installer to move to the new location.
Added
- Guided onboarding — on first use the agent walks you step by step through getting your BOG API keys (log in at
bonline.bog.ge→admin/api→ Add new → Client Credentials Flow → confirm with OTP → copy Client ID / Client Secret), saving them, and making your first live balance call. - New
reference/getting-credentials.mdwith the full click-by-click credential walkthrough.
Notes
- Local credential storage is unchanged (Keychain
bog-business-online,~/.config/bog-banking/) — existing setups keep working after the rename.
Install:
curl -fsSL https://raw.githubusercontent.com/SyntaxFear/bog-banking-skill/main/install.sh | BOG_SKILL_REF=v1.1.0 bashv1.0.0 — first production release
bog-banking v1.0.0 — a read-only Bank of Georgia Business Online banking skill for AI coding agents (Claude Code, Codex, and any SKILL.md-compatible agent).
Install
```bash
curl -fsSL https://raw.githubusercontent.com/SyntaxFear/claude-bog-banking/main/install.sh | bash
```
Pin this version: append `| BOG_SKILL_REF=v1.0.0 bash`.
Highlights
- Conversational setup — enter Client ID/Secret, then add account IBANs one at a time; currencies auto-detected.
- Capabilities — balance, statements (V2, auto-paginated), today's activity, FX rates — across all accounts & currencies by default.
- Persistent multi-account — add / remove / list IBANs.
- Read-only — never moves money, creates payments, or signs anything.
Security
- Credentials in the macOS Keychain or a 0600 file — never in the repo, logs, or `ps`/argv.
- HTTPS-only to allowlisted BOG hosts; authenticated calls don't follow redirects; strict IBAN/currency/date validation.
- Independent multi-agent adversarial audit — no credential-leak findings.
See CHANGELOG.md. Not affiliated with Bank of Georgia.