技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 621 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1kalin/afrexai-budget-planner
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only budget planner that creates and updates markdown budget files in the workspace and does not request credentials, install code, or perform unexpected actions.
目的
Name and instructions align: the skill describes creating and tracking budgets, storing them as markdown tables in the workspace, and generating reports. Nothing requested (no env vars, no binaries, no special config paths) appears unrelated to a budget-tracking purpose.
说明范围
SKILL.md only instructs the agent to prompt the user, create/modify markdown budget files, log spending, and produce reports/alerts. These actions are within the stated scope and do not direct the agent to read unrelated files, access credentials, or transmit data to unknown endpoints.
安装机制
No install spec and no code files — instruction-only. This minimizes disk writes and eliminates download/extract risks.
证书
The skill requires no environment variables, credentials, or config paths. That is proportionate for a local budget-tracking instruction set.
持久
The skill is not marked always:true and does not request elevated or persistent system privileges. It will operate by creating/editing files in the agent workspace, which is expected behavior for this functionality.
综合结论
This appears to be a simple, local instruction-only budget planner. If you install it, expect the agent to create and modify markdown files in your workspace to store budgets and logs. There are no requested credentials or installs. If your workspace contains sensitive data, consider using a separate folder for budget files. The README links to an external AfrexAI context-pack site — clicking links is optional and unrelated to the skill's core…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AfrexAI Budget Planner」。简介:Create and track structured budgets with categories, monitor spending vs. alloc…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/afrexai-budget-planner/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# Budget Planner
Plan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending.
## What It Does
- Creates structured budgets with categories, allocations, and actuals
- Tracks spending against budget with variance analysis
- Flags overspending early with threshold alerts
- Generates monthly/quarterly budget reports
- Supports multiple budget types (personal, project, department)
## Usage
### Create a Budget
Tell your agent: "Create a monthly budget for [purpose] with a total of $[amount]"
The agent will ask about categories and allocations, then create a structured budget file.
### Budget File Format
Budgets are stored as markdown tables in your workspace:
```markdown
# Budget: [Name] — [Period]
Total: $X,XXX
| Category | Allocated | Spent | Remaining | Status |
|----------|-----------|-------|-----------|--------|
| Rent | $1,500 | $1,500 | $0 | ✅ On track |
| Food | $600 | $450 | $150 | ✅ Under |
| Transport | $200 | $280 | -$80 | 🔴 Over |
```
### Track Spending
Tell your agent: "Log $45 under Food" or "I spent $280 on transport this month"
### Get Reports
- "How's my budget looking?" — summary with variances
- "Where am I overspending?" — flags problem categories
- "Project my end-of-month spend" — extrapolates from current pace
### Alert Thresholds
Default alerts:
- ⚠️ **Warning** at 80% of category allocation
- 🔴 **Over budget** when exceeded
- 📊 **Weekly digest** if enabled
## Tips
- Start with broad categories, refine over time
- Review weekly — catching overspend early is the whole point
- Use "rollover" for categories where unspent funds carry forward
- Compare month-over-month to spot trends
## More Business Tools
Get industry-specific AI agent context packs at [AfrexAI](https://afrexai-cto.github.io/context-packs/) — pre-built configurations that make your agent a domain expert from day one.