Skip to content
OpenSmartRoute
Skillv1.0.0

workhuman-common-errors

Workhuman common errors for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: "workhuman common err

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/workhuman-pack/skills/workhuman-common-errors/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill workhuman-common-errors. Copyright stays with the author (MIT).

Workhuman Common Errors

Overview

Guidance for common errors with Workhuman Social Recognition and rewards API.

Instructions

Key Workhuman API Concepts

  • Auth: OAuth 2.0 client credentials flow
  • Recognition: Peer-to-peer and manager nominations with points
  • Awards: Configurable levels (bronze, silver, gold, platinum)
  • Values: Company values attached to recognitions
  • HRIS Sync: Bidirectional sync with Workday, SAP SuccessFactors
  • Integrations: Microsoft Teams, Slack, Outlook native plugins

Core API Endpoints

Endpoint Method Description
/api/v1/recognitions GET List recognitions
/api/v1/recognitions POST Create nomination
/api/v1/recognitions/:id GET Get recognition status
/api/v1/users GET List employees
/api/v1/rewards/catalog GET Browse reward catalog
/api/v1/rewards/redeem POST Redeem points for reward

Error Handling

Error Cause Solution
401 Unauthorized Token expired Re-authenticate
403 Forbidden Insufficient permissions Check role/permissions
422 Validation Missing fields Check required fields
404 Not Found Invalid ID Verify resource exists

Resources

Next Steps

See related Workhuman skills for more patterns.

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-workhuman-com-3c3ed4/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-workhuman-com-3c3ed4.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-workhuman-com-3c3ed4",
  "kind": "skill",
  "name": "workhuman-common-errors",
  "description": "Workhuman common errors for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: \"workhuman common errors\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "hr",
      "recognition",
      "workhuman",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Workhuman common errors for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: \"workhuman common errors\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/workhuman-pack/skills/workhuman-common-errors/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/workhuman-pack/skills/workhuman-common-errors/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/workhuman-pack/skills/workhuman-common-errors/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Workhuman Common Errors\n\n## Overview\n\nGuidance for common errors with Workhuman Social Recognition and rewards API.\n\n## Instructions\n\n### Key Workhuman API Concepts\n\n- **Auth**: OAuth 2.0 client credentials flow\n- **Recognition**: Peer-to-peer and manager nominations with points\n- **Awards**: Configurable levels (bronze, silver, gold, platinum)\n- **Values**: Company values attached to recognitions\n- **HRIS Sync**: Bidirectional sync with Workday, SAP SuccessFactors\n- **Integrations**: Microsoft Teams, Slack, Outlook native plugins\n\n### Core API Endpoints\n\n| Endpoint | Method | Description |\n",
  "cost": {
    "context_tokens": 377
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-workhuman-com-3c3ed4/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.