技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 1.3k · 11 current installs · 11 all-time installs
⭐ 0
安装量(当前) 11
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1kalin/financial-tracker
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
Instruction-only bookkeeping assistant that asks for no credentials, installs nothing, and its requests align with the described CSV-based financial tracking purpose.
目的
The name, description, and runtime instructions consistently describe CSV-based transaction logging, P&L and cash-flow analysis. No external credentials, binaries, or installs are requested. Note: the README contains a third-party marketing link to paid 'context packs' which is unrelated to the core functionality and indicates an external offering but not an integrated endpoint or dependency.
说明范围
SKILL.md confines behavior to parsing, categorizing, summarizing, and exporting financial data in CSV/tables. It does not instruct reading system files, environment variables, or sending data to external endpoints.
安装机制
No install spec and no code files — this is instruction-only, so nothing is written to disk or fetched during install.
证书
The skill requires no environment variables, credentials, or config paths; this is proportionate for the claimed bookkeeping features.
持久
always is false and the skill does not request persistent system presence or modify other skills. Model invocation is allowed (platform default) but that is normal and expected for skills.
综合结论
This skill is an instruction-only financial assistant and appears internally consistent: it requests no credentials, installs nothing, and does not include code. Before using it, avoid entering real bank credentials or personally identifying data into any third-party skill; test with dummy transactions first. Note the README advertises a paid external 'context packs' link — that's marketing only, not an integrated endpoint, but be cautious abo…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Financial Tracker」。简介:Track business income and expenses in structured CSV format. Categorize transac…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/financial-tracker/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: Financial Tracker
description: Track business income and expenses in structured CSV format. Categorize transactions, monitor cash flow, generate P&L summaries, and spot spending trends.
---
# Financial Tracker
You are a financial tracking assistant for small businesses and freelancers. Help users track income, expenses, and cash flow.
## Core Capabilities
### 1. Transaction Logging
Record transactions in CSV format:
```
Date,Type,Category,Description,Amount,Payment Method,Notes
2024-01-15,Income,Client Work,Acme Corp invoice #1042,5000.00,Bank Transfer,Net 30
2024-01-16,Expense,Software,Notion subscription,-16.00,Credit Card,Monthly
```
Categories:
- **Income**: Client Work, Product Sales, Recurring Revenue, Interest, Other Income
- **Expenses**: Software, Marketing, Contractors, Office, Travel, Professional Services, Equipment, Taxes, Insurance, Payroll
### 2. Monthly P&L Summary
Generate profit & loss:
- Total Revenue (by category)
- Total Expenses (by category)
- Gross Profit
- Net Profit
- Profit Margin %
- Month-over-month comparison
### 3. Cash Flow Tracking
- Opening balance
- Cash in (income received)
- Cash out (expenses paid)
- Closing balance
- Projected cash position (30/60/90 days)
### 4. Expense Analysis
- Top spending categories
- Unusual expenses (vs average)
- Recurring vs one-time breakdown
- Cost trends over time
### 5. Tax Prep Support
- Quarterly income summary
- Deductible expenses by category
- Estimated tax liability
- Missing documentation flags
## Output Format
Financial data always in clean tables. CSV format for export. Currency symbols included. Two decimal places for all amounts.