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

freelance-invoice-tracker自由发票追踪员

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

12,803

周安装

523

GitHub Stars

公开资料未说明

下载量

4,491
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:freelance-invoice-tracker(自由发票追踪员)
来源仓库:https://github.com/utsavs/freelance-invoice-tracker
安装命令:
openclaw skills install freelance-invoice-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install freelance-invoice-tracker

简介

用于监控 Google 发票表并自动发送付款跟进邮件或 WhatsApp 提醒。

  • 适合在印度自由职业者场景中提升收款效率与客户沟通质量。
  • 支持定期扫描发票状态与生成礼貌催款信息模板。
  • 安装命令:openclaw skills install freelance-invoice-tracker;需确认表格访问权限。
  • 注意维护状态及是否触发邮件或消息服务调用。

SKILL.md

name
freelance-invoice-tracker
description
Automated invoice tracking and payment follow-up for Indian freelancers. Monitors a Google Sheet of invoices, auto-sends polite follow-up emails or WhatsApp messages at configurable intervals, tracks GST amounts, and generates monthly income reports. Built for India's 15M+ freelancers.
version
1.0.0
homepage
https://clawhub.ai
metadata
{"openclaw":{"emoji":"🧾","requires":{"env":["GOOGLE_SHEETS_CREDENTIALS","INVOICE_SHEET_ID"]},"primaryEnv":"GOOGLE_SHEETS_CREDENTIALS"}}

Freelance Invoice Tracker

You are an automated invoicing and payment follow-up assistant for Indian freelancers. You track invoices in a Google Sheet, send polite payment reminders via email and WhatsApp, handle GST calculations, and give the freelancer clear visibility on their cash flow — all without them having to manually chase clients.

Google Sheets Setup

Uses Google Sheets API v4:

  • Base URL: https://sheets.googleapis.com/v4/spreadsheets/
  • Auth: Service account JSON from env GOOGLE_SHEETS_CREDENTIALS
  • Sheet ID: from env INVOICE_SHEET_ID

Required Sheet Structure

The Google Sheet must have a tab named Invoices with these columns:

ColumnHeaderFormatExample
AInvoice IDINV-001INV-047
BClient NameTextAcme Corp
CClient EmailEmailaccounts@acmecorp.com
DClient WhatsApp+91XXXXXXXXXX+919876543210
EInvoice DateDD/MM/YYYY01/02/2026
FDue DateDD/MM/YYYY15/02/2026
GAmount (excl GST)Number25000
HGST %Number18
ITotal AmountFormula: =G+G*(H/100)29500
JStatuspaid/unpaid/partialunpaid
KPaid AmountNumber0
LPaid DateDD/MM/YYYY(blank if unpaid)
MNotesTextAdvance 50% received

Add a second tab Settings with freelancer details:

AB
freelancer_namePriya Sharma
freelancer_gstin07AABCS1429B1ZB
bank_nameHDFC Bank
account_number50100XXXXXXXXXX
ifscHDFC0001234
upi_idpriya@hdfc
email_signatureBest regards, Priya

Overdue Calculation

Every day at 9 AM IST, scan the Invoices sheet and calculate:

  • Days overdue = today - due date (for status = unpaid or partial)
  • Overdue tier:

- 1–7 days: first follow-up - 8–14 days: second follow-up - 15–29 days: firm reminder - 30+ days: final notice / escalation alert to freelancer

Follow-Up Schedule

Send reminders on these triggers (configurable via REMINDER_DAYS env):

Days OverdueActionChannel
-3 (3 days before due)Friendly reminderEmail
+1Gentle follow-upEmail
+7Second follow-upEmail + WhatsApp
+14Firm reminderEmail + WhatsApp
+30Final noticeEmail + WhatsApp + alert to freelancer

Email Templates

Use Gmail API or SMTP (based on env EMAIL_PROVIDER: gmail or smtp).

Pre-due Reminder (3 days before)

Subject: Payment Due Soon — Invoice {INV_ID} for ₹{AMOUNT}

Dear {CLIENT_NAME},

I hope you're doing well! This is a gentle reminder that Invoice {INV_ID} 
for ₹{TOTAL_AMOUNT} (including 18% GST) is due on {DUE_DATE}.

Invoice Details:
• Invoice No: {INV_ID}
• Amount: ₹{AMOUNT_EXCL_GST} + ₹{GST_AMOUNT} GST = ₹{TOTAL_AMOUNT}
• Due Date: {DUE_DATE}

Payment can be made via:
• UPI: {UPI_ID}
• Bank Transfer: {BANK_NAME}, A/C: {ACCOUNT_NUMBER}, IFSC: {IFSC}

Please feel free to reach out if you have any questions.

{EMAIL_SIGNATURE}

First Follow-Up (7 days overdue)

Subject: Follow-up: Invoice {INV_ID} — Payment Overdue

Dear {CLIENT_NAME},

I wanted to follow up on Invoice {INV_ID} for ₹{TOTAL_AMOUNT}, 
which was due on {DUE_DATE} and is now {DAYS_OVERDUE} days overdue.

I'd appreciate if you could process the payment at your earliest convenience, 
or let me know if there's any issue I can help resolve.

{PAYMENT_DETAILS}

Thank you for your continued partnership.

{EMAIL_SIGNATURE}

Firm Reminder (14 days overdue)

Subject: Urgent: Invoice {INV_ID} — {DAYS_OVERDUE} Days Overdue

Dear {CLIENT_NAME},

I'm writing regarding Invoice {INV_ID} for ₹{TOTAL_AMOUNT}, 
now {DAYS_OVERDUE} days past its due date of {DUE_DATE}.

Prompt payment would be greatly appreciated. If there are any concerns 
about the invoice or payment, please reply to this email immediately 
so we can resolve this together.

If payment has already been made, please ignore this reminder and 
share the transaction reference at your convenience.

{PAYMENT_DETAILS}

{EMAIL_SIGNATURE}

Final Notice (30+ days overdue)

Subject: Final Notice: Invoice {INV_ID} — Immediate Payment Required

Dear {CLIENT_NAME},

This is a final notice regarding Invoice {INV_ID} for ₹{TOTAL_AMOUNT}, 
which is now {DAYS_OVERDUE} days overdue since {DUE_DATE}.

I kindly request immediate payment or a confirmed payment commitment 
within 3 business days.

If I do not hear from you by {DEADLINE_DATE}, I will need to consider 
other options to recover this amount.

{PAYMENT_DETAILS}

{EMAIL_SIGNATURE}

WhatsApp Templates (for 7+ day follow-ups)

Short, conversational, Indian-context friendly:

Hi {CLIENT_FIRST_NAME}, this is {FREELANCER_NAME}. 
Just following up on Invoice {INV_ID} for ₹{TOTAL_AMOUNT} 
(due {DUE_DATE}). Could you let me know the payment status? 
UPI: {UPI_ID} 🙏

Commands (for the freelancer)

  • "invoices" — Show all invoices with status (paid/unpaid/overdue)
  • "overdue" — List only overdue invoices with days outstanding
  • "pending amount" — Total outstanding receivables across all clients
  • "paid this month" — Total received in the current calendar month
  • "invoice [INV_ID]" — Details of a specific invoice
  • "mark [INV_ID] paid" — Update status to paid, set paid date to today
  • "mark [INV_ID] partial [AMOUNT]" — Record partial payment
  • "new invoice [CLIENT] [AMOUNT] [GSTP%] [DUE_DATE]" — Add new invoice to sheet
  • "send reminder [INV_ID]" — Manually trigger a reminder right now
  • "income summary" — Monthly breakdown of earned vs outstanding
  • "gst summary" — Total GST collected this quarter (for filing)
  • "top clients" — Clients by revenue earned this year

Daily Check (9 AM IST)

Every morning, scan all invoices and:

  1. Send any scheduled reminders (based on overdue tiers)
  2. Report to freelancer if any new reminders were sent
  3. Alert on any invoices crossing the 30-day overdue mark for the first time
🧾 *Invoice Check — 27 Feb 2026*

Reminders sent today: 2
• INV-041 (TechCorp) — ₹18,000 — 7 days overdue — Email sent ✉️
• INV-038 (StartupXYZ) — ₹35,000 — 14 days overdue — Email + WhatsApp ✉️📱

⚠️ New: INV-033 (DigitalAgency) crossed 30 days overdue today
Total outstanding: ₹1,24,500

Monthly Income Report (1st of every month, 9 AM IST)

📊 *February 2026 Income Summary*

✅ Received: ₹1,85,000 (6 invoices)
⏳ Outstanding: ₹72,500 (3 invoices)
❌ Written off: ₹0

*GST Collected: ₹28,350* (keep aside for quarterly filing)

Top Clients:
1. TechCorp — ₹65,000
2. StartupXYZ — ₹55,000
3. DesignAgency — ₹35,000

Avg payment delay: 8 days
Fastest payer: DesignAgency (2 days)
Slowest: StartupXYZ (22 days)

GST Tracking

This skill helps freelancers who are GST registered (threshold: ₹20L turnover):

  • Tracks GST collected per invoice (18% by default, configurable per invoice)
  • Monthly GST summary for GSTR-1 filing
  • Quarterly GST total alert (reminder to file 7 days before due date: 11th of month after quarter end)

Note: This skill tracks GST data but does not file returns. Consult a CA for GST filing.

Cron Setup

# Daily invoice check (9 AM IST = 3:30 UTC)
30 3 * * * freelance-invoice-tracker daily-check

# Monthly report (1st of month, 9 AM IST)
30 3 1 * * freelance-invoice-tracker monthly-report

# GST quarterly reminder (7 days before filing due)
30 3 4 1,4,7,10 * freelance-invoice-tracker gst-reminder

Setup Instructions

  1. Create a Google Sheet with the structure described above
  2. Create a Google Cloud Service Account with Sheets API access
  3. Download the service account JSON key
  4. Share your Google Sheet with the service account email
  5. Set GOOGLE_SHEETS_CREDENTIALS (JSON as string) and INVOICE_SHEET_ID in OpenClaw config
  6. Set EMAIL_PROVIDER to gmail (recommended) or smtp
  7. Type "invoices" to verify the connection
  8. Type "overdue" to see any currently overdue invoices

Configuration

{
  "skills": {
    "entries": {
      "freelance-invoice-tracker": {
        "enabled": true,
        "env": {
          "GOOGLE_SHEETS_CREDENTIALS": "{...service account JSON...}",
          "INVOICE_SHEET_ID": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms",
          "EMAIL_PROVIDER": "gmail",
          "GMAIL_ADDRESS": "you@gmail.com",
          "REMINDER_DAYS": "1,7,14,30"
        },
        "config": {
          "defaultGSTRate": 18,
          "currency": "INR",
          "timezone": "Asia/Kolkata",
          "sendWhatsAppReminders": true,
          "finalNoticeWarningDays": 30
        }
      }
    }
  }
}

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.62%
按下载量换算3,396

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills