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-trackerOr 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:
- Request a code — POST to
/api/mcp/request-codewith your email - Enter the 6-digit code from the email you receive
- Exchange the code — POST to
/api/mcp/tokenwith that code to getsessionToken - Store the returned
sessionTokeninBILL_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
- OpenClaw
- Bill Tracker Pro
- Download the app (App Store)
- ClawHub — Add link when the skill is published (e.g. clawhub.ai/...)
Ready to get started?
Install the skill, get your session token, and start asking questions.