← 返回 Skills 市场
未来之窗智能门禁参数转换
作者
未来之窗软件服务中心
· GitHub ↗
· v1.0.1
· MIT-0
241
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install future-window-access-param-convert
功能描述
Convert template strings with @param@ placeholders into actual access control parameter values for future window door systems.
使用说明 (SKILL.md)
未来之窗智能门禁参数转换\r
Skill Metadata\r
- ID: cyberwin_hardwareaccess_param_convert\r
- Name: 未来之窗智能门禁参数转换\r
- Version: 1.0.0\r
- Description: 替换文本模板中 @参数名@ 格式的占位符为实际的智能门禁参数值(如设备编号、权限等级、所属区域等),适配未来之窗门禁系统的参数转换场景。\r
- Author: OpenClaw Skill Developer\r
- Type: JavaScript\r
- Required Params: templateText (string), paramData (object)\r
- Return Format: \r
{\r "success": true/false,\r "message": "操作提示文本",\r "data": "替换后的文本结果"\r }
安全使用建议
This skill appears coherent and low-risk for its stated purpose. A few practical notes before installing: (1) SKILL.md and skill.js show version 1.0.0 while the registry lists 1.0.1 — minor inconsistency worth verifying. (2) The regex uses /@(\w+)@/ which only matches ASCII word characters; parameter names with non-ASCII characters (e.g., Chinese) won't be replaced — test if you need non-ASCII support. (3) The skill inserts paramData values verbatim into the output; if you later use the resulting text in commands, SQL, or device configuration, ensure you validate/escape values to avoid injection or misconfiguration. If those points are acceptable, the skill is coherent with its description.
功能分析
Type: OpenClaw Skill
Name: future-window-access-param-convert
Version: 1.0.1
The skill is a straightforward utility designed to replace placeholders in a text template with values from a provided data object. The implementation in `skill.js` is clean, includes basic input validation, and lacks any high-risk behaviors such as network access, file system manipulation, or obfuscation, aligning perfectly with its stated purpose in `SKILL.md`.
能力评估
Purpose & Capability
The name/description claim to replace @param@ placeholders with access-control values; the skill declares two input params (templateText, paramData) and the implementation performs exactly that replacement. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and skill.js limit behavior to validating inputs and replacing @name@ placeholders. The instructions do not read files, call external endpoints, or access environment variables beyond the declared inputs.
Install Mechanism
This is instruction-only (no install spec). The included code is small and does not perform downloads or write to disk outside platform expectations.
Credentials
The skill requests no environment variables, secrets, or external credentials — proportional for the stated simple transformation task.
Persistence & Privilege
always is false and the skill does not request special persistence or modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install future-window-access-param-convert - 安装完成后,直接呼叫该 Skill 的名称或使用
/future-window-access-param-convert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修改了文件编码
v1.0.0
# Changelog
All notable changes to the "cyberwin_hardwareaccess_param_convert" skill will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2026-03-11
### Added
- 初始版本发布,核心功能:替换文本模板中 @参数名@ 格式的占位符为智能门禁参数值
- 支持入参校验(templateText 非空字符串、paramData 非数组对象)
- 异常捕获机制,返回标准化成功/失败结果
- 适配 OpenClaw 平台技能规范,包含完整元信息、入参定义
### Changed
- 技能 ID 从 future_window_access_param_convert 统一修改为 cyberwin_hardwareaccess_param_convert
- 优化变量命名,提升代码可读性(如 模板文本/参数数据 注释)
### Fixed
- 无已知 bug,初始版本经入参边界测试验证
## [Unreleased]
### Planned
- 支持更多占位符格式(如 {{参数名}})
- 新增批量模板替换功能
- 支持参数值为空时的自定义默认值配置
元数据
常见问题
未来之窗智能门禁参数转换 是什么?
Convert template strings with @param@ placeholders into actual access control parameter values for future window door systems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 未来之窗智能门禁参数转换?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install future-window-access-param-convert」即可一键安装,无需额外配置。
未来之窗智能门禁参数转换 是免费的吗?
是的,未来之窗智能门禁参数转换 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
未来之窗智能门禁参数转换 支持哪些平台?
未来之窗智能门禁参数转换 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 未来之窗智能门禁参数转换?
由 未来之窗软件服务中心(@cyberwin)开发并维护,当前版本 v1.0.1。
推荐 Skills