sumsub/agent-skills

Agent Skills for the Sumsub API

6Stars on the repository
26Mods indexed here, across every type
todayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

sumsub/agent-skills

Skill Claude CodeCodex

Analyze 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, AML resolution rules). TRIGGER when the user provides a regulation PDF, legal act, or compliance requirement document and…

not rated 6 changed today A 140 tokens

sumsub-api-auth

02

sumsub/agent-skills

Skill Claude CodeCodex

Authenticate to the Sumsub API with an App Token + secret key (HMAC-SHA256 request signing). TRIGGER when the user asks to "call / sign / authenticate Sumsub API requests", debugs 401 Unauthorized / signature errors against api.sumsub.com, or needs a working request example with X-App-Token / X-App-Access-Sig /…

not rated 6 changed today B 144 tokens

sumsub-api-generic

03

sumsub/agent-skills

Skill Claude CodeCodex

Catch-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…

not rated 6 changed today A 139 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Fetch the current tenant's allowed entitlements (BackgroundCheckTarget list). Returns JSON {"allowedChecks":{key:label}} — a map whose keys are the enabled entitlement keys. Called by sumsub-create-level (and other create- skills) before building a payload to gate entitlement-required features.

not rated 6 changed today A 67 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Verify that the locally installed Sumsub agent-skills package is compatible with the published version before doing any Sumsub work. TRIGGER at the start of any task that touches Sumsub — Sumsub Dev MCP tools (mcpSumsubDev), KYC/AML workflows, applicants, checks, transactions, verification levels, verification links…

not rated 6 today A 184 tokens

sumsub-conformance

06

sumsub/agent-skills

Skill Claude CodeCodex

Check whether a tenant's DEPLOYED Sumsub config actually satisfies a regulation/policy document — tracing each requirement to where it is collected, scored, and ENFORCED, and flagging "collected-but-not-enforced" gaps. TRIGGER when the user has a regulation/policy/requirements doc (PDF or text) and wants to verify the…

not rated 6 changed today A 166 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Create or update a Sumsub cross-check preset (name/address comparison rules between POI and POA documents) via POST/PATCH /resources/api/agent/crossCheckPresets and GET /resources/api/agent/crossCheckPresets/{id}. TRIGGER ONLY when the user EXPLICITLY asks to override how cross-checks compare names or addresses — e.g.…

not rated 6 changed today A 190 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Configure KYT transaction monitoring rules with tags, applicant risk scoring and risk levels. TRIGGER when the user says "create / add / set up KYT rules / TM rules", "configure transaction monitoring", describes scoring logic (flag/block/hold transactions by amount, country, direction, peer, or other conditions)…

not rated 6 changed today A 139 tokens

sumsub-create-level

09

sumsub/agent-skills

Skill Claude CodeCodex

Create or update a Sumsub applicant level. POST /resources/applicants/-/levels to create new, PATCH same path to update (id in body), GET /resources/applicants/-/levels/{id} to read one back. TRIGGER when the user asks to "create / add / build / update / edit a Sumsub level", supplies a list of required steps for an…

not rated 6 changed today A 165 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Create or update a Sumsub Proof-of-Address (POA) preset. POST /resources/api/agent/poaStepSettings to create new, PATCH same path to update (id in body), GET /resources/api/agent/poaStepSettings/{id} to read one back. TRIGGER when the user asks to "create / add / build / configure / update / edit a POA preset" or "PoA…

not rated 6 changed today A 216 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Create or update a Sumsub KYC questionnaire definition. POST /resources/api/agent/questionnaires to create new (fails 409 if id exists), PATCH same path to update (fails 404 if id is unknown), GET /resources/api/agent/questionnaires/{id} to read one back. TRIGGER when the user asks to "create / add / build / update /…

not rated 6 changed today A 149 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Submit a transaction to Sumsub Transaction Monitoring (KYT) via the ApplicantResource API. TRIGGER when the user asks to "submit / create / send / record a transaction", "test a KYT rule with a transaction", post a fiat or crypto payment for monitoring, attach Travel Rule data to a transfer, log a user-platform event…

not rated 6 changed today A 161 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Create a Sumsub applicant workflow — verification routing (levels, branches, country/age rules, final-rejection or manual-review steps) or an action workflow (post-verification tagging, notes, source-key changes). TRIGGER on requests to create/build/add a workflow or a flowchart-style routing description. Builds…

not rated 6 changed today A 133 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Add Sumsub Device Intelligence (the Fisherman JS module) to your own web pages where there is NO Sumsub verification widget — login, signup, password reset, 2FA, checkout, or any high-value action you want fraud-screened. TRIGGER when the user asks to "add device intelligence to login / signup", "fingerprint the…

not rated 6 changed today A 202 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Add Sumsub Device Intelligence (the Fisherman module) to a web project that already verifies users with the Sumsub WebSDK. TRIGGER when the user asks to "add device intelligence", "enable device capture / fingerprinting in the WebSDK", "turn on Fisherman", "detect device fraud / multi-accounting in the verification…

not rated 6 changed today A 197 tokens

sumsub/agent-skills

Skill Claude CodeCodex

End-to-end recipe for integrating Sumsub ID Connect — the OIDC-based "Verify with Sumsub ID" flow that lets a user share previously-verified identity claims with your app. TRIGGER when the user asks to "integrate Sumsub ID Connect", "add Verify-with-Sumsub-ID button", "reuse Sumsub KYC via OIDC", "exchange the Sumsub…

not rated 6 changed today A 246 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Integrate the Sumsub Mobile SDK (IdensicMobileSDK / SNSMobileSDK) into a native iOS or Android app — even when the user doesn't name the SDK (e.g. "add Sumsub/KYC to my iPhone app", "add KYC to my Android app", "show the verification screen", "launch Sumsub from a view controller / activity"). Detects the platform…

not rated 6 today A 180 tokens

sumsub/agent-skills

Skill Claude CodeCodex

End-to-end recipe for adding Sumsub KYC to a website or web app via the Sumsub WebSDK. TRIGGER when the user asks to "integrate / embed / add Sumsub", "show the KYC widget", "add WebSDK", "verify users with Sumsub on the frontend", supplies an existing levelName they want to plug into a page, or asks how to wire up…

not rated 6 changed today A 195 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Add, replace, or remove tags on a Sumsub applicant profile via the public API — POST /resources/applicants/{applicantId}/tags/add (additive), POST .../tags (overwrite the full set), DELETE .../tags (remove), read-back via GET .../one. TRIGGER when the user asks to "tag / untag an applicant", "add / remove / clear…

not rated 6 changed today A 176 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Manage Sumsub clientWebhooks (event subscriptions for applicantReviewed / applicantPending / kytTxn / etc.) — reads via /resources/api/clientWebhooks, writes via /resources/api/agent/clientWebhooks. Sandbox only — production webhooks must be created by a human directly in the Sumsub dashboard. TRIGGER when the user…

not rated 6 changed today A 227 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Query AND edit Sumsub's supported identity documents. READ the built-in catalogue (documentsByCountries) — which document types are supported per country, whether they're double-sided, which OCR fields are default vs. available. EDIT a client's own supported-document overrides (idDocSettings.countryMappings) via the…

not rated 6 today A 141 tokens

sumsub-theme-msdk

22

sumsub/agent-skills

Skill Claude CodeCodex

Analyze a native mobile app's design system (colors, fonts, corner radii, margins, light/dark) and generate code that themes the Sumsub Mobile SDK to match it — Swift (SNSTheme subclass) on iOS, Kotlin (SNSTheme DSL) on Android. Use this whenever the user wants the Sumsub verification / KYC screens to match their…

not rated 6 changed today A 273 tokens

sumsub/agent-skills

Skill Claude CodeCodex

Create, edit, reorder, delete, and publish Sumsub AML Resolution Rules (the AML Resolution Rule Chain) that auto-review AML screening hits. TRIGGER when the user wants to auto-clear false positives, auto-confirm true positives, carry over previous AML reviews, tag AML hits, or set up / inspect / publish the AML rule…

not rated 6 today A 106 tokens

sumsub/agent-skills

Skill Claude CodeCodex

End-to-end recipe for integrating Sumsub Travel Rule — deciding which of the three exchange flows applies, identifying the counterparty VASP, submitting the transfer, reading the exchange status, finalising or cancelling it, answering requests other VASPs send you, handling the unhosted-wallet path when no VASP is…

not rated 6 today A 314 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: