# X Execute

> executes an input optionally with validate first

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

---


if options.validate && not /x-validate input {
  return "Invalid not executed"
}
else {
  return evaluate input
}


