Install
openclaw skills install native-typeformRead 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.
openclaw skills install native-typeformRead forms and responses directly via api.typeform.com.
Forms: ReadResponses: ReadInsights: ReadTYPEFORM_TOKEN=tfp_your_token_here
python3 /mnt/skills/user/typeform/scripts/typeform.py list-forms
python3 /mnt/skills/user/typeform/scripts/typeform.py list-forms --search "customer survey"
python3 /mnt/skills/user/typeform/scripts/typeform.py get-form <form_id>
python3 /mnt/skills/user/typeform/scripts/typeform.py responses <form_id>
python3 /mnt/skills/user/typeform/scripts/typeform.py responses <form_id> --limit 100
python3 /mnt/skills/user/typeform/scripts/typeform.py responses <form_id> \
--since 2026-01-01T00:00:00Z \
--until 2026-02-01T00:00:00Z
python3 /mnt/skills/user/typeform/scripts/typeform.py insights <form_id>
python3 /mnt/skills/user/typeform/scripts/typeform.py me
abc123XY — find them in your Typeform dashboard URL or via list-forms.