From remofirst-pack
Implements RemoFirst security basics for global HR, EOR, and payroll API integrations using Python client patterns and error handling.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin remofirst-packThis skill is limited to using the following tools:
Implementation patterns for RemoFirst security basics — global HR and EOR platform integration.
Provides Python patterns for RemoFirst SDK integration: API clients, employee queries, error handling for global HR, EOR, payroll, and compliance.
Provides privacy configuration guidance for SAP SuccessFactors, Workday, and BambooHR including RBAC, data retention automation, cross-border transfers, audit logging, and field-level security.
Automates Deel HR/payroll tasks via Composio's Rube MCP toolkit. Discovers tools dynamically, manages connections, and executes operations like payroll and employee management.
Share bugs, ideas, or general feedback.
Implementation patterns for RemoFirst security basics — 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.