📦 Flow Panel Designer — 流式配色设计
v0.1.0智能设计多色流式细胞术配色方案,自动最小化荧光光谱重叠,优化通道组合与抗体搭配,提升实验数据质量与解析效率。
0· 128·0 当前·0 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
可疑
medium confidenceThe skill's code is small and self-contained and appears to implement the stated panel-design functionality, but the SKILL.md and the runtime behavior disagree in several places (parameters and file I/O expectations), which is inconsistent and should be clarified before trusting it.
评估建议
This package is small and the Python script appears to implement the panel-design logic without network access or secret use — that part is fine. However, the SKILL.md and the code disagree: the doc lists an --output parameter and file I/O concerns (path validation, ../ traversal protections) that the script does not implement. Before installing or running: (1) Confirm whether you need file output support — if so, request an updated script or SKILL.md that matches; (2) Run the script in a sandbo...详细分析 ▾
ℹ 用途与能力
The skill's name and description (flow cytometry panel design) match the included Python tool: FlowPanelDesigner implements fluorochrome data, overlap calculations, and a simple assignment heuristic. This is coherent for the stated purpose. However, SKILL.md documents parameters (e.g., --output / -o) and behavior (reading input files, writing output files) that the script does not implement, creating a mismatch between documentation and code.
⚠ 指令范围
SKILL.md refers to file system access, input-file path validation, and an --output parameter; the shipped script only reads a --markers CLI arg (required) and prints results to stdout. Because the documentation implies file read/write and path validation but the code lacks that functionality, an agent following the prose could attempt actions not covered by the code (for example, writing files or validating paths). Also the security checklist mentions preventing ../ traversal, but no code enforces any file path handling because the script does not accept file paths — this is a documentation/code inconsistency that could lead to unsafe assumptions.
✓ 安装机制
No install specification and no external dependencies: the Python script uses only the standard library (argparse, itertools). No network downloads or third-party packages are requested, which is proportionate for this utility and low risk from an installation perspective.
✓ 凭证需求
The skill does not request environment variables, credentials, or config paths. The code contains no network calls or secret-handling logic. This is proportionate to a local data-processing tool.
✓ 持久化与权限
The skill does not request persistent or elevated privileges (always: false). There is no install step modifying agent/system configuration and no evidence it would persist beyond running the script.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/3/20
flow-panel-designer 0.1.0 - Initial release: design multicolor flow cytometry panels with minimized spectral overlap. - Supports marker-fluorophore matching, compensation planning, and panel validation. - Command-line options for target antigens, instrument, color count, and output path. - Provides spillover predictions and compensation control recommendations. - Security and risk practices outlined; no extra Python packages required.
● 无害
安装命令
点击复制官方npx clawhub@latest install flow-panel-designer
镜像加速npx clawhub@latest install flow-panel-designer --registry https://cn.longxiaskill.com