sumsub-create-questionnaire

sumsub-create-questionnaire is a skill for Claude Code from sumsub/agent-skills. It costs 149 tokens per session (2,174 once invoked), scanned A, original, no licence file.

A tool for creating, reading, and updating Sumsub KYC questionnaires through its API. KYC means checking a customer's identity before allowing certain services.

In plain words
What is it for?
Use it to add a questionnaire, edit its definition, or read one back by its ID.
Why use it?
It avoids manually constructing API requests and helps distinguish between creating a new questionnaire and changing an existing one.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to add a questionnaire, edit its definition, or read one back by its ID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sumsub/agent-skills/sumsub-create-questionnaire
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sumsub/agent-skills --skill sumsub-create-questionnaire
Clone the repo
git clone --depth 1 https://github.com/sumsub/agent-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sumsub-create-questionnaire

README.md
[![agentmods](https://agentmods.dev/badge/skills/sumsub/agent-skills/sumsub-create-questionnaire/github.svg)](https://agentmods.dev/skills/sumsub/agent-skills/sumsub-create-questionnaire)
Your own site
<a href="https://agentmods.dev/skills/sumsub/agent-skills/sumsub-create-questionnaire"><img src="https://agentmods.dev/badge/skills/sumsub/agent-skills/sumsub-create-questionnaire/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sumsub-create-questionnaire

Your own site · 80×15
<a href="https://agentmods.dev/skills/sumsub/agent-skills/sumsub-create-questionnaire"><img src="https://agentmods.dev/badge/skills/sumsub/agent-skills/sumsub-create-questionnaire.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,174 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 4 Sept 2026
  • Snyk pass 4 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00149 $0.02174
Opus 5 $0.00075 $0.01087
Sonnet 5 $0.00030 $0.00435
Haiku 4.5 $0.00015 $0.00217

Measured 6d ago against content hash 1e6ce067a264, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sumsub-create-questionnaire scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/build_questionnaire.py, scripts/get_questionnaire.sh, scripts/patch_questionnaire.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sumsub-create-questionnaire/SKILL.md · 150 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed 1e6ce067a264
  2. 10d ago First seen · 150 lines · 149 tokens per session scan A e082c4842cc0

Subscribe to this mod's changes

sumsub-create-questionnaire is a skill published in the GitHub repository sumsub/agent-skills (6 stars, last pushed 6d ago), with no licence file. It adds 149 tokens to every session and 2,174 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Australia — ABR / ASIC Lookup

Live, real-time queries to Australian Business Register (ABR — ABN Lookup) (Australia). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names ABR / ASIC, the country, or its registry directly. ID format: 11-digit ABN or 9-digit ACN (e.g. ABN 33 123 456 789, ACN 004 028 077 for BHP Group…

sophymarine/openregistry · 0 tokens

Belgium — KBO/BCE Lookup

Live, real-time queries to KBO/BCE — Crossroads Bank for Enterprises (Belgium). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names KBO/BCE, the country, or its registry directly. ID format: 10-digit Belgian enterprise number (e.g. 0403.201.185 formatted, 0403201185 raw …

sophymarine/openregistry · 0 tokens

Canada (British Columbia) — OrgBook BC Lookup

Live, real-time queries to BC Registries (OrgBook BC) (Canada (British Columbia)). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names OrgBook BC, the country, or its registry directly. ID format: BC company number (e.g. BC1234567 BC-incorporated, A0099999 extra-provincial). Returns…

sophymarine/openregistry · 0 tokens

Canada (Federal) — Corporations Canada Lookup

Live, real-time queries to Corporations Canada (CBCA) (Canada (Federal)). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names Corporations Canada, the country, or its registry directly. ID format: 7-digit federal CBCA number (e.g. 1234567). Returns the registry's response unmodified …

sophymarine/openregistry · 0 tokens

Canada (Northwest Territories) — CROS-RSEL NT Lookup

Live, real-time queries to CROS-RSEL — Corporate Registries Online (NT) (Canada (Northwest Territories)). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names CROS-RSEL NT, the country, or its registry directly. ID format: NT corporate registry number. Returns the registry's response…

sophymarine/openregistry · 0 tokens

Cayman Islands — CIMA Lookup

Live, real-time queries to CIMA — Cayman Islands Monetary Authority (Cayman Islands). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names CIMA, the country, or its registry directly. ID format: CIMA licence number (e.g. 123456 for a regulated mutual fund). Returns the registry's…

sophymarine/openregistry · 0 tokens