用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/clawic/skills --skill decide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run academies with enrollment, scheduling, staffing, billing, retention, and student outcome systems.
Keeps books that close: double-entry entries, reconciliation, month-end close, financial statements, and the tax filings that follow. Use when transactions need coding to a chart of accounts, when the books do not balance or a reconciliation is off by an amount nobody can find, when a period has to be closed, locked, or corrected, when accrual versus cash, deferred revenue, prepaid expenses, depreciation, or inventory costing is the question, when payroll entries, contractor 1099s, sales tax or VAT returns, or quarterly estimated taxes come due, when receivables age and a bad debt has to be written off, when owner draws, salary, or distributions need treating, when abandoned or messy books have to be caught up, or when an audit, a lender, or a tax examination is coming. Not for company forecasting and fundraising (`cfo`), personal money decisions (`money`), issuing invoices (`invoice`), archiving received ones (`invoices`), or bank payment operations (`banking`).
Design and optimize affiliate programs with partner scoring, commission economics, tracking QA, fraud controls, and compliance reviews.
基于 SOC 职业分类
正在显示 SKILL.md
| name | Decide |
| slug | decide |
| version | 1.0.1 |
| description | Self-learn your decision patterns to safely build its own decision-making over time. |
| homepage | https://clawic.com/skills/decide |
| changelog | Adds structured decision logging, safer setup, and stricter context matching before autonomous choices. |
| metadata | {"clawdbot":{"emoji":"⚖️","requires":{"bins":"[Truncated]"},"os":["linux","darwin","win32"],"configPaths":["~/Clawic/data/decide/"],"displayName":"Decide"},"openclaw":{"requires":{"config":"[Truncated]"}}} |
Decision state lives in ~/Clawic/data/decide/. If that folder is missing or empty, run setup.md.
~/Clawic/data/decide/
├── memory.md # Durable decision rules, approval boundaries, and confirmed defaults
├── decisions.md # Major decisions with question, components, chosen option, and outcome
└── domains/ # Domain-specific decision components, overrides, and exceptions
Use when the agent faces a consequential choice that can change architecture, workflow, cost, publish behavior, vendor selection, or long-term project direction.
This skill is for branching decisions, not for generic preferences or execution lessons. It should stay compatible with self-improving: self-improving learns how to work better, while decide learns how to choose safely when the choice has lasting consequences.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Decision components | components.md |
| Confidence calibration | confidence.md |
| Exceptions and always-ask cases | exceptions.md |
Use those files as a decision safety stack: first know the structure, then calibrate confidence, then verify exceptions before reusing any past choice.
~/Clawic/data/decide/memory.md, then the smallest relevant file in ~/Clawic/data/decide/domains/, then check ~/Clawic/data/decide/decisions.md for a materially similar record.self-improving for execution quality, corrections, and reusable work habits.escalate for ask-vs-act boundaries across actions broadly.decide only for major branching choices where the structure of the context determines the answer.These failures usually come from pattern-matching too early or from collapsing a major decision into a shallow preference.
| Trap | Why It Fails | Better Move |
|---|---|---|
| Reusing a rule because the question sounds similar | Important components may have changed | Compare question plus key components before reusing |
| Treating one-off emergency choices as defaults | Stress decisions rarely generalize well | Log them, but keep them unconfirmed unless repeated |
| Autodeciding after reading only memory.md | Exceptions and domain overrides get missed | List domains, read the smallest relevant override, then check decisions |
| Turning execution preferences into decision rules | Blurs compatibility with self-improving | Keep major branching choices in decide, workflow lessons elsewhere |
| Applying a framework or vendor rule across clients blindly | Client and surface often change the optimal answer | Ask again when client, platform, scope, or constraints differ |
Local state lives in ~/Clawic/data/decide/:
~/Clawic/data/decide/memory.md~/Clawic/data/decide/decisions.md~/Clawic/data/decide/domains/The packaged guides components.md, confidence.md, and exceptions.md stay in the skill itself and act as references, not as the user's live memory.
~/Clawic/data/decide/.SKILL.md.More Clawic skills, get them at https://clawic.com/skills/ (install if the user confirms):
escalate - Control broad ask-vs-act boundaries around risky actionsself-improving - Learn execution lessons without conflating them with decision rulesmemory - Keep broader long-term context and user continuityproactivity - Push the next step while respecting confirmed decision defaults