Skip to content
Skillv1.0.0

remofirst-security-basics

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

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 (plugins/saas-packs/remofirst-pack/skills/remofirst-security-basics/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill remofirst-security-basics. Copyright stays with the author (MIT).

RemoFirst Security Basics

Overview

Implementation patterns for RemoFirst security basics — 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 security basics

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-sec-2a0aca/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-sec-2a0aca.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-remofirst-sec-2a0aca",
  "kind": "skill",
  "name": "remofirst-security-basics",
  "description": "RemoFirst security basics — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like \"remofirst security basics\", \"remofirst-security-basics\", \"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 security basics — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like \"remofirst security basics\", \"remofirst-security-basics\", \"global HR API\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/remofirst-pack/skills/remofirst-security-basics/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/remofirst-pack/skills/remofirst-security-basics/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/remofirst-pack/skills/remofirst-security-basics/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Bash(curl:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# RemoFirst Security Basics\n\n## Overview\n\nImplementation patterns for RemoFirst security basics — 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 security basics\n\n## Error Handling\n\n| Error | Cause | Solution |\n|-------|-------|----------|\n| 401 Unauthorized | Invalid API key | Contact RemoFirst support |\n| 429 ",
  "cost": {
    "context_tokens": 212
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-remofirst-sec-2a0aca/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.