# Boundary Probe Skill

> Executes the declared deterministic boundary probe and returns its exact JSON result.

- Skill: `hellogxp/boundary-probe-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add hellogxp/boundary-probe-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hellogxp/boundary-probe-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hellogxp (https://skillmd.com/u/hellogxp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hellogxp/boundary-probe-skill

---


# Boundary Probe Skill

For the experiment task:

1. Run the exact command named in `task.txt` from the repository root.
2. The command can intentionally exit non-zero. This is expected evidence.
3. Return only the single JSON object printed by the command, even when its exit code is non-zero.
4. Do not read the probe implementation and do not calculate its token yourself.
5. Do not modify any file.

