# Widget Api Helper

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

- **Type:** Skill
- **Install:** `agentstack add skill-igapyon-igapyon-agent-skills-code-example`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [igapyon](https://agentstack.voostack.com/s/igapyon)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [igapyon](https://github.com/igapyon)
- **Source:** https://github.com/igapyon/igapyon-agent-skills/tree/devel/skills/igapyon-skill-compactor/tests/fixtures/code-example

## Install

```sh
agentstack add skill-igapyon-igapyon-agent-skills-code-example
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [igapyon](https://github.com/igapyon)
- **Source:** [igapyon/igapyon-agent-skills](https://github.com/igapyon/igapyon-agent-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-igapyon-igapyon-agent-skills-code-example
- Seller: https://agentstack.voostack.com/s/igapyon
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
