← Back to Skills Marketplace
Typeform
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
355
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install typeform-integration
Description
Typeform integration. Manage Forms, Workspaces. Use when the user wants to interact with Typeform data.
Usage Guidance
This skill is coherent: it instructs the agent to use the Membrane CLI to manage Typeform data rather than asking for raw API keys. Before installing or following the instructions: 1) Verify the @membranehq/cli package and its publisher (review the package on npm and the GitHub repo) before running a global npm install. 2) Understand that creating a Membrane connection hands Membrane the ability to access your Typeform account — review Membrane's privacy/security documentation. 3) Be cautious about destructive actions (delete-form, delete-responses); restrict agent autonomy or confirm destructive operations with the user. 4) If you cannot or do not want to trust Membrane with credentials, do not create the connection and instead use a vetted, direct integration. If you want more assurance, provide the Membrane CLI install and login outputs (only after redacting any one-time codes) or ask the skill author for the exact npm package repo to review.
Capability Analysis
Type: OpenClaw Skill
Name: typeform-integration
Version: 1.0.3
The skill provides a standard integration for Typeform using the Membrane CLI (@membranehq/cli). It guides the agent through installation, authentication, and action execution, emphasizing secure credential management via the Membrane platform. The instructions in SKILL.md are well-documented and align with the stated purpose without any signs of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill is an instruction-only Typeform integration that delegates API access and auth to the Membrane CLI/service. Requesting network access and a Membrane account is coherent with the described functionality; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs installing the Membrane CLI and using its commands (login, connect, action list/run, etc.) to manage Typeform resources. It does not direct the agent to read unrelated files or exfiltrate data outside the Membrane workflow. Destructive actions (delete-form/delete-responses) are listed as available — these are expected for a management skill but are sensitive.
Install Mechanism
The doc recommends installing @membranehq/cli via `npm install -g`. This is a typical approach but does require running third-party code with global install privileges; users should vet the npm package and its publisher before installing. There is no automatic install performed by the skill itself (instruction-only).
Credentials
The skill declares no required env vars and relies on Membrane to handle Typeform credentials server-side. That is proportionate to the described purpose. Note: using Membrane centralizes access to Typeform credentials — users should be comfortable trusting Membrane with those tokens.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges or attempt to modify other skills or system-wide configuration. Autonomous invocation is allowed by default but not excessive here; consider limiting agent autonomy if you want to prevent destructive actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install typeform-integration - After installation, invoke the skill by name or use
/typeform-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Typeform?
Typeform integration. Manage Forms, Workspaces. Use when the user wants to interact with Typeform data. It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install Typeform?
Run "/install typeform-integration" 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 Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills