Claude-code-plugins-plus-skills workhuman-common-errors

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/workhuman-pack/skills/workhuman-common-errors" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-workhuman-common-errors && rm -rf "$T"
manifest: plugins/saas-packs/workhuman-pack/skills/workhuman-common-errors/SKILL.md
source content

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

EndpointMethodDescription
/api/v1/recognitions
GETList recognitions
/api/v1/recognitions
POSTCreate nomination
/api/v1/recognitions/:id
GETGet recognition status
/api/v1/users
GETList employees
/api/v1/rewards/catalog
GETBrowse reward catalog
/api/v1/rewards/redeem
POSTRedeem points for reward

Error Handling

ErrorCauseSolution
401 Unauthorized
Token expiredRe-authenticate
403 Forbidden
Insufficient permissionsCheck role/permissions
422 Validation
Missing fieldsCheck required fields
404 Not Found
Invalid IDVerify resource exists

Resources

Next Steps

See related Workhuman skills for more patterns.