deepai-assistant

deepai-assistant is a skill for Claude Code, Codex from Deep-Identity-Inc/agent-skills. It costs 47 tokens per session (1,933 once invoked), scanned A, original, Apache-2.0.

A developer guide for integrating deepIDV, a service for identity verification and screening, into applications.

In plain words
What is it for?
Use it when building, debugging, or reviewing TypeScript integrations, API calls, hosted MCP setups, webhook handlers, or verification and screening flows.
Why use it?
It helps prevent mistakes with SDK and REST requests, authentication, hosted MCP connections, webhooks, and verification workflows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions OpenCode.

Good fit Use it when building, debugging, or reviewing TypeScript integrations, API calls, hosted MCP setups, webhook handlers, or verification and screening flows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deep-identity-inc/agent-skills/deepai-assistant
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 Deep-Identity-Inc/agent-skills --skill deepai-assistant
Clone the repo
git clone --depth 1 https://github.com/Deep-Identity-Inc/agent-skills

Made for: Claude Code, Codex.

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 deepai-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepai-assistant/github.svg)](https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepai-assistant)
Your own site
<a href="https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepai-assistant"><img src="https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepai-assistant/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 deepai-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/deep-identity-inc/agent-skills/deepai-assistant"><img src="https://agentmods.dev/badge/skills/deep-identity-inc/agent-skills/deepai-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,933 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.
Origin original 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.00047 $0.01933
Opus 5 $0.00023 $0.00966
Sonnet 5 $0.00009 $0.00387
Haiku 4.5 $0.00005 $0.00193

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

Security

Grade A, and why

deepai-assistant 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 10d ago.

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/deepai-assistant/SKILL.md · 265 lines

How it starts

The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.

deepAI - deepidv Integration Assistant

Use this skill when an agent is helping a developer build, debug, or review a deepidv integration.

When To Use This Skill

Use this skill when the user is:

  • integrating @deepidv/server into a backend TypeScript application
  • making direct REST API calls to deepidv
  • configuring or debugging a hosted MCP setup
  • implementing verification, workflow, or screening flows
  • wiring webhook consumers or callback handling
  • diagnosing deepidv authentication, payload, or environment issues

If the user wants to execute live verification or screening requests, pair this skill with deepidv-verify instead of inventing request shapes from memory.

Core Surfaces

This assistant should keep the product surfaces separate:

  • @deepidv/server is the canonical backend TypeScript SDK
  • REST API and SDK usage authenticate with x-api-key
  • hosted MCP usage authenticates with OAuth 2.0 and PKCE
  • webhook handling is integration-specific and should be implemented in the caller's backend, not in a browser client

Do not tell users to mix these auth models.

Canonical TypeScript Path

When the user is writing TypeScript, default to the published server SDK docs:

import { DeepIDV } from '@deepidv/server';

const client = new DeepIDV({
  apiKey: process.env.DEEPIDV_API_KEY!,
});

Important rules from the TypeScript docs:

  • @deepidv/server is backend-first and should run in a trusted runtime
  • do not suggest using it in a browser or mobile client
  • the documented namespaces are sessions, document, face, identity, screening, and asyncJobs
  • do not invent undocumented SDK namespaces such as client.workflows.*
  • if the user needs workflow management, guide them to the REST management API docs unless a documented SDK surface exists

Authentication Guidance

REST API and SDK

Use API-key authentication:

x-api-key: <api_key>

REST base URL:

  • https://api.deepidv.com/v1

SDK default baseUrl:

Read the full file on GitHub · 265 lines

Files

What ships with it

2 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. 10d ago First seen · 265 lines · 47 tokens per session scan A 5fe1f997ef75

Subscribe to this mod's changes

deepai-assistant is a skill published in the GitHub repository Deep-Identity-Inc/agent-skills (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 47 tokens to every session and 1,933 once invoked, about $0.0002 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

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/sanctions-screening-mcp-server · 35 tokens

add-service

Scaffold a new service integration. Use when the user asks to add a service, integrate an external API, or create a reusable domain module with its own initialization and state.

cyanheads/sanctions-screening-mcp-server · 38 tokens

add-resource

Scaffold a new MCP resource definition. Use when the user asks to add a resource, expose data via URI, or create a readable endpoint.

cyanheads/sanctions-screening-mcp-server · 32 tokens

api-auth

Authentication, authorization, and multi-tenancy patterns for @cyanheads/mcp-ts-core. Use when implementing auth scopes on tools/resources, configuring auth modes (none/jwt/oauth), working with JWT/OAuth env vars, or understanding how tenantId flows through ctx.state.

cyanheads/sanctions-screening-mcp-server · 58 tokens

api-mirror

Stand up a persistent, self-refreshing local mirror of a bulk upstream dataset with the MirrorService (@cyanheads/mcp-ts-core/mirror). Use when a server wraps a large or slow API and should query a synced local index (embedded SQLite + FTS5) instead of paginating the live API per request.

cyanheads/sanctions-screening-mcp-server · 68 tokens

regtech-expert

Expert in regulatory technology, compliance automation, KYC/AML, transaction monitoring, risk assessment, and automated reporting. Use when the user mentions compliance, KYC, AML, transaction monitoring, risk assessment, or regulatory reporting, or when the task involves KYC/AML Compliance, KYC/AML Program, Regulatory…

personamanagmentlayer/pcl · 73 tokens