skills/writing-and-planning/copywriting/document-editorial/composio-skills/jotform-automation/SKILL.md
Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands
npx skillsauth add lunartech-x/superpowers Jotform AutomationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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://rube.app/mcpRetrieve 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 contentlimit -- number of forms to returnoffset -- offset for paginationorderby -- field to order bysorting -- sorting direction: ASC or DESCfolder -- filter by folder IDExample prompt:
"List all my Jotform forms that contain 'feedback' in the name, sorted by most recent"
Retrieve details about the authenticated user including account type, usage statistics, and limits.
Tool: JOTFORM_GET_USER_DETAILS
No parameters required. Returns account info such as username, email, account type, form count, submission count, and usage limits.
Example prompt:
"Show me my Jotform account details and current usage"
Fetch user activity records for auditing, filtered by action type and date range.
Tool: JOTFORM_GET_USER_HISTORY
Key parameters:
action -- filter by action type (e.g., formCreation, userLogin, formUpdate, apiKeyCreated, userLogout)date -- predefined date range: lastWeek, lastMonth, last3Months, last6Months, lastYear, allstartDate -- custom start date in MM/DD/YYYY formatendDate -- custom end date in MM/DD/YYYY formatsortBy -- sort order: ASC or DESCExample prompt:
"Show me all form creation activity from the last month, sorted newest first"
Browse the folder/label structure for organizing forms.
Tool: JOTFORM_GET_USER_FOLDERS
Key parameters:
add_resources -- set to true to include label resources (forms) in the responseowner -- owner username or workspace/team ID (conditionally required for some accounts)Jotform has migrated from folders to labels. This tool uses the
GET /user/labelsendpoint.
Example prompt:
"List all my Jotform folders with their forms included"
Retrieve details about a specific Jotform system plan to understand limits and capabilities.
Tool: JOTFORM_GET_SYSTEM_PLAN
Key parameters:
planName -- the plan to inspect (required): FREE, BRONZE, SILVER, GOLD, or PLATINUMExample prompt:
"What are the limits on the Jotform GOLD plan?"
Combine tools for comprehensive form management:
JOTFORM_GET_USER_DETAILS -- check account type and usage limitsJOTFORM_GET_USER_FORMS -- list and search forms with filtersJOTFORM_GET_USER_FOLDERS -- view folder structure with add_resources=trueJOTFORM_GET_USER_HISTORY -- track form creation and modification activityJOTFORM_GET_SYSTEM_PLAN -- compare plan features before upgradingExample prompt:
"Show me my account usage, list my recent forms, and tell me if I'm close to my plan limits"
| Pitfall | Details |
|---------|---------|
| API key authentication | Jotform uses API key auth, not OAuth -- ensure valid API key is configured in the connection |
| Folders migrated to labels | The folders endpoint now maps to Jotform's labels system; the API behavior may differ from legacy folder documentation |
| Date format for history | Custom date filters use MM/DD/YYYY format (e.g., 01/15/2026), not ISO 8601 |
| Plan name must be exact | planName values are case-sensitive enum: FREE, BRONZE, SILVER, GOLD, PLATINUM |
| Pagination is offset-based | Forms use limit/offset pagination, not cursor or page-based |
| Owner field conditionally required | JOTFORM_GET_USER_FOLDERS may require the owner parameter for workspace/team accounts |
| Action | Tool Slug | Key Params |
|--------|-----------|------------|
| List forms | JOTFORM_GET_USER_FORMS | search, limit, offset, orderby |
| Get user details | JOTFORM_GET_USER_DETAILS | (none) |
| Activity history | JOTFORM_GET_USER_HISTORY | action, date, startDate, endDate |
| List folders/labels | JOTFORM_GET_USER_FOLDERS | add_resources, owner |
| Check plan | JOTFORM_GET_SYSTEM_PLAN | planName |
Powered by Composio
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.