# Run

> Run a Xyne Claw agent.

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

---


Parse `$ARGUMENTS` as:

```text
<agent-slug> <task...>
```

Use the first token as the agent slug. Use the remaining text as the task.

Call the `claw_run_agent` MCP tool with the parsed agent and task, then stream or print the returned result.

Optional delivery:
- `channel_id` — a Spaces channel/DM id → the agent posts its reply INTO that Spaces thread (not just the terminal). E.g. "run doctor-agent 'check PR #123' and post it to channel <id>".
- `deliver_to: "dm"` — post the reply to the user's own Spaces DM (requires a stored self-DM id from login; if absent, pass channel_id instead).
Default (neither) = result returns to the CLI only.

