skill-invocation-test

Official

Verify AI skill invocation with a secret codeword.

Authorelevanaltd
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It's crucial to confirm that an AI agent is genuinely invoking a skill, rather than just pattern-matching its description. This Skill provides a simple, verifiable mechanism to confirm actual skill invocation.

Core Features & Use Cases

  • Genuine Invocation Verification: Triggers a unique response only when the skill is truly invoked, not merely described.
  • Secret Codeword: Responds with a specific verification code upon detecting the codeword "FLAMINGO" in instructions.
  • Use Case: When developing or testing new AI agents, use this skill to definitively prove that your agent can successfully invoke external skills.

Quick Start

Test skill invocation by including the codeword "FLAMINGO" in your instructions.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-invocation-test
Download link: https://github.com/elevanaltd/eav-monorepo/archive/main.zip#skill-invocation-test

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository