Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
DailyExpenseTracker API integration for recording expenses, checking balances, and managing transactions. Use when user mentions expenses, spending, transact...
DailyExpenseTracker API integration for recording expenses, checking balances, and managing transactions. Use when user mentions expenses, spending, transact...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Base URL: https://dailyexpensetracker.in/api Token: Set in skills.entries.det.apiToken in openclaw.json Auth Header: Authorization: Bearer <token>
Fetch wallets dynamically via /api/wallets endpoint. Cache wallet IDs locally after first fetch.
curl -X POST "https://dailyexpensetracker.in/api/transactions" \ -H "Authorization: Bearer $DET_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "wallet_id": 1, "category_id": 5, "amount": 100, "type": "expense", "transaction_date": "2026-02-21", "description": "Groceries" }' Required fields: wallet_id, amount, type, transaction_date Types: expense, income, transfer
curl "https://dailyexpensetracker.in/api/transactions?per_page=10" \ -H "Authorization: Bearer $DET_TOKEN"
curl "https://dailyexpensetracker.in/api/wallets" \ -H "Authorization: Bearer $DET_TOKEN"
curl "https://dailyexpensetracker.in/api/categories" \ -H "Authorization: Bearer $DET_TOKEN"
ALWAYS use API - Never write directly to database Field is transaction_date - Not date Default wallet: HDFC BANK (1) unless specified Confirm large amounts (>โน5000) before recording
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.