revenue-tracker
Track {AGENT_NAME} income and expenses. Generate financial reports and analyze profitability across platforms.
Why use this skill?
Track income, expenses, and platform fees for your OpenClaw agent. Generate detailed financial reports and reach your growth goals with this local, privacy-focused tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/revenue-trackerWhat This Skill Does
The revenue-tracker skill provides a comprehensive financial management suite for OpenClaw agents. It enables you to systematically record, categorize, and analyze income and expenses across various digital platforms. By maintaining a local JSONL-based database, the skill offers high-performance querying and reporting without relying on external third-party finance APIs, ensuring your sensitive data remains entirely under your control.
Installation
To install this skill, use the ClawHub CLI command within your terminal:
clawhub install openclaw/skills/skills/sa9saq/revenue-tracker
Ensure that you have jq installed on your system as it is a core dependency for the skill's analytical capabilities. The skill will automatically initialize the necessary file structure in ~/.openclaw/revenue/ upon its first transaction entry.
Use Cases
This skill is ideal for freelancers, independent developers, and content creators managing diverse revenue streams. Use it to track payout delays across platforms like Coconala, Fiverr, and Upwork, or to calculate your net profit after platform-specific fees are deducted. It is also perfect for monitoring your progress toward financial milestones, such as transitioning from side-hustling to full-time independence.
Example Prompts
- "Record a new income entry of 5000 JPY from Gumroad with a 10% fee for today's web design service."
- "Show me a summary report of my net revenue and expenses for February 2026."
- "Calculate how much more income I need to reach my 300,000 JPY monthly goal for this month."
Tips & Limitations
To maximize the utility of this skill, ensure you maintain the transactions.jsonl file consistently. Because the data is stored locally, always include ~/.openclaw/revenue/ in your .gitignore file if you are syncing your agent's home directory to a public repository. Never share raw transaction data on public social media platforms to maintain privacy. Note that currency conversion is not handled automatically; if you operate with multiple currencies, it is recommended to standardize all entries into a single base currency (e.g., JPY) to ensure the jq aggregation functions work accurately. Back up your transactions.jsonl file frequently to prevent data loss.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-revenue-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.