← Back to Skills Marketplace
wxuanyuan

virtual-cell-reasoner

by WxuanYuan · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install virtual-cell-reasoner
Description
Consult a virtual cell language model on single-cell tasks — cell generation, cell understanding, cell perturbation, and biology Q&A using cell token sequences.
Usage Guidance
This skill will send any prompt you give it to a hardcoded external server hosted on an ngrok domain. Before installing or using it, consider: 1) Do not send sensitive or proprietary biological data or any credentials to this skill. 2) Ask the publisher for the service's provenance, privacy policy, and a stable, official endpoint (ngrok defaults are often personal/ephemeral). 3) If you need this functionality, prefer a skill that points to a verified, documented server or run your own trusted service and pass its URL via --url. 4) Ensure your runtime has the Python 'requests' package installed. 5) If you must test it, run it in an isolated environment and monitor network traffic to the endpoint. If you cannot obtain trustworthy information about the remote service, avoid using the skill with real or sensitive data.
Capability Assessment
Purpose & Capability
The skill claims to consult a virtual cell LLM and includes a Python client that POSTS prompts to a chat endpoint — this is consistent with the stated purpose. However, the default SERVER_URL is a personal/ephemeral ngrok domain with no homepage or owner contact, and the package does not declare the Python 'requests' dependency in metadata. The origin and trustworthiness of the service are unclear.
Instruction Scope
SKILL.md instructs the user/agent to run call_api.py which will transmit whatever prompt is provided to the remote /chat endpoint. That means any input (including sensitive biological data or credentials accidentally pasted) will be sent to the external server. The instructions do not limit or warn about this data transfer, and the default server is an off-platform ngrok URL, increasing exfiltration risk.
Install Mechanism
There is no install spec (instruction-only plus a single included Python client). No archives or third-party install URLs are used, which lowers install-time risk. Note: runtime requires the 'requests' Python package but that is not listed in the skill metadata.
Credentials
The skill does not request any environment variables, credentials, or config paths, which is proportionate for an LLM client. However, because the client posts data to a hardcoded external endpoint, the absence of declared credentials does not eliminate the risk that sensitive input could be exfiltrated to an untrusted service.
Persistence & Privilege
The skill does not request persistent privileges, does not set always:true, and does not modify system or other skill configs. It only contains a client script and runtime instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install virtual-cell-reasoner
  3. After installation, invoke the skill by name or use /virtual-cell-reasoner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
- Initial release of Virtual Cell LLM for single-cell biology tasks - Enables cell generation, cell understanding, and biology Q&A using cell token sequences - Provides command-line API examples for generating cells, summarizing features from tokens, and answering biology questions - Supports useful flags for token limit, sampling temperature, and custom server endpoint
Metadata
Slug virtual-cell-reasoner
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is virtual-cell-reasoner?

Consult a virtual cell language model on single-cell tasks — cell generation, cell understanding, cell perturbation, and biology Q&A using cell token sequences. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install virtual-cell-reasoner?

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

Is virtual-cell-reasoner free?

Yes, virtual-cell-reasoner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does virtual-cell-reasoner support?

virtual-cell-reasoner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created virtual-cell-reasoner?

It is built and maintained by WxuanYuan (@wxuanyuan); the current version is v0.0.1.

💬 Comments