AgentStack
SKILL verified MIT Self-run

Payroll

skill-bromso-metapowers-payroll · by bromso

Track employee wages, deductions, and payroll obligations

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-bromso-metapowers-payroll

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Payroll? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. 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)
  1. 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
  1. 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
  1. Determine net pay:
  • Gross pay minus all employee deductions
  • Verify against minimum wage requirements
  • Calculate employer total cost per employee
  1. Write the artifact to .metapowers/bookkeeping/$ARGUMENTS/payroll.md with 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.