← 返回 Skills 市场
edonadei

Questions Form

作者 Emrick Donadei · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1241
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install questions-form
功能描述
Present multiple clarifying questions as an interactive Telegram form using inline buttons. Use when the agent needs to ask the user 2 or more clarifying questions before proceeding with a task, and wants to present them all at once in a structured form layout with selectable options and an "Other" free-text escape hatch. Triggers when: gathering multi-faceted requirements, onboarding flows, preference collection, or any scenario requiring structured multi-question input from the user via Telegram.
安全使用建议
This skill is internally coherent and low-risk, but before installing check these practical points: ensure your agent platform already provides the Telegram integration (bot token/webhook) since the skill assumes it and declares no credentials; confirm the agent will keep per-conversation state so forms work as documented (the skill expects transient in-memory state and re-sends forms if context is lost); be mindful that free-text answers may contain PII or secrets — decide whether the agent should redact or treat such text as sensitive before storing or forwarding; verify callback_data handling respects Telegram's 64-byte limit as noted; and ensure your agent does not forward collected answers to external services unless you expect that. If you need stricter guarantees (audit logs, encrypted storage, or persistence across restarts), request or add those capabilities explicitly before using this in production.
功能分析
Type: OpenClaw Skill Name: questions-form Version: 1.0.0 The OpenClaw AgentSkills skill bundle defines a structured form interaction pattern for Telegram. All instructions in SKILL.md and references/form-patterns.md are focused on presenting questions, handling user input via buttons and free text, managing internal form state, and validating completion. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core purpose. The skill's behavior is clearly aligned with its stated goal of gathering multi-faceted requirements from the user.
能力评估
Purpose & Capability
The name/description (present a multi-question Telegram form) matches the SKILL.md: all instructions relate to sending messages, inline buttons, and handling Telegram callback_data. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
The SKILL.md stays within the stated purpose: it defines form structure, callback_data conventions, free-text handling, submit/cancel logic, timeouts and recovery. It does not instruct the agent to read arbitrary files, access unrelated credentials, or send data to external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). This is the lowest-risk model and there is nothing written to disk or fetched at install time.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md assumes a Telegram-capable channel integration provided by the host platform; that assumption is reasonable and proportional for a Telegram form helper.
Persistence & Privilege
always is false and the skill documents keeping form state in conversation context (non-persistent). It does not request elevated or persistent privileges, nor does it modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install questions-form
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /questions-form 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — multi-question clarifying forms for Telegram using inline buttons
元数据
Slug questions-form
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Questions Form 是什么?

Present multiple clarifying questions as an interactive Telegram form using inline buttons. Use when the agent needs to ask the user 2 or more clarifying questions before proceeding with a task, and wants to present them all at once in a structured form layout with selectable options and an "Other" free-text escape hatch. Triggers when: gathering multi-faceted requirements, onboarding flows, preference collection, or any scenario requiring structured multi-question input from the user via Telegram. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1241 次。

如何安装 Questions Form?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install questions-form」即可一键安装,无需额外配置。

Questions Form 是免费的吗?

是的,Questions Form 完全免费(开源免费),可自由下载、安装和使用。

Questions Form 支持哪些平台?

Questions Form 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Questions Form?

由 Emrick Donadei(@edonadei)开发并维护,当前版本 v1.0.0。

💬 留言讨论