tally-api
Installation
SKILL.md
Tally API
Overview
Tally (tally.so) is a form builder. Its REST API (https://api.tally.so) exposes forms, submissions,
analytics, workspaces, organization members, and webhooks. This skill provides the endpoint map, exact
request/response shapes, a curl CLI wrapper, and webhook signature verification so another Claude
instance can read form data, sync submissions, or wire up real-time submission handling without
re-discovering the API each time.
When to use
Use for any task touching Tally: pulling submissions/responses, reading a form's structure or analytics, creating forms programmatically, managing workspaces/org users, or setting up and verifying webhooks. For ongoing submission processing, prefer webhooks over polling (the API allows only 100 requests/minute).