Remofirst common errors
RemoFirst common errors \u2014 global HR, EOR, and payroll platform\ \ integration. Use when working with RemoFirst for global employment, payroll,\ \ or compliance. Trigger with phrases like "remofirst common errors", "remofirst-common-errors"\ , "global HR API".From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill remofirst-common-errorsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, 197 tokens by cl100k_base, as published. Nobody here has run it
RemoFirst Common Errors
Overview
Implementation patterns for RemoFirst common errors — global HR and EOR platform integration.
Prerequisites
- Completed
remofirst-install-authsetup
Instructions
Step 1: API Pattern
client = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")
Output
- RemoFirst integration for common errors
Error Handling
| 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 |
Resources
Next Steps
See related RemoFirst skills for more workflows.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.