smarthr-agent

Automate HR operations on SmartHR via CLI with OAuth2 authentication.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/traygerbig/clawhub-skills --skill smarthr-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smarthr-agent
Source: https://github.com/traygerbig/clawhub-skills/tree/main/business-ops-pack/smarthr-agent
Command: npx skills add https://github.com/traygerbig/clawhub-skills --skill smarthr-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, smartHR-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates HR and labor management tasks for Japan's leading HR cloud, SmartHR, saving time and reducing manual errors.

Core Features & Use Cases

  • HR Automation: Automates employee onboarding, document generation, and payroll processing.
  • Compliance Management: Ensures compliance with Japanese labor laws and social insurance procedures.
  • API Integration: Offers programmatic control over the SmartHR platform through a CLI interface.
  • Use Case: For a new hire, this Skill can automate the process of creating an employee record, generating an employment contract, and registering them for social insurance, all in one workflow.

Quick Start

Use the smarthr-agent to onboard a new employee by running hr onboard --file ./new_hire.json.

Frequently Asked Questions about smarthr-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SmartHR employee onboarding and social insurance registration?

SmartHR employee onboarding automation handles creating employee records, generating employment contracts, and registering new hires for social insurance in one workflow. You can execute this by running a CLI command with a JSON input file.

What is HR automation for Japanese labor law compliance?

HR automation for Japanese labor law compliance streamlines social insurance procedures and labor management tasks via the SmartHR API. It reduces manual errors by programmatically handling compliance reporting and document generation.

Do I need OAuth2 access tokens to use the SmartHR API for payroll synchronization?

Yes, OAuth2 access tokens are required to authenticate with the SmartHR API for payroll synchronization and employee data operations. You must provide valid OAuth2 credentials to execute any CRUD operations or document generation tasks.

Can I manage employee lifecycle data and generate documents via a CLI interface?

Yes, you can manage the employee lifecycle and generate documents via a CLI interface that interacts with the SmartHR API. This CLI supports CRUD operations for employee data, payroll synchronization, and document generation programmatically.

What's the best way to integrate payroll synchronization with a Japanese HR cloud platform?

Integrating payroll synchronization with a Japanese HR cloud platform is best handled through programmatic API access using OAuth2 authentication. This approach allows direct CRUD operations on employee data and automated payroll syncing without manual data entry.

What are the limitations of using a CLI for HR automation with SmartHR?

Using a CLI for HR automation with SmartHR requires valid OAuth2 access tokens and depends on the SmartHR API for all operations. Any limitations in API endpoints, rate limits, or authentication failures will directly impact the execution of employee lifecycle and compliance tasks.

Related Skills