← 返回 Skills 市场
skipper-chen

节点小宝管理

作者 skipper-chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jdxb
功能描述
Manage 节点小宝 (Node Baby Link / JDxB) remote access service on Linux. Install, start/stop/restart the systemd service, check status, view logs, get pairing cod...
使用说明 (SKILL.md)

节点小宝 (JDxB) Management

Quick Commands

Use the bundled script for all operations:

bash skills/jdxb/scripts/jdxb.sh \x3Ccommand>
Command Description
status Show service status, version, and pairing info
start Start the service
stop Stop the service
restart Restart the service
logs View recent journal logs
pair Get current pairing URL and active code
install First-time install (downloads from CDN)
update Update to latest version
uninstall Stop service and remove files

Installation

Requires root. First-time install:

sudo bash skills/jdxb/scripts/jdxb.sh install

Or use the official one-liner:

curl -sL https://iepose.com/install.sh | sudo bash

Service Details

  • Service name: owjdxb.service
  • Default port: 9118
  • Install dir: ~/owjdxb/
  • Working dir: /home/skipper/owjdxb/
  • Logs: /tmp/.owjdxb/ and journalctl -u owjdxb.service

Pairing

After install/start, the script waits up to 30s for the service to generate a pairing URL. The URL contains an active code for the 节点小宝 mobile app. To get the pairing code at any time:

bash skills/jdxb/scripts/jdxb.sh pair

The script automatically extracts the active code from the pairing server.

Web Dashboard

Access at http://127.0.0.1:9118 (local only). The service redirects to the pairing page on first access.

安全使用建议
This package appears to implement a manager for a remote-access service, but it asks you (or will run) to download and execute code from third-party hosts. Specifically: the bundled installer fetches a tarball over plain HTTP from cdn.ionewu.com and the skill suggests running a remote install script (curl ... | sudo bash) from iepose.com. Those are dangerous patterns because the downloaded code is unsigned, comes from domains unrelated to each other, and could be replaced or malicious. If you consider installing: 1) Do NOT run the curl|bash one-liner unless you fully trust the domain. 2) Inspect the downloaded tarball and start.sh contents in a sandbox before running as root. 3) Prefer HTTPS and verified releases (checksums / signatures). 4) Consider installing on an isolated VM/container first. 5) If you need pairing info, be aware the script contacts dpis.ionewu.com with parameters extracted from your local service—this transmits identifiers to that external host. If you can't verify the provenance of these domains or the binaries, treat this skill as risky and avoid installing it on production systems.
功能分析
Type: OpenClaw Skill Name: jdxb Version: 1.0.0 The skill installs and manages '节点小宝' (JDxB), a remote access proxy service, which involves downloading binaries from 'cdn.ionewu.com' and installing a systemd service with root privileges. While the script 'scripts/jdxb.sh' aligns with its stated purpose, the automated deployment of remote access tools and the use of 'curl | bash' patterns (referenced in 'SKILL.md') are high-risk behaviors. No clear evidence of intentional data exfiltration or hidden backdoors was found beyond the inherent risks of the service itself.
能力评估
Purpose & Capability
The script implements install/start/stop/restart/status/logs/pair/uninstall for a JDxB-like service, matching the skill description. However, the SKILL.md recommends an "official" one-liner (https://iepose.com/install.sh) while the bundled script actually downloads binaries from http://cdn.ionewu.com and queries https://dpis.ionewu.com; the domain mismatch is unexplained and odd.
Instruction Scope
Runtime instructions tell the agent (and the user) to run the included shell script which, when run as root, writes a systemd unit, enables and starts a service, and downloads/extracts remote archives. The SKILL.md also explicitly suggests piping a remote install script to sudo bash (curl -sL https://iepose.com/install.sh | sudo bash). The script accepts an optional PID env var (not documented in SKILL.md) and contacts external endpoints to fetch an activation code. These instructions expand scope beyond local management into executing remote code and contacting external services.
Install Mechanism
There is no vetted install spec; the bundled script downloads a tgz from BASE_URL using plain HTTP (http://cdn.ionewu.com/...), extracts it, and executes start.sh from the archive. The SKILL.md additionally recommends a curl|bash installer from a different domain (iepose.com). Downloading unsigned binaries over HTTP and recommending piping remote scripts to sudo bash are high-risk practices.
Credentials
No credentials or env vars are declared, which is consistent with the declared metadata. The script does require root for install/service operations (expected for creating a systemd service). It will read an optional PID environment variable if present (PID override used when contacting the active-code endpoint) but SKILL.md does not document this optional env var.
Persistence & Privilege
The skill does not set always:true and is user-invocable. The script installs and enables a systemd service (normal for a daemon installer). It does not appear to modify other skills or global agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jdxb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jdxb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:status/start/stop/restart/logs/pair/install/uninstall
元数据
Slug jdxb
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

节点小宝管理 是什么?

Manage 节点小宝 (Node Baby Link / JDxB) remote access service on Linux. Install, start/stop/restart the systemd service, check status, view logs, get pairing cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 节点小宝管理?

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

节点小宝管理 是免费的吗?

是的,节点小宝管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

节点小宝管理 支持哪些平台?

节点小宝管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 节点小宝管理?

由 skipper-chen(@skipper-chen)开发并维护,当前版本 v1.0.0。

💬 留言讨论