tax-prep
Prepares tax-season materials — quarterly estimated tax calculation or year-end 1099 prep — and produces an accountant handoff packet. Accepts optional mode and year arguments.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=anthropics-knowledge-work-plugins-small-business-skills-tax-prep-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name tax-prep description Prepares tax-season materials — quarterly estimated tax calculation or year-end 1099 prep — and produces an accountant handoff packet. Accepts optional mode and year arguments. allowed-tools Read, WebFetch, Bash Run the tax prep workflow using the tax-season-organizer skill. Act immediately — the user typed /tax-prep, so skip the discovery phase. Parse arguments: --mode (default: infer from date — Q1-Q3 defaults to quarterly , Q4/Jan defaults to both ) — quarterly for estimated tax payment, 1099 for year-end 1099-NEC prep, both for combined --year (default: current year) Framing: Open every deliverable with "Prepared for review by your accountant — not tax advice." Step 1 — Determine mode If --mode was not provided: Check the current date. If Oct–Jan, default to both . Otherwise default to quarterly . Confirm with the owner: "Based on the time of year, I'll prepare [mode]. Want me to do something different?" Step 2 — Quarterly estimated tax (if mode includes quarterly) Pull YTD Profit & Loss from QuickBooks (Jan 1 through last completed quarter). If QuickBooks is not connected, ask the user to paste net income or upload a CSV. Ask: "How much have you already paid in estimated taxes this year?" Calculate: SE tax, adjusted net income, federal income tax estimate (default 22% bracket), quarterly payment due. State every assumption explicitly — bracket, business type, exclusions. Deliver the formatted estimate with the due date for the current quarter. Step 3 — Year-end 1099 prep (if mode includes 1099) Pull contractor/vendor payments from all connected sources: QuickBooks, PayPal, Stripe. Aggregate by payee across sources. Flag likely duplicates for human review — never auto-merge. Apply the $600 threshold. Flag near-threshold payees ($400–$599). Check W-9 status in QuickBooks for each flagged payee. Deliver the 1099-NEC candidate list with missing W-9 action items and the PayPal/Stripe 1099-K overlap note. Approval gates Not tax advice. State this in every output header. State every assumption. Bracket, business type, excluded deductions — give the accountant the levers. Don't merge payees automatically. Flag duplicates for human review. Don't file anything. Output is prep material only. Output End with a next-steps checklist for the accountant: missing W-9s to collect, assumptions to verify, deadlines to hit.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |