bynn
01Plugin Claude Code
Official skills for Bynn, Agemin, and Detector24: document fraud detection for manipulated, fake and AI-generated PDF and image documents, plus identity verification, age verification, and content detection.
Plugin Claude Code
Official skills for Bynn, Agemin, and Detector24: document fraud detection for manipulated, fake and AI-generated PDF and image documents, plus identity verification, age verification, and content detection.
Plugin Claude Code
Integrate Agemin biometric age verification: the browser SDK for age gating a site, and the server API for confirming results you can trust.
Skill Claude CodeCodex
Call the Agemin server-side API at https://api.agemin.com/v1: confirm a browser verification with GET /agemin/check/status/{sessionToken}, look a result up by your own reference with GET /agemin/check/reference/{referenceId}, or run a check directly with POST /agemin/check/selfie or POST /agemin/check/email. Covers…
Skill Claude CodeCodex
Integrate the Agemin browser SDK (@bynn-intelligence/agemin-sdk) for biometric age verification: install, initialize with an Asset ID and reference ID, choose verify() for a single trigger or validateSession() to gate every page, wire the onAgePass/onAgeFail/onError/onCancel callbacks, handle React and Vue mounting…
Skill Claude CodeCodex
Start here for any Agemin task: adding biometric age verification or an age gate to a website or app. Covers what an Asset ID and a reference ID are, the two integration paths (browser SDK versus server-side API), the security model that makes the browser result untrustworthy on its own, and where the result actually…
Plugin Claude Code
Document fraud detection for manipulated, fake and AI-generated PDF and image documents, plus identity verification and KYC sessions, age verification, content moderation, face search, AutoDoc invitations, and webhook verification. Bundles the Bynn MCP server.
Skill Claude CodeCodex
Estimate age and detect minors from a face image with Bynn: POST /ageverification/selfie for a one-shot check, or the liveness flow when the selfie must come from a live person rather than an uploaded file. Covers the age threshold models, legalage21, verificationstatus and confidence, age ranges, and how to pick a…
Skill Claude CodeCodex
Ask a customer to submit documents over email or SMS with Bynn AutoDoc invitations: create an invitation against a workflow token, track it through its lifecycle statuses, resend it, and link the resulting dossier back to your own record. Use when you need a person to upload documents without building an upload flow…
Skill Claude CodeCodex
Document fraud detection with Bynn: detect manipulated, fake, edited and AI-generated PDF and image documents. Submit an ID, passport, invoice, bank statement, or contract to POST /documents, then read the forensic verdict from GET /documents/{id}. Covers the async submit-and-poll contract, risk score fields, the…
Skill Claude CodeCodex
Build and query a face gallery with Bynn: create a collection, enroll faces with your own labels and metadata, then search it with a probe image and read distance and similarity scores. Covers collection lifecycle, enrollment inputs, tuning distancethreshold and limit, interpreting matches, and deleting a face. Use…
Skill Claude CodeCodex
Run a full identity verification (KYC) on a real person with Bynn hosted sessions: create a session with a KYC level, hand the applicant a URL or QR code, track progress over websocket or webhooks, and collect the outcome. Covers session creation and update, consent, liveness, ID document capture, NFC chip reads…
Skill Claude CodeCodex
Connect an agent to the Bynn MCP server at https://mcp.bynn.com and drive Bynn through its tools instead of hand-written HTTP. Covers connecting with OAuth or a bearer token, per-client config for Claude Code, Claude Desktop, ChatGPT, Cursor, VS Code, Windsurf and Zed, which credential each tool group needs, verifying…
Skill Claude CodeCodex
Run any Bynn detection or moderation model over image, video, text, or audio through POST /moderation/infer: nudity, violence, weapons, drugs, CSAM, PII solicitation, AI-generated image/video/text/music, deepfakes, OCR, age and minor detection, and more. Covers model discovery, per-modality inputs, batching…
Skill Claude CodeCodex
Embed Bynn identity verification in a website with the Bynn Web SDK (@bynn-intelligence/websdk): script tag or npm install, mount a verification form or a single button into a parent element, prefill and hide applicant fields, handle session events, and decide when to drop to the Sessions API instead. Use when adding…
Skill Claude CodeCodex
Receive and verify Bynn webhooks: the payload shape, the event catalogue, verifying the X-Bynn-Signature detached RS256 JWT against the raw request body, deduplicating with Idempotency-Key, and handling retries. Use when building the endpoint that receives Bynn callbacks, when signature verification fails, or when…
Skill Claude CodeCodex
Start here for any Bynn task: document fraud detection for manipulated, fake and AI-generated PDF and image documents, identity verification (KYC) sessions, age verification, content moderation and AI-generated media detection, face search, AutoDoc invitations, or webhook verification. Routes to the right Bynn skill…
Plugin Claude Code
Integrate Detector24 detection models for image, video, audio, and text: AI-generated media, deepfakes, nudity, violence, weapons, OCR, and more.
Skill Claude CodeCodex
Integrate Detector24 detection models: discover a model in the catalogue, read its inputschema and outputschema to build the request and parse the response, submit content asynchronously, and read results. Covers image, video, audio, and text models including AI-generated media, deepfakes, nudity, violence, weapons…
MCP server Claude CodeCodexCursor
Document fraud detection for manipulated, fake and AI-generated PDF and image documents. Remote server at mcp.bynn.com.