/install hi-light-openclaw
HiLight For OpenClaw
中文说明
把这个 skill 当成 HiLight 插件的用户入口。第一次使用时,它应该把“收集 API Key、安装插件、写入 channels["hi-light"]、重启网关、确认结果”串成一个完整流程。
首次使用
如果用户要配置 HiLight,但没有提供 API Key,先向用户索取,再执行命令。
如果用户没有提供 WebSocket 地址,直接使用官方默认地址。除非用户明确要连自定义服务,否则不要强制追问 wsUrl。
把 API Key 当成敏感信息处理,不要在回复里回显真实 token。
配置流程
- 需要精确的用户交互和命令样例时,先读 user-flow.md。
- 标准安装执行
bash scripts/setup_hi_light.sh --api-key '\x3Ctoken>'。 - 只有用户给了自定义 WebSocket 地址时,才追加
--ws-url '\x3Curl>'。 - 如果用户只是更新凭证或覆盖已有配置,追加
--skip-install。 - 如果用户先想看会改什么,先用
--dry-run。 - 脚本完成后,说明哪些配置已写入,以及 gateway restart 是否成功。
操作规则
优先使用默认 WebSocket 地址,只有用户明确覆盖时才改。
优先使用 OpenClaw 自带的 plugins 和 config 命令,不要直接手改 ~/.openclaw/openclaw.json。
要明确告诉用户:安装 skill 本身不会自动填入 API Key;真正的插件安装和配置发生在第一次调用 skill 时。
如果用户问“怎么用这个 skill”,给出具体句式,例如:
用 $hi-light-openclaw 帮我安装 HiLight,我的 API Key 是 xxx。
用 $hi-light-openclaw 帮我更新 HiLight API Key,继续使用默认 ws 地址。
English
Use this skill as the user-facing wrapper around the HiLight plugin. On first use, it should turn “collect API key, install plugin, write channels["hi-light"], restart the gateway, and confirm the result” into one setup flow.
First Run
If the user wants to set up HiLight and does not provide an API key, ask for it before running commands.
If the user does not provide a websocket URL, use the official default endpoint. Do not force the user to provide wsUrl unless they want a custom server.
Treat the API key as secret input. Never repeat the real token in your response.
Workflow
- Read user-flow.md if you need exact prompt patterns or command examples.
- Run
bash scripts/setup_hi_light.sh --api-key '\x3Ctoken>'for standard setup. - Add
--ws-url '\x3Curl>'only when the user provides a custom websocket endpoint. - Add
--skip-installwhen the user only wants to rotate credentials or refresh the existing configuration. - Use
--dry-runfirst if the user asks what will change before applying it. - After the script finishes, summarize what changed and whether the gateway restart succeeded.
Rules
Prefer the default websocket URL unless the user explicitly overrides it.
Use OpenClaw's own plugins and config commands instead of editing ~/.openclaw/openclaw.json directly.
Mention that installing the skill alone does not automatically populate the API key. The actual plugin installation and configuration happen on first use of the skill.
If the user asks how to use the skill, give concrete examples such as:
Use $hi-light-openclaw to install HiLight with my API key xxx.
Use $hi-light-openclaw to update my HiLight API key and keep the default websocket URL.
Resources
中文:使用 scripts/setup_hi_light.sh 完成安装和配置,使用 user-flow.md 查看首次使用流程、更新流程和安全规则。
English: Use scripts/setup_hi_light.sh for installation and configuration, and use user-flow.md for first-run prompts, update flow, and safe handling rules.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hi-light-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/hi-light-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
hi-light Ear Skill 是什么?
以用户可执行的工作流方式安装、配置和排查 HiLight OpenClaw 插件。用户想把 OpenClaw 连接到 HiLight、安装 `@art_style666/hi-light` 插件、把 `channels["hi-light"]` 写入 OpenClaw 配置、更新 HiLight API Key... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。
如何安装 hi-light Ear Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hi-light-openclaw」即可一键安装,无需额外配置。
hi-light Ear Skill 是免费的吗?
是的,hi-light Ear Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hi-light Ear Skill 支持哪些平台?
hi-light Ear Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hi-light Ear Skill?
由 valo(@gongcong)开发并维护,当前版本 v1.0.1。