在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-bill
星标4
分支0
更新时间2026年6月19日 10:41
Record a new bill / recurring expense
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Record a new bill / recurring expense
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a new contact (person or business) with ALL its channels and address in one call.
Fetch the full body and metadata of a single email by message_id.
Create a new calendar event in Yorik's local calendar
Attach a postal address (home, work, billing, shipping) to an existing contact.
Attach a channel (email, phone, whatsapp, signal, sms, website, social) to a contact.
Create a new task in Yorik's task list
| name | add_bill |
| description | Record a new bill / recurring expense |
| when_to_use | - User says "ich hab eine Stromrechnung über 120 € fällig zum 15.6." - User says "add Netflix to my bills, 9.99 monthly" - Pass `recurring` only when the user explicitly stated repetition. - Pass `notes` and `category` only when the user dictated them. |
| inputs | {"name":{"type":"string","required":true},"amount":{"type":"number","required":true,"description":"Amount in major units (euros, dollars). E.g. 120.50."},"currency":{"type":"string","required":false,"default":"EUR"},"due_date":{"type":"string","required":false,"description":"ISO date YYYY-MM-DD when due."},"recurring":{"type":"string","required":false,"description":"monthly | yearly | weekly — set only when the user said the bill repeats ('jeden Monat', 'monthly', 'jährlich', 'every week'); omit otherwise."},"notes":{"type":"string","required":false},"document_id":{"type":"integer","required":false,"description":"ID of the scanned PDF / source document in Paperless that backs this bill. Set this whenever the bill came from a document the user can open — lets \"zeig mir die Rechnung\" resolve to the real scan instead of guessing."}} |
| outputs | {"bill_id":{"type":"integer"},"bill":{"type":"object"}} |
| tags | ["bills","mutation"] |
| permissions | ["admin","member","restricted"] |
Apply-then-confirm. Cancel/test deletes the row.