返回顶部
g

gusto

Gusto payroll & HR — manage employees, payroll, benefits, and tax forms via REST API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
316
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # 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 | |---------|-------------| | `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. ```bash python3 {{baseDir}}/scripts/gusto.py <command> --human ``` ## Script Reference | Script | Description | |--------|-------------| | `{{baseDir}}/scripts/gusto.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gusto-1776271759 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gusto-1776271759 技能

通过命令行安装

skillhub install gusto-1776271759

下载 Zip 包

⬇ 下载 gusto v1.0.0

文件大小: 3.84 KB | 发布时间: 2026-4-16 18:36

v1.0.0 最新 2026-4-16 18:36
Initial release of Gusto payroll & HR skill.

- Provides CLI commands for managing employees, payroll, benefits, and tax forms using Gusto's REST API.
- Requires GUSTO_ACCESS_TOKEN and GUSTO_COMPANY_ID environment variables.
- Outputs JSON by default, with optional human-readable formatting.
- No external dependencies; works with Python 3.10+ standard library.
- Includes documentation for all commands and quick start examples.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部