← Back to Skills Marketplace
Opencode Select Confirm
by
TechhnicistSmallWhite
· GitHub ↗
· v1.0.3
304
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install opencode-select-confirm
Description
当用户请求推荐多个选项时弹出选择框让用户确认,以及当用户说"让我确认"时显示确认对话框
Usage Guidance
This skill is low-risk and only describes UI behavior. Before installing, confirm that your agent runtime provides the referenced 'question' tool (the skill assumes a dialog API) so it won't attempt unexpected fallbacks. Also: ensure the options you present to users do not contain sensitive data (the skill will display whatever candidates it generates), and test triggers (phrases like “推荐”, “确认”, and “confirm”) so the dialog doesn't fire inadvertently. If you later see code or install steps added to this skill that request network access, credentials, or file reads, re-evaluate because that would change the risk profile.
Capability Analysis
Type: OpenClaw Skill
Name: opencode-select-confirm
Version: 1.0.3
The skill bundle 'opencode-select-confirm' is a UI interaction helper designed to manage recommendation and confirmation flows for an AI agent. It contains only metadata and markdown instructions (SKILL.md) that guide the agent to present selection boxes to the user; it lacks any executable code, network requests, or instructions for data exfiltration or unauthorized system access.
Capability Assessment
Purpose & Capability
The name and description state the skill shows selection and confirmation dialogs; the SKILL.md only instructs the agent to present choice boxes and follow simple dialog flows. There are no requested env vars, binaries, or config paths that would be unnecessary for a UI/dialog skill.
Instruction Scope
Runtime instructions are narrowly scoped to presenting 3–5 candidate options, showing a follow-up action menu, and showing a confirmation dialog when asked. The SKILL.md references a 'question' tool for the selection UI but does not instruct reading files, accessing environment variables, contacting external endpoints, or exfiltrating data.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. Its declared needs are proportionate to its UI-focused purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system presence or modify other skills' configs. Autonomous invocation is allowed (the platform default) and not, by itself, a security issue here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opencode-select-confirm - After installation, invoke the skill by name or use
/opencode-select-confirm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Streamlined skill description and user interaction steps for clarity.
- Expanded trigger phrases to better capture recommendation and selection scenarios.
- Simplified recommended flow: always show a choice dialog immediately when the user requests a recommendation or selection.
- Reduced complexity: no longer splits recommendation into multi-step detailed dialogs.
- Clarified confirmation dialog behavior for "让我确认" and removed redundant instructions.
v1.0.2
Version 1.0.2
- 新增“实践总结”与“问题诊断”部分,明确常见误区及改进措施,提升实际对话体验
- 强化了对简化表述(如“随便”、“都可以”)时选择框触发的规则
- 明确“换一批”时应刷新并弹出新一批选择框
- 增加检验清单,确保推荐/选择流程每步都有明确弹出和结束判断
- 文档细化多步推荐流程、结束条件、错误示例,便于理解正确交互流程
v1.0.0
- Initial release of the "对话与选择确认" (Dialog & Selection Confirmation) skill.
- Guides users through multi-step recommendations with confirmation dialogs for each step.
- Supports an explicit confirmation dialog when users say "让我确认" or similar phrases.
- Provides standard flows and handling rules for recommendation, selection, and confirmation scenarios.
- Removed redundant origin metadata file.
v1.0.1
- Improved multi-step confirmation: Options are now presented in sequential choice dialogs for multi-option recommendations.
- Added explicit confirmation dialog when the user says "让我确认".
- Choices are structured to avoid overwhelming users—never more than 7 options per dialog.
- Enhanced flow control: users can restart or adjust choices at each step, and dialogs close when users decline further recommendations.
- Triggers expanded to include common recommendation and confirmation phrases.
Metadata
Frequently Asked Questions
What is Opencode Select Confirm?
当用户请求推荐多个选项时弹出选择框让用户确认,以及当用户说"让我确认"时显示确认对话框. It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install Opencode Select Confirm?
Run "/install opencode-select-confirm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Opencode Select Confirm free?
Yes, Opencode Select Confirm is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Opencode Select Confirm support?
Opencode Select Confirm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Opencode Select Confirm?
It is built and maintained by TechhnicistSmallWhite (@techhnicistsmallwhite); the current version is v1.0.3.
More Skills