Skip to main content

What are Agent Skills?

Agent Skills are pre-built instruction sets that allow AI coding assistants (like Cursor, GitHub Copilot, Claude, etc.) to integrate Didit’s identity verification APIs into your codebase with a single command. Each skill contains:
  • Complete API documentation and endpoint details
  • Authentication setup instructions
  • Request/response schemas with examples
  • Ready-to-use code snippets
  • Error handling patterns

Available Skills


Quick Install

Install all skills at once:
If clawhub is not installed globally, use:

Via Cursor IDE

Copy skills directly into your project:

Via GitHub

Browse and download individual skills from the repository:

didit-agent-skills

All 11 Didit AI Agent Skills — open source on GitHub

Setup

All skills require a DIDIT_API_KEY environment variable. Some skills require additional variables:
Get your API key from the Business ConsoleAPI & Webhooks in the sidebar.

How It Works

Once installed, simply ask your AI assistant to perform verification tasks:
“Create a verification session for a new user signup”
“Add ID verification to my Express.js backend”
“Set up webhook handling for verification status updates”
“Screen this user against AML/PEP watchlists”
The AI will read the skill documentation and generate production-ready code using Didit’s APIs.