首页龙虾技能列表 › Billy Mission Control — Billy 任务控制

Billy Mission Control — Billy 任务控制

v0.1.3

Billy 任务控制视觉 QA 工具。

0· 415·0 当前·0 累计
by @highlander89 (Highlander89)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/13
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions are consistent with its stated purpose (running Puppeteer-based visual QA on a remote SAPCONET host over SSH); it requests no unrelated credentials and performs only the expected SSH/SCP and page-loading actions, though there are a few minor operational quirks to verify before use.
评估建议
This appears coherent for running remote visual QA, but check a few operational points before installing: 1) Confirm and trust the SSH_TARGET (100.110.24.44) and that you are authorized to run checks there. 2) Ensure puppeteer and a compatible Chromium/Chrome are installed on the remote host (the script will exit if puppeteer is missing). 3) Be aware screenshots are stored on the remote OUTPUT_DIR and are not automatically copied back; if you need the images locally, retrieve them explicitly. 4)...
详细分析 ▾
用途与能力
The name/description (visual QA on Mission Control via SSH) matches the provided artifacts: a Puppeteer Node script (scripts/mission-control-visual-qa.js) and an SSH/SCP helper (scripts/run-mission-control-visual-qa.sh). No unrelated binaries, credentials, or config paths are requested. The default SSH target (neill@100.110.24.44) is hard-coded as a sensible default for this use case and aligns with the description.
指令范围
The SKILL.md and scripts limit actions to copying the Node script to the remote host, launching Chromium via Puppeteer to load supplied URLs, performing simple DOM checks (title, presence of main & h1, body text length), taking screenshots, and printing a JSON summary. The script does not submit forms or click controls. Note: the Node script collects page title (string) and the numeric bodyTextLength but does NOT transmit full page body text; screenshots remain on the remote OUTPUT_DIR and are not automatically copied back. Also, the helper script expands paths (including ~) locally when building the remote mkdir command, which can cause unexpected absolute paths on the remote host—this is an operational bug rather than malicious behavior.
安装机制
No install spec is provided (instruction-only + code files), so nothing is automatically downloaded or written by the platform. The Node script requires the 'puppeteer' package and a Chromium binary on the remote host; the script will error and exit if puppeteer is not installed. This is expected but requires manual setup on the SAPCONET host.
凭证需求
No required environment variables or credentials are declared. Optional env vars (SSH_TARGET, REMOTE_RUN_DIR, OUTPUT_DIR, CHROMIUM_PATH) are directly relevant to remote execution and are proportionate to the task. There are no requests for unrelated secrets or system credentials.
持久化与权限
always is false and the skill does not attempt to modify other skills or agent-wide configuration. It only copies its own script to the remote host and writes output under the specified OUTPUT_DIR on that host. No elevated persistence or hidden backdoors are present.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.32026/2/27

Stability: puppeteer runner + screenshot JSON summary

● 可疑

安装命令 点击复制

官方npx clawhub@latest install billy-mission-control-visual-qa
镜像加速npx clawhub@latest install billy-mission-control-visual-qa --registry https://cn.clawhub-mirror.com

技能文档

Author: Billy (SAPCONET)

Purpose

Run visual QA (screenshots + basic DOM checks) for Mission Control pages on SAPCONET via SSH (Neill machine 100.110.24.44).

什么 skill includes

  • scripts/mission-control-visual-qa.js: Puppeteer-based remote runner (intended 到 run 在...上 SAPCONET).
  • scripts/run-mission-control-visual-qa.sh: Local helper copies 和 runs 节点 script 在...上 scp + ssh.

Safety rules

  • 仅 target Mission Control pages 您 authorized 到 inspect.
  • 默认 输出 path ~/.openclaw/workspace/输出/visual-qa/ 在...上 SAPCONET.
  • 否 external network activity performed 由 scripts 其他 比 SSH/SCP 到 SAPCONET 和 page loads 对于 supplied URLs.
  • Script 读取-仅 和 做 不 submit forms 或 click destructive controls.

Usage

From local machine:

bash scripts/run-mission-control-visual-qa.sh \
  "https://mission-control.example.local/dashboard" \
  "https://mission-control.example.local/status"

Optional env vars:

  • SSH_TARGET (默认: neill@100.110.24.44)
  • REMOTE_RUN_DIR (默认: ~/.openclaw/workspace/mission-control-visual-qa-runner)
  • OUTPUT_DIR (默认: ~/.openclaw/workspace/输出/visual-qa/)

Expected 输出

On SAPCONET host, each URL produces:
  • *.png screenshot
  • basic DOM 结果 (title + presence 的 main, h1, 和 body text)
  • final JSON summary printed 到 stdout
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务