disabled-skill

Run skill workflows without external model invocations for testing.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill disabled-skill-wangrenzhu-ola
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: disabled-skill
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/tests/fixtures/sample-plugin/skills/disabled-skill
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill disabled-skill-wangrenzhu-ola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely test skill workflows by running in a mode that prevents any external model invocation.

Core Features & Use Cases

  • Safe testing: disable model invocation to validate prompts, logic, and flows without AI calls.
  • Risk-free experimentation: reuse the skill in CI or staging without incurring costs or introducing side effects.
  • Easy enablement: toggle the disable-model-invocation flag in SKILL.md to switch between normal and safe modes.

Quick Start

Enable the skill in a test environment and run a workflow to verify that no model calls occur.

Frequently Asked Questions about disabled-skill

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

FAQPage Schema
How do I test skill workflows without invoking external models?▼

To test skill workflows without invoking external models, enable the disable-model-invocation flag in SKILL.md. This runs the skill in a safe mode that prevents live AI calls, allowing you to validate prompts and logic without incurring costs or side effects.

What is the best way to validate prompts in a CI pipeline without live AI calls?▼

The best way to validate prompts in CI without live AI calls is to use a skill with the disable-model-invocation flag enabled. This ensures risk-free experimentation in staging environments by preventing external model invocations during dry runs.

How do I toggle between normal and safe testing modes for a skill?▼

You can toggle between normal and safe testing modes by modifying the disable-model-invocation flag in the SKILL.md frontmatter. This allows you to switch to a mode that prevents any external model invocation for QA and dry runs.

Does disabling model invocation affect prompt and flow validation in development pipelines?▼

Disabling model invocation does not prevent prompt and flow validation in development pipelines. It specifically blocks external model calls so you can safely test logic and validate workflows without side effects or unexpected costs.

Can I reuse skills in staging without introducing side effects from model calls?▼

Yes, you can reuse skills in staging without side effects by enabling the disable-model-invocation flag. This operates the skill in a controlled mode that prevents unintended model invocations during testing and QA.

Why should I disable model invocation during QA testing?▼

You should disable model invocation during QA testing to prevent unintended live AI calls. This allows you to validate prompts, logic, and flows in a controlled execution environment without introducing side effects or incurring costs.