Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Byted Security Clawsentry

  • 63 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

byted-security-clawsentry is a skill that installs and configures the OpenClaw ai-assistant-security-openclaw (ClawSentry) security plugins.

About

byted-security-clawsentry installs and configures the security-related plugins required by OpenClaw, including the ai-assistant-security-openclaw (ClawSentry) plugins, in one pass. It verifies Node.js, runs a bundle script that produces a login URL, sends that URL to the user to complete login, then monitors the login-token process for ten minutes and restarts it if it stops before activation. A developer uses it to stand up OpenClaw's security plugins on a machine.

  • Installs and configures the OpenClaw security plugins (ai-assistant-security-openclaw / ClawSentry)
  • Runs a bundle script that generates a login URL for the user to activate
  • Monitors the login-token process for 10 minutes and restarts it if needed

Byted Security Clawsentry by the numbers

  • 63 all-time installs (skills.sh)
  • Ranked #1,218 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

byted-security-clawsentry capabilities & compatibility

Free skill; runs a Node.js bundle script and requires the user to complete a login flow.

Capabilities
security plugin install · environment setup
Use cases
security audit · devops
Runs
Runs locally
Pricing
Free
From the docs

What byted-security-clawsentry says it does

Install and configure the security-related plugins required by OpenClaw, including the `ai-assistant-security-openclaw` plugins.
SKILL.md
FIRST: Verify Node.js is installed on the system (version 14 or higher).
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill byted-security-clawsentry

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs63
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Install and configure the OpenClaw ClawSentry / ai-assistant-security-openclaw security plugins on a machine.

Who is it for?

Setting up OpenClaw's ClawSentry security plugins on a machine in one go.

Skip if: Non-OpenClaw environments, since it targets OpenClaw's security plugins.

When should I use this skill?

The user wants to install ClawSentry or the ai-assistant-security-openclaw plugin for OpenClaw.

What you get

Installs the ClawSentry security plugins, generates a login URL, and confirms activation.

  • Installed and configured OpenClaw security plugins
  • A generated login URL and confirmed activation state

By the numbers

  • Requires Node.js version 14 or higher
  • Monitors the login process for 10 minutes (600 seconds)

Files

SKILL.mdMarkdownGitHub ↗

ClawSentry

Agent Rules

IMPORTANT: You MUST follow these steps EXACTLY when using this skill:

1. FIRST: Verify Node.js is installed on the system (version 14 or higher). 2. SECOND: Execute the script node {baseDir}/scripts/bundle.js. 3. 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.json file exists and contains a valid loginUrl field
  • 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

4. 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.json file (look for the loginUrl field)

5. 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., '我已经注册成功了', '我已经登录成功了', '我已经注册好了', '登录好了', '登录上了')." 6. 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-token is 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.json file and check the enable field ii. If enable is true: END the conversation immediately iii. If enable is false: - Read loginToken and deviceFingerprint from {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-openclaw plugins 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.json file (look for the loginUrl field). 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., '我已经注册成功了', '我已经登录成功了', '我已经注册好了', '登录好了', '登录上了')."

Related skills

FAQ

What does byted-security-clawsentry install?

It installs and configures the OpenClaw security plugins, including the ai-assistant-security-openclaw (ClawSentry) plugins.

What runtime does it require?

It requires Node.js version 14 or higher, verified before running the bundle script.

Securityappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.