Skip to content
Skillv1.0.0

remofirst-common-errors

RemoFirst common errors — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like "remofirst common e

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/remofirst-common-errors/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill remofirst-common-errors. Copyright stays with the author (MIT).

RemoFirst Common Errors

Overview

Implementation patterns for RemoFirst common errors — global HR and EOR platform integration.

Prerequisites

  • Completed remofirst-install-auth setup

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.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-remofirst-com-ae227c/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-remofirst-com-ae227c.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-remofirst-com-ae227c",
  "kind": "skill",
  "name": "remofirst-common-errors",
  "description": "RemoFirst common errors — 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\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr",
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "remofirst",
      "hr",
      "eor",
      "payroll",
      "global-employment",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "RemoFirst common errors — 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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/remofirst-common-errors/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/remofirst-common-errors/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/remofirst-common-errors/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Bash(curl:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# RemoFirst Common Errors\n\n## Overview\n\nImplementation patterns for RemoFirst common errors — global HR and EOR platform integration.\n\n## Prerequisites\n\n- Completed `remofirst-install-auth` setup\n\n## Instructions\n\n### Step 1: API Pattern\n\n```python\nclient = RemoFirstClient()\nemployees = client.get(\"/employees\", params={\"page_size\": 10})\nprint(f\"Employees: {len(employees['data'])}\")\n```\n\n## Output\n\n- RemoFirst integration for common errors\n\n## Error Handling\n\n| Error | Cause | Solution |\n|-------|-------|----------|\n| 401 Unauthorized | Invalid API key | Contact RemoFirst support |\n| 429 Rate L",
  "cost": {
    "context_tokens": 211
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-remofirst-com-ae227c/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.