Bill Tracker ProOpenClaw

Bill Tracker OpenClaw Skill

Use OpenClaw to ask about your bills, account balances, and affordability.

Bring Bill Tracker data into your AI agent workflow.

What it does

  • Upcoming bills and income in the next few days
  • Account balances across all linked accounts
  • "Can I afford X?" projections over a time horizon

Installation

Install the skill from ClawHub:

clawhub install bill-tracker

Or copy/symlink the skill into ~/.openclaw/skills/ or your OpenClaw workspace /skills folder.

Configuration

Set these environment variables (or equivalent in your OpenClaw config):

  • BILL_TRACKER_URL— Bill Tracker server base URL (e.g. https://api.billtrackerpro.com)
  • BILL_TRACKER_SESSION_TOKEN— Session token (see below)

Reference: ~/.openclaw/openclaw.json under skills.entries["bill-tracker"].env

Getting a session token

Bill Tracker uses magic-link auth (no passwords). Follow these steps:

  1. Request a code — POST to /api/mcp/request-code with your email
  2. Enter the 6-digit code from the email you receive
  3. Exchange the code — POST to /api/mcp/token with that code to get sessionToken
  4. Store the returned sessionToken in BILL_TRACKER_SESSION_TOKEN

Note: Codes expire in 10 minutes. Session tokens are long-lived — no need to re-auth often.

Example questions

Try asking OpenClaw things like:

  • What are my upcoming bills?
  • What are my account balances?
  • Can I afford $500?
  • Do I have enough for a $200 purchase?

Security & privacy

  • Your token only grants access to your own data
  • Do not share tokens or store them in public places

Links & references

Ready to get started?

Install the skill, get your session token, and start asking questions.