clous-development/skills/api-integration/SKILL.md
Use when building or reviewing direct Clous API v1 integrations, including responses, object CRUD, API keys, webhooks, tool endpoints, retries, pagination, and structured error handling.
npx skillsauth add clous-ai/agents api-integrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the Clous API as the source of truth for production integrations. The primary base URL is https://api.clous.app/v1.
GET /v1/info/.responses, objects, api-keys, webhooks, and tools.GET /v1/info/: API discovery.POST /v1/responses/, GET /v1/responses/{id}/: agent runs.GET /v1/objects/types/: supported object resources.GET|POST /v1/objects/{type}/: object collection operations.GET|PATCH|DELETE /v1/objects/{type}/{id}/: object detail operations.GET|POST /v1/webhooks/, GET /v1/webhooks/events/: webhook management.POST /v1/tools/hr-knowledge-retrieve/, POST /v1/tools/clous-support-docs-retrieve/, POST /v1/tools/systemlog-errors-retrieve/: worker tool endpoints.development
Use when an AI agent needs to inspect, create, update, delete, or troubleshoot Clous webhook subscriptions and events.
tools
Use when an external AI agent needs to operate Clous safely across MCP, SDK, CLI, and API surfaces while preserving user/company context and avoiding unsafe mutations.
tools
Use when reading, creating, updating, or deleting Clous objects such as employees, candidates, jobs, reviews, skills, and forms.
tools
Use when an AI agent can call Clous remote MCP tools to inspect or operate the Clous platform, HR, or employee surfaces.