manual-only-probe

Replies with the fixed line PROBE-RAN when explicitly invoked by the user.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/line7works/tony-skills --skill manual-only-probe-line7works
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual-only-probe
Source: https://github.com/line7works/tony-skills/tree/main/plugins/recheck-v2/setups/_fixtures/manual-only-probe/skills/manual-only-probe
Command: npx skills add https://github.com/line7works/tony-skills --skill manual-only-probe-line7works

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a minimal, deterministic test fixture for verifying that manual-only skill invocation works correctly in the skills v2 pilot, without any model-driven behavior. ## Core Features & Use Cases - Fixed Response: Replies with exactly the single line PROBE-RAN and nothing else. - Manual-Only Invocation: Configured with disable-model-invocation and user-invocable flags so it only runs when the user explicitly asks for it. - Use Case: A developer testing a new skill-loading pipeline invokes the probe to confirm that user-triggered skills are discovered, loaded, and executed as expected. ## Quick Start Ask the assistant to run the manual-only probe and confirm it replies with PROBE-RAN.

Frequently Asked Questions about manual-only-probe

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

FAQPage Schema
How do I run the manual-only probe skill?

Invoke it explicitly by asking the assistant to run the manual-only probe. It replies with exactly the single line PROBE-RAN and nothing else, confirming the invocation path works.

What does the manual-only probe do when invoked?

It returns the fixed string PROBE-RAN as its entire output. The skill performs no other actions, file operations, or model-driven reasoning.

Can the manual-only probe be triggered automatically by the model?

No. Its frontmatter sets disable-model-invocation to true and its agent policy disallows implicit invocation, so it only runs when the user explicitly requests it.

What is the manual-only probe used for in testing?

It serves as a fixture in the skills v2 pilot to verify that user-invocable skills are discovered, loaded, and executed correctly. A successful run is confirmed by the exact PROBE-RAN response.