← Back to Skills Marketplace
skipper-chen

节点小宝管理

by skipper-chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jdxb
Description
Manage 节点小宝 (Node Baby Link / JDxB) remote access service on Linux. Install, start/stop/restart the systemd service, check status, view logs, get pairing cod...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jdxb
  3. After installation, invoke the skill by name or use /jdxb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:status/start/stop/restart/logs/pair/install/uninstall
Metadata
Slug jdxb
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 节点小宝管理?

Manage 节点小宝 (Node Baby Link / JDxB) remote access service on Linux. Install, start/stop/restart the systemd service, check status, view logs, get pairing cod... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install 节点小宝管理?

Run "/install jdxb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 节点小宝管理 free?

Yes, 节点小宝管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 节点小宝管理 support?

节点小宝管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 节点小宝管理?

It is built and maintained by skipper-chen (@skipper-chen); the current version is v1.0.0.

💬 Comments