← Back to Skills Marketplace
gdp6539

Business Income Tracker

by gdp6539 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install business-income-tracker
Description
Track daily income and expenses, auto-calculate weekly/monthly ROI, monitor channels, and compare expected vs actual business revenue.
README (SKILL.md)

Passive Income Tracker - 被动收入追踪器

每日 09:00 更新收入/支出记录,周/月 ROI 自动计算。包含渠道追踪、预期收入管理、实际收款记录。决策质量提升,遗漏减少 80%。


触发条件

  • 用户提到 "收入追踪" 或 "支出记录"
  • 用户提到 "ROI 计算" 或 "收入统计"
  • 每日 09:00 自动检查 (手动自动化)

核心指令

1. 每日记录

  • 收入:金额/来源/日期
  • 支出:金额/类别/日期

2. 周/月汇总

  • 自动计算总收入/支出
  • ROI = (收入 - 支出) / 支出
  • 渠道状态追踪

3. 预期 vs 实际

  • 预期收入追踪
  • 实际收款记录
  • 差异分析

输出格式

## 收入追踪报告 - {日期}

### 今日记录
- 收入:¥{N} ({来源})
- 支出:¥{N} ({类别})

### 本周汇总
- 总收入:¥{N}
- 总支出:¥{N}
- ROI: {N.N}x

### 渠道状态
- {渠道 1}: ¥{N} (预期¥{N})
- {渠道 2}: ¥{N} (预期¥{N})

版本信息

  • 版本: 1.0.0
  • 定价: ¥210 ($29)
  • 分类: Business/Finance

完整模板见 references/templates.md

Usage Guidance
This skill is internally coherent and implements only simple, local income/expense tracking and ROI calculation. Before installing, consider: (1) provenance — the source/homepage is unknown and the skill is paid, so verify the seller if you care about supply-chain trust; (2) data handling — the skill contains no storage backend or encryption, so decide where/ how financial data will be stored (agent memory, user-provided files, external storage) and avoid entering highly sensitive account credentials; and (3) automation expectations — SKILL.md mentions an automatic daily check but there's no scheduler in the package, so you must provide or permit the agent/host to run it on schedule. If those points are acceptable, installing and using this skill appears low-risk.
Capability Analysis
Type: OpenClaw Skill Name: business-income-tracker Version: 1.0.0 The skill bundle is a straightforward financial tracking tool for income, expenses, and ROI calculations. The Python script (scripts/tracker.py) contains simple arithmetic logic without any external dependencies, network access, or file system operations, and the agent instructions (SKILL.md) are strictly aligned with the stated purpose of tracking business metrics.
Capability Assessment
Purpose & Capability
Name/description (income/expense tracking, ROI) align with the provided SKILL.md, README, templates, and the small Python script which implements simple ROI calculations. No unrelated capabilities or requirements are present.
Instruction Scope
SKILL.md stays on-topic (daily records, weekly/monthly summaries, channel comparison, output template). It mentions a daily 09:00 automatic check but provides no scheduling/remote endpoints — this is an operational note (the agent or host must implement scheduling). The instructions do not request reading unrelated files or credentials.
Install Mechanism
No install spec is present (instruction-only with a small included script). Nothing is downloaded or written to disk by an installer spec, so install risk is low.
Credentials
No required environment variables, binaries, or config paths are declared and none are referenced in code or SKILL.md. The skill does not ask for secrets or external service credentials.
Persistence & Privilege
always:false and no code that modifies other skills or system-wide settings. The skill does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-income-tracker
  3. After installation, invoke the skill by name or use /business-income-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Passive Income Tracker. - Tracks daily income and expenses with 09:00 scheduled updates. - Automatically calculates weekly/monthly ROI based on income and expense data. - Supports channel/source tracking, expected vs. actual income management, and variance analysis. - Provides structured Markdown report outputs for easy review. - Reduces missed entries by 80% and improves decision quality.
Metadata
Slug business-income-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Business Income Tracker?

Track daily income and expenses, auto-calculate weekly/monthly ROI, monitor channels, and compare expected vs actual business revenue. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.

How do I install Business Income Tracker?

Run "/install business-income-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Business Income Tracker free?

Yes, Business Income Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Business Income Tracker support?

Business Income Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Business Income Tracker?

It is built and maintained by gdp6539 (@gdp6539); the current version is v1.0.0.

💬 Comments