I put together a Claude Code skill for Typeform — it gives you inline help with the Create, Responses, and Webhooks APIs, the Embed SDK, logic jumps, hidden fields, and webhook configuration right in your editor.
npx skills add sales-skills/sales --skills sales-typeform
Then try prompting it with something like:
/sales-typeform I want to embed a quiz on my landing page and pass UTM parameters as hidden fields so I can track which campaign each lead came from
It covers the full Typeform developer platform — form creation and management via the Create API, response retrieval with filtering and pagination, webhook setup with retry policies, and Embed SDK integration modes (widget, popup, slider, popover). Also handles common pain points like response limits, EU endpoint configuration, and webhook auto-disable behavior.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-typeform/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales
I put together a Claude Code skill for Typeform — it gives you inline help with the Create, Responses, and Webhooks APIs, the Embed SDK, logic jumps, hidden fields, and webhook configuration right in your editor.
Then try prompting it with something like:
/sales-typeform I want to embed a quiz on my landing page and pass UTM parameters as hidden fields so I can track which campaign each lead came fromIt covers the full Typeform developer platform — form creation and management via the Create API, response retrieval with filtering and pagination, webhook setup with retry policies, and Embed SDK integration modes (widget, popup, slider, popover). Also handles common pain points like response limits, EU endpoint configuration, and webhook auto-disable behavior.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-typeform/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales