From remofirst-pack
Provides Python patterns for RemoFirst SDK integration: API clients, employee queries, error handling for global HR, EOR, payroll, and compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/remofirst-pack:remofirst-sdk-patternsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implementation patterns for RemoFirst sdk patterns — global HR and EOR platform integration.
Implementation patterns for RemoFirst sdk patterns — global HR and EOR platform integration.
remofirst-install-auth setupclient = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Contact RemoFirst support |
| 429 Rate Limited | Too many requests | Implement backoff |
| 422 Validation Error | Missing required field | Check API documentation |
See related RemoFirst skills for more workflows.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin remofirst-packProvides Python client patterns and local dev loop for RemoFirst API integration in global HR, EOR, payroll workflows.
Provides ethical HR guidance, checklists, and templates for hiring, onboarding/offboarding, PTO/leave, performance management, policies, and employee relations.
Automates Deel operations (contractor payments, compliance) via Composio's Deel toolkit through Rube MCP. Always searches for current tool schemas before execution.