Integrate Reclaim Protocol

Automates Reclaim Protocol integration into Node.js projects with stack detection and code generation.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/reclaimprotocol/reclaim-claude-skill --skill integrate-reclaim-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Integrate Reclaim Protocol
Source: https://github.com/reclaimprotocol/reclaim-claude-skill/tree/main
Command: npx skills add https://github.com/reclaimprotocol/reclaim-claude-skill --skill integrate-reclaim-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @reclaimprotocol/js-sdk, react-qr-code, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the integration of Reclaim Protocol's decentralized verification capabilities into your Node.js projects, automating the setup of API routes and frontend components.

Core Features & Use Cases

  • Automated Stack Detection: Automatically identifies your project's framework (Next.js, Express, React, etc.), package manager, and TypeScript usage.
  • Credential Management: Securely handles Reclaim Protocol API keys and provider IDs.
  • Full-Stack Integration: Generates necessary backend API routes for proof generation and callback handling, along with frontend components for user interaction.
  • Use Case: Quickly add a "Verify your GitHub activity" feature to your web application using Reclaim Protocol, without needing to manually write boilerplate code.

Quick Start

Use the Integrate Reclaim Protocol skill to add Reclaim verification to this project.

Frequently Asked Questions about Integrate Reclaim Protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Reclaim Protocol verification to my Node.js app?

This Skill automates Reclaim Protocol integration by detecting your framework, installing dependencies like @reclaimprotocol/js-sdk, and generating backend API routes along with frontend components for user interaction.

What frameworks are supported for integrating Reclaim Protocol?

Reclaim Protocol integration supports Next.js, Express, React, Vue, Nuxt, SvelteKit, Hono, Fastify, and plain Node.js, automatically identifying your stack to generate the appropriate API routes and components.

Does Reclaim Protocol integration work with Express and Fastify?

Yes, Reclaim Protocol integration works with Express and Fastify. It detects your specific framework and package manager to generate the correct backend API routes and frontend components for your environment.

How do I set up Reclaim Protocol API keys and callback URLs?

Setting up Reclaim Protocol API keys and callback URLs is automated by this Skill, which securely handles your credentials and resolves callback URLs during the project stack detection and integration process.

Can I generate a GitHub activity verification feature without writing boilerplate code?

You can generate a GitHub activity verification feature without boilerplate code by using this Skill to automatically create the required backend API routes and frontend components for Reclaim Protocol proof generation.

Do I need to manually install the Reclaim Protocol JS SDK?

You do not need to manually install the Reclaim Protocol JS SDK because this Skill automates dependency installation, environment variable setup, and callback URL resolution during the stack detection phase.