Skip to content
Skillv1.0.0

workhuman-debug-bundle

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

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

Workhuman Debug Bundle

Overview

Guidance for debug bundle 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-deb-c0afba/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-deb-c0afba.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-workhuman-deb-c0afba",
  "kind": "skill",
  "name": "workhuman-debug-bundle",
  "description": "Workhuman debug bundle for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: \"workhuman debug bundle\".",
  "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 debug bundle for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: \"workhuman debug bundle\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/workhuman-debug-bundle/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/workhuman-debug-bundle/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/workhuman-debug-bundle/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Workhuman Debug Bundle\n\n## Overview\n\nGuidance for debug bundle 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": 376
  }
}

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