Install
$ agentstack add skill-bromso-metapowers-payroll ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Payroll
Track employee wages, deductions, and payroll obligations for "$ARGUMENTS". Calculate gross and net pay, withholdings, and employer contributions.
Prerequisites
None — utility skill, run anytime.
Process
- Gather employee information:
- List all employees and contractors
- Record: name, role, pay type (salary, hourly), rate, pay frequency
- Note tax filing status and allowances
- Identify any special deductions (benefits, garnishments, retirement)
- Calculate gross pay:
- Salaried employees: annual salary / pay periods
- Hourly employees: hours worked x rate
- Include overtime, bonuses, commissions as applicable
- Track paid time off and sick leave balances
- Calculate deductions:
- Employee withholdings: income tax, social security, medicare
- Employee contributions: health insurance, retirement (401k/pension), union dues
- Employer obligations: employer share of payroll taxes, insurance, workers' comp
- Other: garnishments, loan repayments
- Determine net pay:
- Gross pay minus all employee deductions
- Verify against minimum wage requirements
- Calculate employer total cost per employee
- Write the artifact to
.metapowers/bookkeeping/$ARGUMENTS/payroll.mdwith sections:
- Payroll Summary — table with gross, deductions, and net per employee
- Withholdings Detail — breakdown of each deduction type
- Employer Costs — taxes and contributions paid by employer
- Totals — aggregate payroll cost for the period
- Upcoming Obligations — tax deposits and filing deadlines
Output
The payroll report written to .metapowers/bookkeeping/$ARGUMENTS/payroll.md. Present a summary highlighting:
- Total payroll cost (employee + employer)
- Net pay distributed
- Upcoming tax deposit deadlines
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bromso
- Source: bromso/metapowers
- License: MIT
- Homepage: https://bromso.github.io/metapowers/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.