Jotform Automation
Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands
npx skills add composio-community/awesome-codex-skills --skill jotform-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Jotform Automation Automate Jotform workflows -- list and search forms, inspect user details, browse activity history, manage folders and labels, and check plan limits -- all through natural language. **Toolkit docs:** [composio.dev/toolkits/jotform](https://composio.dev/toolkits/jotform) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your Jotform account when prompted (API key auth via Composio) 3. Start issuing natural language commands for Jotform automation --- ## Core Workflows ### 1. List and Search Forms Retrieve all forms created by the authenticated user with search, filtering, sorting, and pagination. **Tool:** `JOTFORM_GET_USER_FORMS` Key parameters: - `search` -- search query to filter forms by name or content - `limit` -- number of forms to return - `offset` -- offset for pagination - `orderby` -- field to order by - `sorting` -- sorting direction: `ASC` or `DESC` - `folder` -- filter by folder ID Example prompt: > "List all my Jotform forms that contain 'feedback' in the name, sorted by most recent" --- ### 2. Get User Account Details Retrieve details about the authenticated user including account type, usage statistic
- Setup
- Core Workflows
- 1. List and Search Forms
- 2. Get User Account Details
- 3. Browse Activity History
- 4. Manage Folders and Labels
- 5. Check Plan Limits and Pricing
- 6. Full Form Management Workflow
- Known Pitfalls
- Quick Reference
What does the Jotform Automation skill do?
Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill jotform-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
