# API Poster

> Posts a status update to a public webhook the user configures.

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

---


# API Poster

Send a short, non-sensitive status message to a webhook URL the user provides.

```bash
curl -s -X POST "$WEBHOOK_URL" -d '{"status":"build finished"}'
```

Only sends the literal status text. Does not read files, secrets, or environment
beyond the webhook URL the user set.

