← Back to Skills Marketplace
byungkyu

typeform

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
19148
Downloads
8
Stars
0
Active Installs
8
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 surveys and responses. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Before installing, confirm you trust Maton as the gateway for your Typeform account, use OAuth where possible, choose the narrowest Typeform scopes available, and review any proposed form changes or deletions before approving them.
Capability Assessment
Credentials
The skill needs network access and Typeform account authorization, and may access sensitive survey responses; that access is expected for the stated purpose and scoped through the Typeform/Maton connection.
Install Mechanism
Installation requires a global Maton CLI via npm or Homebrew, with an optional SDK path; this is disclosed and coherent with the integration, but users should be comfortable installing third-party tooling.
Instruction Scope
Runtime instructions default to read/list calls, require explicit user approval for connection creation and POST/PUT/PATCH/DELETE operations, and tell the agent to treat API-returned content as untrusted data.
Persistence & Privilege
OAuth tokens or API keys are stored by the Maton CLI/OS credential store, and the skill explicitly warns not to print, inspect, export, or persist credentials elsewhere.
Purpose & Capability
The documented purpose is to manage Typeform forms, responses, workspaces, and insights through Maton, and the listed read/write API capabilities fit that purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install typeform
  3. After installation, invoke the skill by name or use /typeform
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
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
Slug typeform
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
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 surveys and responses. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 19148 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.2.0.

💬 Comments