ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

typeform

Read Typeform forms and responses directly via the Typeform API. Use when you need to list forms, retrieve survey responses, or get form performance stats. Calls api.typeform.com directly with no third-party proxy.

Why use this skill?

Easily manage, analyze, and retrieve Typeform survey responses directly within OpenClaw. Streamline your feedback loops with our native API skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codeninja23/native-typeform
Or

What This Skill Does

The Typeform skill enables your OpenClaw AI agent to interact directly with the Typeform API to retrieve data from your surveys and forms. It serves as a bridge, allowing the agent to fetch form structures, analyze submission responses, and pull performance insights without requiring manual intervention. By connecting directly to api.typeform.com, it ensures that your data retrieval is efficient and secure, handling complex queries like date-based filtering or listing forms by title automatically.

Installation

To install this skill, use the following command in your terminal: clawhub install openclaw/skills/skills/codeninja23/native-typeform

Once installed, you must perform a one-time setup to authorize the agent:

  1. Navigate to the Typeform account settings at https://admin.typeform.com/account#/section/tokens.
  2. Generate a new Personal Access Token with the following scopes: Forms: Read, Responses: Read, and Insights: Read.
  3. Save this token as an environment variable in your OpenClaw configuration: TYPEFORM_TOKEN=tfp_your_token_here.

Use Cases

This skill is perfect for users who rely on Typeform to collect customer feedback, lead data, or survey results. Use it to:

  • Automatically monitor incoming feedback for sentiment analysis.
  • Generate periodic performance reports on form completion rates.
  • Retrieve specific user submissions to populate CRM entries or database records.
  • Quickly locate form IDs for troubleshooting or integration mapping.

Example Prompts

  1. "Check the current performance stats for the 'Customer Satisfaction Survey' and tell me the completion rate."
  2. "List all responses for form abc123XY received between January 1st and February 1st, 2026."
  3. "Find the form ID for my 'Product Feedback' survey and fetch the latest 50 responses."

Tips & Limitations

  • Rate Limits: The Typeform API allows up to 2 requests per second. Ensure your automated tasks don't exceed this to avoid throttling.
  • Account Tiers: Note that while the API works on all plans, Typeform's free tier has a limit of 10 responses per month; the skill will successfully pull all available data, but you are subject to the platform's collection caps.
  • Webhooks: This skill is strictly for read-access. It does not support webhooks, which are a PRO-only feature in Typeform.
  • Data Security: Always keep your TYPEFORM_TOKEN secure; do not hardcode it into scripts shared in public repositories.

Metadata

Stars2032
Views0
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codeninja23-native-typeform": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#typeform#survey-analysis#automation#api-integration#feedback
Safety Score: 4/5

Flags: external-api, code-execution

Related Skills