Gusto
/install gusto
💰 Gusto
Gusto payroll & HR — manage employees, payroll, benefits, and tax forms via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
GUSTO_ACCESS_TOKEN |
✅ | OAuth access token |
GUSTO_COMPANY_ID |
✅ | 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 \x3Cvalue>
# Create employee
python3 {{baseDir}}/scripts/gusto.py employee-create --first_name \x3Cvalue> --last_name \x3Cvalue> --email \x3Cvalue>
# List payrolls
python3 {{baseDir}}/scripts/gusto.py payrolls --start_date \x3Cvalue> --end_date \x3Cvalue>
# Get payroll
python3 {{baseDir}}/scripts/gusto.py payroll-get id \x3Cvalue>
# List pay schedules
python3 {{baseDir}}/scripts/gusto.py pay-schedules
All Commands
| Command | Description |
|---|---|
company |
Get company info |
locations |
List locations |
employees |
List employees |
employee-get |
Get employee |
employee-create |
Create employee |
payrolls |
List payrolls |
payroll-get |
Get payroll |
pay-schedules |
List pay schedules |
compensations |
List compensations |
benefits |
List benefits |
employee-benefits |
List employee benefits |
contractors |
List contractors |
contractor-payments |
List contractor payments |
tax-forms |
List tax forms |
garnishments |
List garnishments |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/gusto.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/gusto.py |
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gusto - After installation, invoke the skill by name or use
/gusto - Provide required inputs per the skill's parameter spec and get structured output
What is Gusto?
Gusto payroll & HR — manage employees, payroll, benefits, and tax forms via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 387 downloads so far.
How do I install Gusto?
Run "/install gusto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gusto free?
Yes, Gusto is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gusto support?
Gusto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gusto?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.