← 返回 Skills 市场
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install motif-logo-generator
功能描述
Generate publication-quality sequence logos for DNA or protein motifs.
安全使用建议
This package is not clearly malicious, but it is inconsistent and needs manual review before use. Things to do before running or installing: 1) Inspect scripts/main.py (already included) — it looks benign (file I/O, local computation, prints commands), but confirm it matches your expectations. 2) Don't trust SKILL.md blindly: it advertises CLI flags and a Python API that aren't implemented and lists extra dependencies (logomaker, pandas, matplotlib) that aren't in requirements.txt. 3) Run python -m py_compile scripts/main.py and run the script in a sandboxed environment (or container/VM) with a non-sensitive sample input first. 4) If you need the extra features mentioned in SKILL.md (plotting, PNG/PDF output via libraries), request or add the missing implementation and update requirements.txt accordingly; otherwise remove misleading docs. 5) Be cautious about executing the printed weblogo shell commands — they assume an external tool (weblogo) is installed and could be used to execute further commands on your system. 6) If you want to allow an agent to run this skill autonomously, fix the documentation/implementation mismatch and pin exact dependencies; otherwise, treat it as an untrusted, locally-run script. If you want, I can produce a checklist of exact changes to make SKILL.md and the code consistent.
功能分析
Type: OpenClaw Skill
Name: motif-logo-generator
Version: 1.0.0
The skill is a functional but basic tool for generating sequence motif logos. While there are minor inconsistencies between the documentation (SKILL.md) and the implementation (scripts/main.py)—such as missing dependencies in requirements.txt and mismatched CLI arguments—the code itself is harmless. It performs local data processing and text generation (ASCII or shell command templates) without any signs of data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
The declared purpose (publication-quality DNA/protein logos) matches the presence of a generator script, but SKILL.md advertises features, a Python API, CLI flags (--input, --type, --title, color schemes) and dependencies (logomaker, pandas, matplotlib) that are not present in the packaged code. The only actual code (scripts/main.py) imports argparse and numpy and supports --demo or a --sequences file and two output modes (ascii, weblogo). requirements.txt contains only numpy. The extra advertised capabilities and dependencies are disproportionate to the included implementation.
Instruction Scope
SKILL.md instructs users/agents to run commands and use CLI flags and a Python API that do not match scripts/main.py (e.g., it refers to --input, --type, a motif_logo_generator.generate_logo API, and a CONFIG block that do not exist). It also prints shell commands to run external tooling (weblogo) but does not invoke any network calls itself. Instructions are inconsistent and somewhat open-ended, which could cause an agent or user to run unexpected external commands if they follow the doc literally.
Install Mechanism
There is no install spec (instruction-only install via pip -r requirements.txt is suggested). That is low-risk in itself. Note: requirements.txt only lists numpy while SKILL.md lists additional packages — a discrepancy but not an installation mechanism risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code only reads an input sequences file and writes an output file; no secrets or external credentials are requested.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request persistent system-wide changes or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install motif-logo-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/motif-logo-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
motif-logo-generator 1.0.0 - Initial release
- Generate publication-quality sequence logos for DNA or protein motifs from raw sequences or FASTA files.
- Supports configurable input methods, color schemes, and output formats (PNG, PDF, SVG).
- Provides both command-line and Python API interfaces.
- Robust error handling and validation for user inputs.
- Includes security and risk assessments, with a clear workflow and usage guidelines.
元数据
常见问题
Motif Logo Generator 是什么?
Generate publication-quality sequence logos for DNA or protein motifs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Motif Logo Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install motif-logo-generator」即可一键安装,无需额外配置。
Motif Logo Generator 是免费的吗?
是的,Motif Logo Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Motif Logo Generator 支持哪些平台?
Motif Logo Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Motif Logo Generator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills