Skip to content

Releases: SyntaxFear/bog-banking-skill

v1.1.0 — bog-banking-skill + guided onboarding

Choose a tag to compare

@SyntaxFear SyntaxFear released this 20 Jun 12:07

Changed

  • Renamed bog-bankingbog-banking-skill so it's clearly tool-agnostic (Claude Code, Codex, and any SKILL.md agent — 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.geadmin/apiAdd newClient Credentials Flow → confirm with OTP → copy Client ID / Client Secret), saving them, and making your first live balance call.
  • New reference/getting-credentials.md with 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 bash

v1.0.0 — first production release

Choose a tag to compare

@SyntaxFear SyntaxFear released this 09 Jun 17:01

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.