← Back to Skills Marketplace
5486
Downloads
3
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install jotform
Description
JotForm API integration with managed OAuth. Create forms, manage submissions, and access form data. Use this skill when users want to interact with JotForm f...
Usage Guidance
Install this only if you trust Maton to proxy JotForm requests and protect your MATON_API_KEY. Review the connected JotForm account, use the Maton-Connection header when multiple accounts exist, and confirm the exact form, submission, or webhook before approving create, delete, or other write actions.
Capability Analysis
Type: OpenClaw Skill
Name: jotform
Version: 1.0.5
The skill provides a standard integration for the JotForm API using a proxy service (api.maton.ai) to manage OAuth and API requests. The SKILL.md file contains well-documented Python snippets for interacting with forms and submissions, and it explicitly instructs the AI agent to seek user approval for all write operations. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The documented capabilities match the stated JotForm integration purpose, including reading forms, submissions, metadata, usage, and managing forms or webhooks.
Instruction Scope
The skill clearly says write operations require explicit user approval and advises selecting the correct connection when multiple JotForm accounts exist.
Install Mechanism
The package is instruction-only, with one SKILL.md file and no executable scripts, dependencies, or hidden install behavior.
Credentials
Network access and MATON_API_KEY are proportionate for managed OAuth, but the credential and returned data may expose sensitive JotForm forms and submissions through Maton's proxy.
Persistence & Privilege
The skill documents creating and deleting OAuth connections; connected account access may persist until the user deletes the connection or revokes authorization.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jotform - After installation, invoke the skill by name or use
/jotform - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Changed API and connection management base URLs from gateway.maton.ai/ctrl.maton.ai to api.maton.ai.
- Updated all code examples and references to use the new api.maton.ai endpoint.
- Clarified connection header usage, now specifying to always include Maton-Connection when using multiple connections.
- Added Security & Permissions section, requiring explicit user confirmation for any write operations.
- Minor corrections and improved instructions throughout the documentation.
- Removed the LICENSE.txt file.
v1.0.4
- Added metadata section for clawdbot integration, including a brain emoji and required MATON_API_KEY environment variable.
- No other changes detected.
v1.0.3
- Added troubleshooting guidance for "Invalid App Name" errors and clarified correct API URL paths.
- Expanded the resources section with links to the Maton Community and support.
- Updated error troubleshooting to separate API key and app name issues for better clarity.
- No functional changes to the API or usage; documentation improvements only.
v1.0.2
- Added a note in the description recommending the api-gateway skill for third party apps other than JotForm.
- Replaced most shell/curl examples with Python code snippets using urllib for easier cross-platform use and improved environment variable handling.
- Added important notes about using curl with bracketed URLs (`curl -g`) and shell environment variable expansion issues when piping output (e.g., with jq).
- Added a "Troubleshooting: Invalid API Key" section with step-by-step debugging instructions.
- Minor updates to authentication header instructions for clarity.
v1.0.1
- Base URL section clarified: Now instructs to use `{native-api-path}` to match the JotForm API endpoint.
- Getting an API key: Now explicitly states users can "sign in or create an account".
- Connection details updated: Connection JSON response now includes `creation_time`, `last_updated_time`, and `metadata`.
- New section: Added instructions for specifying a JotForm connection via the `Maton-Connection` header for users with multiple connections.
- General documentation improvements for clarity and completeness.
v1.0.0
JotForm API integration skill v1.0.0
- Initial release of JotForm API integration with managed OAuth via Maton.
- Create, retrieve, and delete forms and submissions.
- Manage webhooks on JotForm forms.
- Supports connection management through Maton control panel.
- Includes comprehensive usage instructions and code examples for authentication and API access.
Metadata
Frequently Asked Questions
What is JotForm?
JotForm API integration with managed OAuth. Create forms, manage submissions, and access form data. Use this skill when users want to interact with JotForm f... It is an AI Agent Skill for Claude Code / OpenClaw, with 5486 downloads so far.
How do I install JotForm?
Run "/install jotform" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is JotForm free?
Yes, JotForm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does JotForm support?
JotForm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created JotForm?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.5.
More Skills