Agent Skills
› davepoon/buildwithclaude
› spend
spend
GitHub通过调用 BudgetClaw 工具,展示当前 Claude Code 项目与分支的支出状态、预算限制列表以及活跃的风控锁定信息。
Trigger Scenarios
用户询问当前支出情况
用户查询预算限制详情
用户检查风控或锁止状态
Install
npx skills add davepoon/buildwithclaude --skill spend -g -y
SKILL.md
Frontmatter
{
"name": "spend",
"description": "Show current Claude Code spend by project and branch via BudgetClaw",
"allowed-tools": "Bash(budgetclaw *)",
"user-invocable": true
}
Show the current spend status:
!budgetclaw status
If the user asks about budget limits, also show:
!budgetclaw limit list
If there are active breach locks, show:
!budgetclaw locks list
Version History
- 502fc01 Current 2026-07-05 15:09


