helper-payments
Tracks household service payments and provides recurring reminders to manage domestic help.
Install
mkdir -p .claude/skills/helper-payments && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16018" && unzip -o skill.zip -d .claude/skills/helper-payments && rm skill.zipInstalls to .claude/skills/helper-payments
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when the user wants to: - track household helpers - remember who gets paid when - get reminders for cleaner, nanny, sitter, gardener, dog walker, etc. - keep a lightweight record of recent paymentsKey capabilities
- →Track household helpers and their payment cadences.
- →Identify helpers who are due soon or overdue for payment.
- →Surface relevant payment reminders to the user.
- →Update payment records after confirmation.
- →Store payment entries in a Markdown file.
- →Avoid duplicate reminders once a payment is marked as paid.
How it works
The skill reads helper payment data, identifies due or overdue payments based on cadence, and provides reminders to the user.
Inputs & outputs
When to use helper-payments
- →Tracking nanny payments
- →Reminders for cleaners
- →Logging service payments
- →Managing domestic help expenses
About this skill
Helper Payments Skill
Use this skill when the user wants to:
- track household helpers
- remember who gets paid when
- get reminders for cleaner, nanny, sitter, gardener, dog walker, etc.
- keep a lightweight record of recent payments
Goal
Reduce the mental overhead of remembering recurring household payments.
Workflow
- Read the helper list and payment cadence.
- Identify who is due soon or overdue.
- Surface only the relevant reminders.
- If asked, update the payment record after confirmation.
Data format
Store entries in workspace/resources/helpers/payments.md in this repo layout, or resources/helpers/payments.md once workspace/ is the household root.
Recommended columns:
- helper
- role
- cadence
- usual amount
- last paid
- next due
- notes
Rules
- Do not invent payment amounts.
- If the amount varies, mark it as variable.
- Avoid duplicate reminders once something is marked paid.
- Keep reminders practical, not guilt-inducing.
Good reminder style
- “Cleaner likely due Friday.”
- “Nanny payment reminder tomorrow, amount marked variable.”
When not to use it
- →When the user needs to manage complex financial accounting for household expenses.
- →When the user needs to process payments directly.
- →When the user needs to track helpers for non-household services.
Limitations
- →The skill does not invent payment amounts.
- →The skill keeps reminders practical, not guilt-inducing.
- →The skill focuses on lightweight record-keeping of recent payments.
How it compares
This workflow automates the tracking and reminding of recurring household payments, reducing mental overhead compared to manually remembering payment schedules.
Compared to similar skills
helper-payments side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| helper-payments (this skill) | 0 | 4mo | No flags | Beginner |
| agent-payments | 1 | 6mo | No flags | Beginner |
| add-vault-note | 1 | 5mo | No flags | Intermediate |
| cfo-log | 0 | 4mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
agent-payments
ruvnet
Agent skill for payments - invoke with $agent-payments
add-vault-note
tradingstrategy-ai
Add a note to specific vault
cfo-log
MikeChongCan
|
ramp-automation
onfire7777
Ramp Automation: manage corporate card transactions, reimbursements, users, and expense tracking via the Ramp platform
notify
fridrichmrtn
Send an invoice notification to Slack after manual invoicing or when the /invoice notification step was skipped
portfoliosyncing
AojdevStudio
Import and sync broker CSV portfolio data to Google Sheets DataHub. Supports multiple brokers (Fidelity, Schwab, Vanguard, etc.). USE WHEN user mentions import broker data OR sync portfolio OR update positions OR CSV import OR portfolio-sync OR working with Portfolio_Positions CSVs. Handles position updates, SPAXX/margin validation, safety checks, and formula protection.