← 返回 Skills 市场
136
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spatial-transcriptomics-mapper
功能描述
Map spatial transcriptomics data from 10x Genomics Visium/Xenium onto.
安全使用建议
This skill appears to be what it says: a local tool for mapping Visium/Xenium spatial transcriptomics data. Before installing/running: 1) Note the missing helper script referenced in SKILL.md (scripts/generate_test_data.py) — contact the author or remove the example invoking that script. 2) Inspect the full scripts/main.py locally (already included) for any additional behaviors you want to understand; the provided portion shows only local file I/O and plotting. 3) Run in an isolated environment (virtualenv or container) and install dependencies from PyPI to avoid polluting your system. 4) Provide only datasets you trust (the tool will read local HDF5/parquet/image files). 5) If you need network access restrictions, enforce them at the runtime/container level — the skill itself does not appear to perform network operations. 6) If you want higher assurance, run python -m py_compile scripts/main.py and a quick static scan for subprocess, socket, requests, urllib, or exec usage (none were detected in the inspected code).
功能分析
Type: OpenClaw Skill
Name: spatial-transcriptomics-mapper
Version: 1.0.0
The skill bundle is a legitimate tool for spatial transcriptomics analysis, specifically designed for 10x Genomics Visium and Xenium data. The implementation in `scripts/main.py` uses standard scientific Python libraries (scanpy, squidpy, pandas, and matplotlib) to process genomic data and generate visualization reports. No evidence of data exfiltration, unauthorized network activity, or malicious execution was found; the file system access is limited to reading input data and writing results to a specified output directory. The `SKILL.md` instructions are well-structured for an AI agent and do not contain any prompt injection attempts or instructions to bypass security controls.
能力评估
Purpose & Capability
The skill's name and description (mapping Visium/Xenium data) align with the included Python code (SpatialMapper class, Visium/Xenium loaders, plotting). Minor inconsistency: SKILL.md and usage examples reference scripts/generate_test_data.py and other helper scripts that are not present in the file manifest; SKILL.md also claims 'plus 1 additional script(s)' beyond __init__.py, but only main.py and __init__.py are included. This appears to be a packaging/documentation omission rather than malicious misdirection.
Instruction Scope
SKILL.md instructs the agent to validate inputs and run the packaged script (python scripts/main.py). The instructions are scoped to reading local dataset files, performing analysis, and producing image outputs. The runtime instructions do not direct the agent to read unrelated system files, environment variables, or transmit data to external endpoints. The only scope issue: examples reference a missing generate_test_data.py.
Install Mechanism
No install spec is provided (instruction-only with code shipped); dependencies are listed in requirements.txt and SKILL.md suggests pip installs. This is a common, low-risk pattern. No network-download/install scripts or obscure URLs are used by the package itself.
Credentials
The skill declares no required environment variables, no primary credential, and the code does not access environment secrets. Dependencies are typical data-analysis libraries; requested resources are proportional to the stated task.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It creates its own output directory under the provided output path (normal behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spatial-transcriptomics-mapper - 安装完成后,直接呼叫该 Skill 的名称或使用
/spatial-transcriptomics-mapper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of spatial-transcriptomics-mapper.
- Supports mapping spatial transcriptomics data from 10x Genomics Visium and Xenium platforms.
- Processes Space Ranger and Xenium Explorer outputs for gene expression mapping onto tissue images.
- Features include: gene expression visualization, spatial clustering display, multi-gene overlay, and high-resolution export.
- Provides fallback paths and validation for missing inputs or execution errors.
- Includes sample test data generation, detailed usage instructions, and audit-ready command examples.
元数据
常见问题
Spatial Transcriptomics Mapper 是什么?
Map spatial transcriptomics data from 10x Genomics Visium/Xenium onto. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 Spatial Transcriptomics Mapper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spatial-transcriptomics-mapper」即可一键安装,无需额外配置。
Spatial Transcriptomics Mapper 是免费的吗?
是的,Spatial Transcriptomics Mapper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Spatial Transcriptomics Mapper 支持哪些平台?
Spatial Transcriptomics Mapper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spatial Transcriptomics Mapper?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills