Skills gusto
Gusto payroll & HR — manage employees, payroll, benefits, and tax forms via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/gusto" ~/.claude/skills/openclaw-skills-gusto && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/gusto" ~/.openclaw/skills/openclaw-skills-gusto && rm -rf "$T"
manifest:
skills/aiwithabidi/gusto/SKILL.mdsource content
💰 Gusto
Gusto payroll & HR — manage employees, payroll, benefits, and tax forms via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | OAuth access token |
| ✅ | Company UUID |
Quick Start
# Get company info python3 {{baseDir}}/scripts/gusto.py company # List locations python3 {{baseDir}}/scripts/gusto.py locations # List employees python3 {{baseDir}}/scripts/gusto.py employees # Get employee python3 {{baseDir}}/scripts/gusto.py employee-get id <value> # Create employee python3 {{baseDir}}/scripts/gusto.py employee-create --first_name <value> --last_name <value> --email <value> # List payrolls python3 {{baseDir}}/scripts/gusto.py payrolls --start_date <value> --end_date <value> # Get payroll python3 {{baseDir}}/scripts/gusto.py payroll-get id <value> # List pay schedules python3 {{baseDir}}/scripts/gusto.py pay-schedules
All Commands
| Command | Description |
|---|---|
| Get company info |
| List locations |
| List employees |
| Get employee |
| Create employee |
| List payrolls |
| Get payroll |
| List pay schedules |
| List compensations |
| List benefits |
| List employee benefits |
| List contractors |
| List contractor payments |
| List tax forms |
| List garnishments |
Output Format
All commands output JSON by default. Add
--human for readable formatted output.
python3 {{baseDir}}/scripts/gusto.py <command> --human
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation