# Run Jinx

> Execute a jinx by name (already loaded on the team) or by filesystem path (e.g. a freshly created_jinx that isn't yet registered), passing input values as a JSON object. Returns the jinx's output field or the full context dict. Use this to run a jinx you just wrote without exiting the session.

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

---


# run_jinx

Execute a jinx by name (already loaded on the team) or by filesystem path (e.g. a freshly created_jinx that isn't yet registered), passing input values as a JSON object. Returns the jinx's output field or the full context dict. Use this to run a jinx you just wrote without exiting the session.

## Inputs

- `jinx_ref`
- `input_values` (default: `'{}'`)

## Steps

- `execute` → [`execute.py`](./execute.py)

## Usage

```
/run_jinx jinx_ref=run_jinx input_values={"jinx_ref": "<value>", "input_values": "{}"}
```

