← 返回 Skills 市场
pm-geeker

Skill Param Confirmer

作者 AGI2Go · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-param-confirmer
功能描述
Downstream skill execution preflight layer. It inspects a target skill, extracts explicit and implicit confirmation fields, normalizes candidate parameters,...
安全使用建议
This skill appears to do what it says: inspect downstream metadata and confirm parameters with the user. Before installing or enabling it broadly: (1) verify how downstream skills will provide metadata — never include raw secrets or credentials in metadata passed to this skill; prefer placeholders that require re-entry at confirmation time; (2) ensure confirmation prompts explicitly label and treat sensitive fields (passwords, API keys, private identifiers) so they are not accidentally logged or forwarded; (3) review and audit typical downstream metadata you expect to pass to this confirmer to ensure no unexpected config or third-party endpoints are embedded; and (4) if you want stricter control, restrict the skill's use to user-invoked flows (avoid automated/autonomous invocation) or require explicit policy that the skill must never auto-forward credentials to external parties. Confidence is medium because this is an instruction-only skill (no code to audit), so its real behavior depends on how your agent supplies metadata and enforces handling rules.
能力评估
Purpose & Capability
The name, description, and SKILL.md consistently describe a preflight/confirmation layer that inspects downstream skill metadata, extracts candidate parameters, classifies risk, prompts the user, and returns a normalized parameter package. There are no unexpected required binaries, env vars, or install steps.
Instruction Scope
The instructions legitimately reference using current user message, prior conversation history, and session state to form candidate parameters. This is expected for a confirmer, but it does mean the skill will operate over conversational context and any metadata passed to it. Ensure downstream metadata does not include secrets or sensitive values you don't want re-surfaced; the SKILL.md does not explicitly forbid handling credentials or other sensitive fields.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk distribution model. Nothing will be written to disk by an installer because there is no installer.
Credentials
The skill declares no environment variables, credentials, or config paths. Its stated inputs (downstream metadata and session context) are proportionate to its purpose. Note: if downstream skills include credentials in their metadata, the confirmer will by design examine those values unless callers sanitize them.
Persistence & Privilege
No always:true, no install-time persistence, and no request to modify other skills or system-wide config. Autonomous model invocation is allowed (platform default) which is appropriate for this utility, but this combined with access to conversational context means it can be invoked during flows — this is expected and not inherently problematic.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-param-confirmer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-param-confirmer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Skill Update: Optimization & Refactor - Structured parameter model and confirmation flow - Improved risk control and validation - Standardized parsing, blocking, and output
v1.0.0
skill-param-confirmer 1.0.0 — Initial Release - Preflight confirmation for downstream skills: validates, constructs, and normalizes parameters. - Detects ambiguity, conflicts, and risk; generates numeric/boolean menus for user confirmation. - Outputs fully validated, auditable parameters without executing business logic.
元数据
Slug skill-param-confirmer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Skill Param Confirmer 是什么?

Downstream skill execution preflight layer. It inspects a target skill, extracts explicit and implicit confirmation fields, normalizes candidate parameters,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Skill Param Confirmer?

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

Skill Param Confirmer 是免费的吗?

是的,Skill Param Confirmer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Param Confirmer 支持哪些平台?

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

谁开发了 Skill Param Confirmer?

由 AGI2Go(@pm-geeker)开发并维护,当前版本 v1.0.1。

💬 留言讨论