13 skills
sumsub-integrate-websdk
Passed all 3 security checks·0↓20
sumsub-api-auth
Passed all 3 security checks·0↓20
sumsub-check-skills-version
Passed all 3 security checks·0↓20
sumsub-check-permissions
Passed all 3 security checksFetch the current tenant's allowed entitlements (BackgroundCheckTarget list). Returns JSON with `allowed` (array of permission keys) and `descriptions` (map of key → human-readable label). Called by sumsub-create-level (and other create-* skills) before building a payload to gate entitlement-required features.
·0↓20
sumsub-manage-webhooks
Passed all 3 security checks·0↓20
sumsub-api-generic
Passed all 3 security checksCatch-all fallback for any Sumsub API task that does NOT match a more specific skill (e.g. `create-sumsub-level`, `sumsub-create-questionnaire`, `sumsub-api-auth`). TRIGGER when the user wants to call, inspect, or debug a Sumsub API endpoint not otherwise covered — fetching applicants, listing levels, reviewing AML hits, exporting data, generating SDK tokens, anything against `api.sumsub.com`. The procedure — locate the right endpoint in the OpenAPI schema, read its request/response shape, build the payload, sign with App Token, and validate. SKIP whenever a narrower Sumsub skill already covers the request.
·0↓20
sumsub-create-transaction
Passed all 3 security checks·0↓19
sumsub-create-cross-check-preset
Passed all 3 security checks·0↓18
sumsub-create-level
Passed all 3 security checks·0↓18
sumsub-create-questionnaire
Passed all 3 security checks·0↓18
sumsub-create-poa-preset
Passed all 3 security checks·0↓18
sumsub-analyze-regulation
Passed all 3 security checksAnalyze a regulation document (PDF or text) and produce a Sumsub configuration plan — mapping regulatory requirements to Sumsub entities (levels, questionnaires, PoA presets, TM rules, workflows). TRIGGER when the user provides a regulation PDF, legal act, or compliance requirement document and wants to know what to configure in Sumsub. Acts as the entry point before invoking sumsub-create-level, sumsub-create-questionnaire, sumsub-create-poa-preset, sumsub-create-workflow, and other skills. SKIP for direct entity creation requests (no regulatory context) or Sumsub API calls.
·0↓17
sumsub-create-workflow
Passed all 3 security checks·0↓12