← Back to Skills Marketplace
ashleyjackson

Up Bank

by Ashley Jackson · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install upbank
Description
Read-only access to Up Bank accounts, transactions, categories, and tags
Usage Guidance
This skill appears internally consistent for read-only Up Bank access, but note the publisher/source is listed as unknown and there is no homepage — you cannot verify the author from the package metadata. Before installing: (1) prefer providing the UP_API_TOKEN only at runtime (or use a short-lived token) instead of storing it globally in your shell profile; (2) restrict the token's scope and revoke it if you stop using the skill; (3) require the skill to ask for explicit approval before each API call (the SKILL.md says JIT approval is required); and (4) if you want stricter limits, disable autonomous invocation for this skill so it cannot run without you initiating it.
Capability Analysis
Type: OpenClaw Skill Name: upbank Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md, README.md) for interacting with the Up Bank API. It explicitly defines a read-only scope, mandates Just-In-Time (JIT) user approval for all API calls, and includes defensive instructions for the agent to handle tokens securely and respect rate limits. No executable code or malicious prompt injection attempts were identified.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name/description (read-only Up Bank access) match the declared requirement (UP_API_TOKEN) and the listed endpoints. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md describes only read-only API calls and explicitly requires JIT approval per request and not storing tokens. Minor inconsistency to note: the doc asks for JIT approval yet also instructs users to set UP_API_TOKEN as an environment variable—setting the env var is fine for a short-lived session but persistent global ENV storage would contradict the stated 'do not store tokens permanently' guidance.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install profile (nothing is downloaded or written to disk by the skill itself).
Credentials
Only a single credential (UP_API_TOKEN) is required, which is appropriate for the stated read-only API functionality. No other sensitive env vars or unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. Nothing requests elevated or system-wide persistence; SKILL.md discourages permanent token storage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install upbank
  3. After installation, invoke the skill by name or use /upbank
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Read-only access to Up Bank account data. - View accounts, transactions, categories, tags, and attachments (all endpoints are read-only) - Personal Access Token (`UP_API_TOKEN`) required for authentication - JIT (just-in-time) and timely user authentication enforced for security - Handles API rate limits, error scenarios, and token expiration - Provides guidance on monetary values, pagination, and privacy best practices - No write actions supported; strictly read-only access
Metadata
Slug upbank
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Up Bank?

Read-only access to Up Bank accounts, transactions, categories, and tags. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Up Bank?

Run "/install upbank" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Up Bank free?

Yes, Up Bank is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Up Bank support?

Up Bank is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Up Bank?

It is built and maintained by Ashley Jackson (@ashleyjackson); the current version is v1.0.0.

💬 Comments