Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

sales-typeform销售类型

Agent Skill

sales-typeform 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

13

下载量

125
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sales-typeform(销售类型)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-typeform
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-typeform
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-typeform

简介

sales-typeform 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于销售类型相关的信息调研、线索筛选和目标客户分析等研究检索任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 可结合来源仓库路径 skills/sales-typeform 继续核验功能细节和使用边界。

SKILL.md

Typeform Platform Help

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated platform knowledge.

What are you trying to do with Typeform?

  • A) Build a form/survey/quiz — new typeform, question types, logic jumps, design
  • B) Increase response rates — form completion, UX optimization, question flow
  • C) Integrate with other tools — CRM, email platform, Zapier, webhooks, API
  • D) Embed on my site — Embed SDK, popup, slider, popover, hidden fields
  • E) Use the API — Create API, Responses API, webhooks, programmatic form management
  • F) Fix a problem — form not loading, responses missing, webhook failing, limits hit
  • G) Choose a plan — pricing comparison, response limits, feature differences
  • H) Something else — Workflow Builder, video forms, contacts, analytics

What plan are you on?

  • A) Free (10 responses/mo)
  • B) Basic ($28/mo, 100 responses/mo)
  • C) Plus ($56/mo)
  • D) Business ($91/mo)
  • E) Growth Pro ($266/mo)
  • F) Enterprise (custom)
  • G) Not sure

Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.

Step 2 — Route or answer directly

Problem domainRoute to
General survey/feedback strategy (NPS, CSAT, VoC)/sales-customer-feedback — covers survey design, response rate optimization, tool comparison
Full funnel architecture (not just the form step)/sales-funnel — for end-to-end funnel strategy; come back for Typeform-specific form setup
Connecting Typeform to CRM/email/other tools/sales-integration — covers webhook design, Zapier/Make, field mapping
Email marketing after form submission/sales-email-marketing — for nurture sequences; Typeform handles the capture
Lead scoring from form submissions/sales-lead-score — for scoring model design; Typeform provides the signal
Checkout optimization beyond forms/sales-checkout — Typeform has Stripe integration but dedicated checkout tools are more capable

When routing to another skill, provide the exact command: "This is a {problem domain} question — run: /sales-{skill} {user's original question}"

If the question is Typeform-specific, continue to Step 3.

Step 3 — Typeform platform reference

Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, workflows.

If the question involves the API, also read references/typeform-api-reference.md.

Answer the user's question using only the relevant section. Don't dump the full reference.

Step 4 — Actionable guidance

You no longer need the platform guide — focus on the user's specific situation.

  • Response limits: Responses are shared across ALL forms on your account. Archive old forms, close completed campaigns, or upgrade. When you hit 100%, forms go Private automatically.
  • Logic jumps: Use sparingly — complex branching is the #1 source of "form shows wrong question" bugs. Test each path after adding logic.
  • Embedding: Use the Embed SDK (@typeform/embed) not raw iframes. The SDK handles responsive sizing, hidden fields, and load events.
  • Webhooks: Must return 2XX within 30 seconds. For slow endpoints, acknowledge immediately and process async. Webhooks auto-disable after sustained failures.
  • API rate limit: 2 requests/second per account across Create and Responses APIs. Queue requests if building batch operations.

If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.

Gotchas

*Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
  1. Response limits are shared across ALL forms — 100 responses/mo on Basic isn't 100 per form, it's 100 total. Multiple active campaigns burn through limits fast.
  2. Forms go Private when you hit the limit — they automatically reopen when the next billing cycle starts or you upgrade. No warning before it happens.
  3. Webhooks auto-disable on sustained failures — 100% failure rate within 24 hours (300+ attempts) or within 5 minutes (100+ attempts) disables the webhook silently.
  4. EU accounts use a different API base URLapi.eu.typeform.com not api.typeform.com. Wrong endpoint = auth errors.
  5. 2 requests/second rate limit — applies per account, not per API key. Multiple integrations sharing one account can throttle each other.
  6. Webhook retry policy varies by error code — 404/410: no retry, webhook disabled immediately. 429/408/503: retry every 2-3 min for 10 hours. Others: exponential backoff (5min → 4hrs).
  7. Removing Typeform branding requires a paid plan — free and lower-tier plans show the Typeform badge.
  8. Python SDK is deprecated — the official typeform-python-sdk is archived. Use the JS SDK (@typeform/api-client) or make direct REST calls.

Related skills

  • /sales-customer-feedback — Survey strategy, NPS/CSAT/CES, response rate optimization, VoC program design, tool comparison. Install: npx skills add sales-skills/sales --skill sales-customer-feedback
  • /sales-funnel — Full funnel strategy — Typeform forms are the data capture step. Install: npx skills add sales-skills/sales --skill sales-funnel
  • /sales-jotform — Jotform platform help — alternative form builder with payment forms, approval workflows, API. Install: npx skills add sales-skills/sales --skill sales-jotform
  • /sales-integration — Connect Typeform to CRM, email, or other tools via webhooks, Zapier/Make, or API. Install: npx skills add sales-skills/sales --skill sales-integration
  • /sales-surveymonkey — SurveyMonkey platform help — alternative survey tool with analytics, collectors, API. Install: npx skills add sales-skills/sales --skill sales-surveymonkey
  • /sales-qualtrics — Qualtrics XM platform help — enterprise survey/experience management. Install: npx skills add sales-skills/sales --skill sales-qualtrics
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: Response limits hit mid-campaign

User: "I launched a customer survey and my Typeform just went Private after 3 days — I still need 200 more responses."

Approach: Your Basic plan has 100 responses/mo shared across all forms. Options: upgrade to Plus or Business for more responses, enable the auto-upgrade feature to automatically bump your plan when limits are reached, or close/archive other active typeforms that are consuming responses from the same pool. For future campaigns, estimate total expected responses before launch and pick the right plan tier.

Example 2: Webhook not delivering to my endpoint

User: "I set up a webhook to send Typeform responses to my API but nothing is coming through."

Approach: Check the webhook status in Typeform settings — it may have been auto-disabled after repeated failures. Verify your endpoint returns a 2XX status within 30 seconds. Test with a simple endpoint like webhook.site first. If your endpoint is slow, return 200 immediately and process the payload async. Check whether you're using the correct webhook URL format and that your server accepts POST requests with JSON body.

Example 3: Embedding a typeform with hidden fields for lead tracking

User: "I want to embed a Typeform on my landing page and pass UTM parameters as hidden fields so I know which campaign each lead came from."

Approach: Use the Embed SDK (@typeform/embed), not a raw iframe. Add hidden fields in your typeform (Settings → Hidden Fields → add utm_source, utm_medium, utm_campaign). In the embed code, pass the values: createWidget("formId", {container, hidden: {utm_source: getParam("utm_source"), utm_medium: getParam("utm_medium"), utm_campaign: getParam("utm_campaign")}}). The hidden field values appear in each response and can be pulled via the Responses API or sent to your CRM via webhook.

Troubleshooting

"My typeform went Private and responses stopped"

  • You've hit your monthly response limit. Check Settings → Billing → Usage.
  • Options: upgrade your plan, enable auto-upgrade (Settings → Billing → auto-upgrade), or archive inactive typeforms. Responses from all forms on the account share the same pool.
  • Forms automatically become public again when the next billing cycle starts.

"Webhook isn't firing on new responses"

  • Check Settings → Connect → Webhooks → verify the webhook is enabled (not auto-disabled after failures).
  • Test your endpoint independently — it must return a 2XX response within 30 seconds.
  • 404/410 from your endpoint disables the webhook immediately with no retries. Fix the URL and re-enable.
  • If using the EU data center, ensure your Typeform account region matches your API endpoint.

"Typeform loads slowly or lags when editing"

  • Complex forms with many logic jumps slow the editor. Simplify branching where possible.
  • Large image/video attachments increase load time. Compress images before uploading.
  • Clear browser cache and disable extensions — ad blockers and privacy extensions interfere with Typeform's editor and preview.
  • If embedding, use the Embed SDK with lazy loading to defer form load until the user scrolls to it.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.85%
按下载量换算47

Claude

30.91%
按下载量换算39

Cursor

17.59%
按下载量换算22

Gemini CLI

9.54%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills