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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeninja23/native-typeformWhat 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:
- Navigate to the Typeform account settings at https://admin.typeform.com/account#/section/tokens.
- Generate a new Personal Access Token with the following scopes:
Forms: Read,Responses: Read, andInsights: Read. - 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
- "Check the current performance stats for the 'Customer Satisfaction Survey' and tell me the completion rate."
- "List all responses for form abc123XY received between January 1st and February 1st, 2026."
- "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_TOKENsecure; do not hardcode it into scripts shared in public repositories.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codeninja23-native-typeform": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
hubspot
Query and manage HubSpot CRM data via the HubSpot API. Use when you need to search or manage contacts, companies, deals, tickets, or pipelines. Supports creating, updating, and associating CRM objects. Calls api.hubapi.com directly with no third-party proxy.
clawpod
Read any website or search Google, even when sites block bots or are geo-restricted. Handles CAPTCHAs, JavaScript rendering, and anti-bot protection server-side via residential proxies. Returns HTML or structured JSON.
stripe
Query and manage Stripe data via the Stripe API. Use when you need to list charges, customers, invoices, subscriptions, payment intents, refunds, products, or prices. Supports filtering, pagination, and creating/updating customers and refunds. Calls api.stripe.com directly with no third-party proxy.
google-analytics
Query Google Analytics 4 (GA4) data directly via the Analytics Data API. Use when you need website analytics like top pages, traffic sources, sessions, users, conversions, bounce rate, or any GA4 metrics and dimensions. Supports custom date ranges, filtering, and multi-metric queries. Calls analyticsdata.googleapis.com directly with no third-party proxy.
sentry
Read Sentry issues, events, and production errors via the Sentry REST API. Use when the user wants to inspect errors, list recent issues, get stack traces, or summarize production health. Requires SENTRY_AUTH_TOKEN with read-only scopes.