Skip to content
Development
Skill

/claude-code-consent-adapter

Use when identifying the native consent mechanism implemented by Gaia's Claude Code adapter

From plugin
metraton-gaia
339 skills9 agents11 hooks
Install
$ npx -y skills add metraton/gaia --skill claude-code-consent-adapter --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/claude-code-consent-adapter

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when identifying the native consent mechanism implemented by Gaia's Claude Code adapter

SKILL.md

claude-code-consent-adapter.SKILL.md
name: claude-code-consent-adapter
description: Use when identifying the native consent mechanism implemented by Gaia's Claude Code adapter

Claude Code Consent Adapter

Claude Code presents Gaia's already-rendered consent request through its native question mechanism. The adapter translates that host shape at the boundary; the consent fields, approval identifier, and activation semantics remain owned by the host-neutral consent protocol.

The native mechanism is `AskUserQuestion`. Its result may arrive as an `ElicitationResult`; both names are adapter vocabulary and must remain outside the five host-agnostic consent skills.

Implementation details belong to the adapter, not here. The registration and its documentation metadata live together in `hooks/adapters/registry.py::register_adapter`; the concrete translation lives in `hooks/adapters/claude_code.py::ClaudeCodeAdapter::request_consent`.

Ships withmetraton-gaia

Generative AI Architecture

Get the whole plugin

Other skills on metraton-gaia.