Skip to main content

thunderid-try-agentid

Launch the AgentID demo for AI agent authentication. Use when asked to "try AgentID", "demo AI agent auth", "show agent identity", "test ThunderID with an AI agent", or "run the AI concierge demo".

Ir a la instalación

Datos de origen

Repositorio
thunder-id/skills
Última actividad en el origen
18 de agosto de 2026 a las 16:31
Idioma detectado de SKILL.md
inglés
Estrellas
35
Forks
8

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
thunderid-try-agentid
description
Launch the AgentID demo for AI agent authentication. Use when asked to "try AgentID", "demo AI agent auth", "show agent identity", "test ThunderID with an AI agent", or "run the AI concierge demo".
license
Apache-2.0
allowed-tools
Bash(npx:*)
metadata
{"author":"thunderid","version":"1.0.0"}
# ThunderID — AgentID Demo Assumes ThunderID is running at `https://localhost:8090`. If not, run `/install` first. ## What Is AgentID? AgentID demonstrates secure access for AI agents and automated workflows acting on behalf of users — an AI concierge that authenticates as a real ThunderID user and calls backend APIs with delegated credentials. ## Before You Start You need an LLM API key for the AI concierge service. Supported providers: | Provider | Env var | |----------|---------| | Anthropic (Claude) | `LLM_API_KEY` | | Gemini | `LLM_API_KEY` | Ask the developer which provider they want to use and collect their API key. ## Launch the Demo ```bash npx thunderid try wayfinder ``` The CLI will prompt for: 1. **LLM provider** — select Anthropic (Claude) or Gemini 2. **API key** — your provider API key (input is masked) ThunderID then downloads the Wayfinder sample with AI features enabled, seeds it, and starts all services including the AI agent backend. The app opens at **http://localhost:5173**. ## What's Next Once the demo is running, you can add ThunderID auth to your own app: | Framework | Skill | |-----------|-------| | Next.js | `/integrate-nextjs` | | React | `/integrate-react` | | Vue | `/integrate-vue` | | Nuxt | `/integrate-nuxt` |
Ver en GitHub