Skip to main content
The Healthcare Providers Verify skill validates practitioner credentials and license status against the NPI registry. It cross-references specialties, credentials, and practice addresses against official records and returns a verification status per provider. Powered by the Nimble CLI and built on the open-source Agent Skills standard for cross-platform agent compatibility.

View on GitHub

Source code for this skill

Example Prompts

"verify these doctors"
"check provider credentials"
"validate licenses for my provider list"
"verify NPI numbers"
"compliance audit on these practitioners"

How It Works

1

Parse input data

Accepts CSV, Google Sheet URL, pasted data, or output from the Extract or Enrich skills. Minimum input: provider name plus one of credentials, state, or specialty.
2

Look up NPI registry

Queries the NPPES API for each provider. Falls back to web search on npidb.org or nppes.cms.hhs.gov if the API returns no match.
3

Cross-reference and verify

Matches provider data against NPI records across four dimensions: name, credentials, taxonomy (specialty), and address.
4

Flag discrepancies

Identifies critical issues (deactivated NPI, credential mismatch, specialty mismatch) versus warnings (address differences, stale records, name variants).
5

Deliver verification report

Outputs a per-provider verification status with detailed match results and source links.

Output

Verification Statuses

StatusMeaning
VerifiedAll claims match NPI record, license status Active
Partially VerifiedNPI found, minor discrepancies (wrong city but right state, stale record)
UnverifiedNo NPI match found or too ambiguous to confirm
FlaggedCritical issues: deactivated NPI, credential mismatch, or specialty mismatch

Report Includes

  • Per-Provider Status — verification result with match details per dimension
  • Flagged Providers — critical issues requiring attention
  • Verification Summary — total verified, partially verified, unverified, and flagged counts
  • Source Links — NPI registry URLs for each lookup

Healthcare Skills Pipeline

The three healthcare skills chain together for end-to-end provider data workflows:
1

Extract

Discover providers from practice websites using Providers Extract.
2

Enrich

Fill data gaps using Providers Enrich.
3

Verify

Validate credentials against the NPI registry.

When to Use

Use CaseSkill
Validate credentials against NPI registryProviders Verify
Extract providers from practice websitesProviders Extract
Fill gaps in an existing provider listProviders Enrich

Quick Install

claude plugin marketplace add Nimbleway/agent-skills && \
claude plugin install nimble@nimble-plugin-marketplace

Prerequisites

Requires the Nimble CLI and a Nimble API key. See Plugin Installation for full setup instructions.