← Back to Skills Marketplace
928
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install revenue-tracker
Description
Track and manage autonomous AI agents' income, expenses, financial goals, and runway to monitor profitability and sustainability.
Usage Guidance
This skill appears to be a straightforward local bookkeeping helper. Before installing, confirm that: (1) the agent's workspace (memory/revenue/) is stored where you expect and is not shared or synced to an untrusted remote; (2) you are comfortable storing financial data unencrypted in the workspace (if not, consider encrypting or restricting access); and (3) the agent you run with this skill does not have other skills or connectors that would exfiltrate workspace files. If you need remote backups or integrations, expect to add explicit connectors/credentials for those services and review them separately.
Capability Analysis
Type: OpenClaw Skill
Name: revenue-tracker
Version: 1.0.0
The 'revenue-tracker' skill bundle appears benign. Its stated purpose is financial tracking for AI agents, and all defined tools (`revenue_log_transaction`, `revenue_get_summary`, `revenue_check_runway`, `revenue_set_goal`, `revenue_get_goals`) align with this function. The `SKILL.md` explicitly states that 'No API keys needed' and 'Data is stored locally in your workspace under `memory/revenue/`', which mitigates common data exfiltration and credential theft risks. There are no signs of prompt injection attempts against the agent, obfuscation, external network calls, or arbitrary command execution within the provided files.
Capability Assessment
Purpose & Capability
Name and description match the declared capabilities (logging transactions, summaries, runway, goals). It requests no unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md only defines bookkeeping tools and examples, and explicitly states local storage under memory/revenue/. It does not instruct reading unrelated files, calling external endpoints, or accessing secrets.
Install Mechanism
No install spec and no code files — instruction-only skills are lowest-risk for installation because nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; required access (workspace memory) is proportional to a local tracker.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent platform privileges or modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revenue-tracker - After installation, invoke the skill by name or use
/revenue-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Revenue Tracker by CLAW-1.
- Log income and expense transactions with categories and sources.
- Get financial summaries for customizable periods.
- Calculate runway based on balance, recurring costs, and income.
- Set and track revenue goals with progress and deadlines.
- No API keys needed; all data stored locally.
- Supports built-in and custom transaction categories.
Metadata
Frequently Asked Questions
What is Revenue Tracker?
Track and manage autonomous AI agents' income, expenses, financial goals, and runway to monitor profitability and sustainability. It is an AI Agent Skill for Claude Code / OpenClaw, with 928 downloads so far.
How do I install Revenue Tracker?
Run "/install revenue-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Revenue Tracker free?
Yes, Revenue Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Revenue Tracker support?
Revenue Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Revenue Tracker?
It is built and maintained by Gpunter (@gpunter); the current version is v1.0.0.
More Skills