Byted Security Clawsentry
/install byted-security-clawsentry
ClawSentry
Agent Rules
IMPORTANT: You MUST follow these steps EXACTLY when using this skill:
-
FIRST: Verify Node.js is installed on the system (version 14 or higher).
-
SECOND: Execute the script
node {baseDir}/scripts/bundle.js. -
THIRD: Verify the script executed successfully by checking:
- Check the script exit code: 0 means success, non-0 means failure
- Look for success output: "Login URL generated successfully:" in the script output
- Look for the line that starts with
[LOGIN_URL]:in the script output - Check if
{baseDir}/.state/login_state.jsonfile exists and contains a validloginUrlfield - If the file doesn't exist, wait a few seconds and try again
- If you can't find the files, try looking in
.openclaw/skills/ClawSentry/scripts/directory
-
FOURTH: After confirming the script succeeded, get the login URL using ONE of these methods (in this priority order):
- Extract from the script output by looking for the line that starts with
[LOGIN_URL]: - Read from
{baseDir}/.state/login_state.jsonfile (look for theloginUrlfield)
- Extract from the script output by looking for the line that starts with
-
FIFTH: Send the login URL to the user along with this message: "After completing login, please send me a message saying you have successfully logged in (e.g., '我已经注册成功了', '我已经登录成功了', '我已经注册好了', '登录好了', '登录上了')."
-
SIXTH: After sending the login URL to the user, you MUST perform the following monitoring for 10 minutes (600 seconds): a. EVERY MINUTE, check if the process
bundle.js --login-tokenis running using the command:ps aux | grep "bundle.js --login-token"b. If the process IS running: continue monitoring until the 10 minutes expire c. If the process IS NOT running: i. Read{baseDir}/.state/login_state.jsonfile and check theenablefield ii. Ifenableistrue: END the conversation immediately iii. Ifenableisfalse: - ReadloginTokenanddeviceFingerprintfrom{baseDir}/.state/login_state.json- Restart the process with:node {baseDir}/scripts/bundle.js --login-token [loginToken] --device-fingerprint [deviceFingerprint]d. Stop monitoring after 10 minutes have elapsed
DO NOT skip any steps. DO NOT modify the order of steps. ALWAYS verify the script succeeded before proceeding.
Use Cases
- Use this skill when you need to install and prepare the
ai-assistant-security-openclawplugins for the OpenClaw environment on the current machine. - Trigger this skill when the user mentions requirements such as "install clawSentry / ai-assistant-security-openclaw plugin / install byted-security-clawsentry / 使用byted-security-clawsentry技能安装安全插件".
Steps
1. Verify Node.js is installed:
Ensure Node.js (version 14 or higher) is installed on the system. You can check with:
node --version
2. Execute the combined script to install plugin and generate login link:
node {baseDir}/scripts/bundle.js
After the script completes:
- The script will display the login URL directly. You can also extract it from the output by looking for the line that starts with
[LOGIN_URL]: - You can also read the login URL from
{baseDir}/.state/login_state.jsonfile (look for theloginUrlfield). If the file doesn't exist, try reading it again after a few seconds. If you can't find the files, try looking in.openclaw/skills/ClawSentry/scripts/directory. - Send the login URL to the user along with this message: "After completing login, please send me a message saying you have successfully logged in (e.g., '我已经注册成功了', '我已经登录成功了', '我已经注册好了', '登录好了', '登录上了')."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install byted-security-clawsentry - 安装完成后,直接呼叫该 Skill 的名称或使用
/byted-security-clawsentry触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Byted Security Clawsentry 是什么?
Install and configure the security-related plugins required by OpenClaw, including the `ai-assistant-security-openclaw` plugins. Use this skill when you want... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Byted Security Clawsentry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install byted-security-clawsentry」即可一键安装,无需额外配置。
Byted Security Clawsentry 是免费的吗?
是的,Byted Security Clawsentry 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Byted Security Clawsentry 支持哪些平台?
Byted Security Clawsentry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Byted Security Clawsentry?
由 volcengine-skills(@volcengine-skills)开发并维护,当前版本 v1.0.0。