← Back to Skills Marketplace
18391
Downloads
8
Stars
16
Active Installs
6
Versions
Install in OpenClaw
/install typeform
Description
Typeform API integration with managed OAuth. Create forms, manage responses, and access insights. Use this skill when users want to interact with Typeform su...
Usage Guidance
Install only if you are comfortable sending Typeform API requests, response data, connection metadata, and your Maton API key through api.maton.ai. Use the intended Typeform connection, prefer least-privileged access, and confirm before running any create, update, or delete operation.
Capability Analysis
Type: OpenClaw Skill
Name: typeform
Version: 1.0.5
The skill provides a standard integration for the Typeform API using a managed OAuth proxy service (api.maton.ai). It includes documentation and Python examples for managing connections, forms, and responses, requiring a MATON_API_KEY for authentication. No malicious code, obfuscation, or unauthorized data exfiltration attempts were found; the network activity is consistent with the stated purpose of the skill.
Capability Assessment
Purpose & Capability
The stated purpose is Typeform API access, and the documented capabilities match: listing users/forms/responses/workspaces, retrieving insights, and creating/updating/deleting forms.
Instruction Scope
The artifact is documentation with Python and JavaScript examples for user-directed API calls; it explicitly says write operations require user approval.
Install Mechanism
The package contains a single markdown skill file with no executable install scripts, dependencies, binaries, or setup hooks.
Credentials
The skill requires network access and MATON_API_KEY, and Typeform responses may include sensitive personal or business data; this is expected for the integration and disclosed.
Persistence & Privilege
No local persistence, background worker, privilege escalation, or broad local file access is present; OAuth connection state is handled by Maton's service and connection deletion is documented.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install typeform - After installation, invoke the skill by name or use
/typeform - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Updated all documentation to use the new endpoint base URL: https://api.maton.ai instead of https://gateway.maton.ai and https://ctrl.maton.ai.
- Improved instructions for connection management and clarified the requirement to specify the `Maton-Connection` header when multiple connections exist.
- Added a new section highlighting security and permissions, including a note that all write operations require explicit user approval.
- Removed the LICENSE.txt file.
v1.0.4
- Added "clawdbot" metadata with emoji and required environment variable (MATON_API_KEY) to SKILL.md.
- No changes to functionality or API usage.
v1.0.3
- Improved troubleshooting section with clearer steps for API key and app name errors.
- Added guidance for ensuring URL paths start with "typeform" in troubleshooting invalid app name.
- Included additional resource links for Maton Community and Support.
- No code or behavioral changes—documentation improvements only.
v1.0.2
- Added instructions for using the api-gateway skill for third-party apps other than Typeform.
- Updated code examples and Quick Start sections to include Python snippets using urllib for easier command-line scripting.
- Added troubleshooting steps and notes addressing common "Invalid API key" errors and shell environment issues with environment variables.
- Included an important note about using curl with the -g flag to avoid glob parsing problems when URLs contain brackets.
- Enhanced guidance for debugging authentication and environment variable issues.
v1.0.1
- Clarified the base URL usage, advising to replace `{native-api-path}` with the actual Typeform endpoint.
- Expanded instructions for retrieving a Maton API key, including account creation.
- API responses for connections now include `creation_time`, `last_updated_time`, and `metadata` fields.
- Added documentation on specifying a Typeform connection via the `Maton-Connection` header for users with multiple connections.
- Minor improvements to descriptions and wording throughout for clarity.
v1.0.0
- Initial release of Typeform skill with managed OAuth integration.
- Enables creating, listing, updating, and deleting Typeform forms via the Maton gateway.
- Supports retrieval of form responses, insights, and workspace data.
- Provides full API reference, authentication setup, and example usage in bash, JavaScript, and Python.
- Includes connection management for secure OAuth handling through Maton.
Metadata
Frequently Asked Questions
What is Typeform?
Typeform API integration with managed OAuth. Create forms, manage responses, and access insights. Use this skill when users want to interact with Typeform su... It is an AI Agent Skill for Claude Code / OpenClaw, with 18391 downloads so far.
How do I install Typeform?
Run "/install typeform" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Typeform free?
Yes, Typeform is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Typeform support?
Typeform is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Typeform?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.5.
More Skills