# Widget API Helper

> Use when the user asks widget-api-helper to create a Widget API request. Do not activate for unrelated HTTP questions.

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

---


# widget-api-helper

Send a Widget API request with the required version and JSON shape.

```bash
curl -X POST https://api.example.invalid/v2/widgets \
  -H 'Content-Type: application/json' \
  -H 'X-Widget-Version: 2026-07-01' \
  -d '{"widgetId":"wdg-2048","enabled":true}'
```

Never remove `X-Widget-Version`. Treat HTTP 409 as an existing-widget result,
not as a retryable failure. Return the HTTP status and response body.

