disable-model-invocation

Prevent model-triggered invocation of a skill via frontmatter flag.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imaginationeverywhere/clara-code --skill disable-model-invocation-imaginationeverywhere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disable-model-invocation
Source: https://github.com/imaginationeverywhere/clara-code/tree/main/packages/coding-agent/test/fixtures/skills/disable-model-invocation
Command: npx skills add https://github.com/imaginationeverywhere/clara-code --skill disable-model-invocation-imaginationeverywhere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents the model from invoking this skill, ensuring human-only control over its execution.

Core Features & Use Cases

  • Enforces manual invocation to avoid automatic activations by AI agents.
  • Supports safety-conscious workflows where human authorization is required to perform actions.
  • Use Case: In testing or sensitive environments, ensure no model-initiated runs occur.

Quick Start

Manually invoke the skill to perform its actions without any model invocation.

Frequently Asked Questions about disable-model-invocation

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

FAQPage Schema
How do I prevent automatic skill execution and ensure manual-only invocation?

To prevent automatic skill execution and ensure manual-only invocation, implement a disable-model-invocation flag in the skill's frontmatter to enforce human-only control over actions.

Can I stop AI agents from triggering workflows in sensitive testing environments?

Yes, you can stop AI agents from triggering workflows in sensitive testing environments by applying a disable-model-invocation constraint, which requires explicit human action to activate.

What is the disable-model-invocation flag used for in AI safety guardrails?

The disable-model-invocation flag in AI safety guardrails is used to prevent model-triggered activations, ensuring safety-conscious workflows require human authorization to perform actions.

Does setting manual-invocation constraints work in both development and production environments?

Yes, setting manual-invocation constraints works in both development and production environments to ensure automated agents must not trigger skills and manual execution is enforced.

Why are automated agents bypassing my manual authorization requirements for skill control?

Automated agents bypass manual authorization requirements for skill control because the skill lacks a disable-model-invocation flag in its frontmatter to explicitly prevent automatic activation.

When should I enforce human-only control over AI workflows instead of allowing automatic activation?

You should enforce human-only control over AI workflows instead of allowing automatic activation when operating in safety-conscious contexts where explicit human action is required to perform sensitive actions.