Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

doctorclaw-expense-trackerDoctorclaw 费用跟踪器

Agent Skill

doctorclaw-expense-tracker 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,608

周安装

67

GitHub Stars

1

下载量

536
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:doctorclaw-expense-tracker(Doctorclaw 费用跟踪器)
来源仓库:https://github.com/ceobotson-bot/doctorclaw-expense-tracker
安装命令:
openclaw skills install doctorclaw-expense-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install doctorclaw-expense-tracker

简介

记录日常开支并按类别统计预算执行情况,支持月度报告生成。

  • 适合个人财务记账或小型团队成本管控场景使用。
  • 可设置阈值预警超支项目,并通过定时任务自动汇总数据。
  • 涉及金额录入时应注意数据来源准确性,定期核对账单防止重复计数。
  • doctorclaw-expense-tracker 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
doctorclaw-expense-tracker
description
Expense tracker — log expenses, categorize by type, track against budget, flag overspending. Monthly cron or on-demand.
version
1.0.0
tags
[expenses, finance, budget, tracking, automation]
metadata
clawdbot
emoji
🧾
source
author
DoctorClaw
url
https://www.doctorclaw.ceo

Expense Tracker

Know where your money goes. This skill logs your business expenses, categorizes them automatically, tracks spending against your budget, and flags when you're overspending in any category — so tax time is easy and budget surprises are rare.

Run it monthly for a full report, or log expenses on the fly throughout the month.

What You Get

  • Expenses logged and categorized by type (software, marketing, travel, meals, etc.)
  • Budget tracking with real-time remaining balance per category
  • Overspending alerts when you approach or exceed budget limits
  • Monthly expense report with totals, trends, and top categories
  • Tax-ready categorization for easy handoff to your accountant
  • Receipt/note attachment for each expense entry

Setup

Required

  • Expense log — A CSV file, Google Sheet, or any structured list your agent can read and write to. Columns: date, description, amount, category, notes.

Optional (but recommended)

  • Budget file — Monthly budget with limits per category (if not set, the agent will track without limits)
  • Bank/card integration — connect to Plaid, bank CSV exports, or credit card statements for auto-import
  • Receipt storage — folder for receipt photos/PDFs referenced by expense entries
  • Delivery channel — Telegram/Discord for budget alerts and monthly reports

Configuration

Tell your agent:

  1. Expense log location — file path or Google Sheet URL
  2. Budget limits — monthly budget per category (e.g., Software: $200, Marketing: $500)
  3. Categories — your expense categories (defaults: Software/SaaS, Marketing, Travel, Meals, Office, Professional Services, Education, Miscellaneous)
  4. Alert threshold — when to warn about overspending (default: 80% of category budget)
  5. Report schedule — when to generate monthly report (default: 1st of each month)
  6. Currency — your currency (default: USD)
  7. Tax categories — map your categories to tax deduction types if needed

How It Works

Step 1: Log Expenses

When user says "log an expense" or provides expense info:

  • Parse: amount, description, date (default: today), category (auto-detect or ask)
  • Auto-categorize based on description keywords:

- "Slack", "Notion", "AWS", "subscription" → Software/SaaS - "Facebook ads", "Google ads", "sponsorship" → Marketing - "flight", "hotel", "Uber", "gas" → Travel - "lunch", "dinner", "coffee", "restaurant" → Meals - "office supplies", "desk", "monitor" → Office - "lawyer", "accountant", "consultant" → Professional Services - "course", "book", "conference" → Education

  • Append to expense log with timestamp
  • Show running total for the category this month

Step 2: Track Against Budget

For each category with a budget limit:

  • Calculate: spent this month, remaining budget, percentage used
  • If approaching threshold (80%): send a warning
  • If exceeded: send an alert with amount over budget

Step 3: Generate Monthly Report

🧾 Expense Report — [Month Year]

💵 MONTHLY SUMMARY
Total spent: $[X] | Budget: $[X] | Remaining: $[X]
[X]% of total budget used

📊 BY CATEGORY
| Category           | Spent    | Budget   | Remaining | Status |
|---|---|---|---|---|
| Software/SaaS      | $420     | $500     | $80       | 🟡 84% |
| Marketing          | $1,200   | $1,500   | $300      | 🟡 80% |
| Travel             | $350     | $400     | $50       | 🟡 88% |
| Meals              | $180     | $300     | $120      | 🟢 60% |
| Office             | $0       | $200     | $200      | 🟢 0%  |
| Professional Svcs  | $500     | $500     | $0        | 🔴 100%|
| Education          | $49      | $200     | $151      | 🟢 25% |
| Miscellaneous      | $75      | $100     | $25       | 🟡 75% |

⚠️ ALERTS
• Professional Services at 100% — $500 of $500 used
• Travel at 88% — only $50 remaining
• Software approaching limit — $80 remaining

📋 TOP EXPENSES THIS MONTH
1. Marketing consultant — $500 (Professional Svcs)
2. Facebook Ads — $600 (Marketing)
3. Google Ads — $400 (Marketing)
4. Flight to NYC — $280 (Travel)
5. Annual Notion plan — $120 (Software)

📈 TRENDS
• Spending is [up/down] [X]% vs last month
• Largest increase: [category] (+$[X])
• Under budget in [X] of [X] categories

Step 4: Deliver & Archive

  • Send monthly report via configured channel
  • Save to memory/expenses/YYYY-MM.md for historical reference
  • Export expense data in CSV format for accountant if requested

Examples

User: "Log $49 for Notion annual plan"

Agent:

Logged: $49.00 — Notion annual plan Category: Software/SaaS (auto-detected) Software budget: $420 of $500 used (84%) — $80 remaining

User: "How am I doing on my budget this month?"

Agent runs the report and responds with the full monthly summary.

User: "Export my expenses for tax prep"

Agent: Exports a CSV with all expenses categorized by tax deduction type, ready for the accountant.


User: "Set up monthly expense reports on the 1st"

Agent: Configures cron for the 1st of each month at 9:00 AM, confirms:

"Monthly expense report scheduled for the 1st of each month. I'll summarize your spending, flag any overages, and send it to your Telegram."

Customization Ideas

  • Receipt OCR — scan receipt photos and auto-extract amount, vendor, date
  • Recurring expense tracking — auto-log subscriptions and recurring charges
  • Multi-currency support — convert expenses in different currencies
  • Profit & loss — combine with invoice tracker for a simple P&L statement
  • Quarterly tax estimates — calculate estimated quarterly tax payments based on expenses
  • Team expense approval — if you have employees, review and approve their expense submissions

Want More?

This skill handles expense logging and budget tracking. But if you want:

  • Custom integrations — connect to QuickBooks, Wave, Plaid, or your bank for automatic transaction import
  • Advanced automations — auto-categorize from bank feeds, generate P&L statements, calculate tax estimates
  • Full system setup — identity, memory, security, and 5 custom automations built specifically for your workflow

DoctorClaw sets up complete OpenClaw systems for businesses:

  • Guided Setup ($495) — 2-hour live walkthrough. Everything configured, integrated, and running by the end of the call.
  • Done-For-You ($1,995) — 7-day custom build. 5 automations, 3 integrations, full security, 30-day support. You do nothing except answer a short intake form.

doctorclaw.ceo

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.22%
按下载量换算462

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills