← Back to Skills Marketplace
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install synthetic-bio-circuit-designer
Description
Design gene circuits for synthetic biology applications
Usage Guidance
The code is small, local, and coherent with the description: it prints simple design text for toggle switches and oscillators, uses no network or secrets, and does not write files. However: (1) provenance is unknown — verify the author/owner before trusting or distributing the skill. (2) The domain is dual-use: outputs could be misused if taken as actionable lab protocols; do not use these outputs to perform wet-lab experiments without review by qualified biosafety personnel and compliance with regulations. (3) The SKILL.md mentions file I/O and risk mitigations that the script does not implement; if you plan to extend the skill (add file export, simulation, or external calls), re-audit any new code and dependencies. (4) As a precaution, run the script in an isolated/sandbox environment and review the source before use. If you want higher assurance, ask the publisher for provenance, tests, and a formal biosafety assessment.
Capability Analysis
Type: OpenClaw Skill
Name: synthetic-bio-circuit-designer
Version: 1.0.0
The skill bundle is a straightforward tool for generating text-based designs for synthetic biology circuits. The Python script (scripts/main.py) uses standard libraries to format strings based on user input, and the documentation (SKILL.md) contains no malicious instructions or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the included Python script which generates designs for toggle switches and oscillators. No unrelated credentials, binaries, or install steps are requested — the footprint is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running python scripts/main.py and describes output and risks. The markdown mentions file-read/write and input validation, but the provided script only prints designs to stdout and does not perform file or network I/O; this is a minor documentation/code mismatch to be aware of.
Install Mechanism
No install specification — instruction-only plus a small included script. Nothing is downloaded or installed, so disk/write/install risk is minimal.
Credentials
No required environment variables, credentials, or config paths. The script does not access environment secrets or external services.
Persistence & Privilege
always is false, the skill does not request elevated or persistent privileges, nor does it modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install synthetic-bio-circuit-designer - After installation, invoke the skill by name or use
/synthetic-bio-circuit-designer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Synthetic Bio Circuit Designer (v1.0.0).
- Enables design and simulation of gene circuits (toggle switch, oscillator) for synthetic biology.
- Provides circuit design, component list, and expected behavior as outputs.
- Includes risk assessment and security checklist for responsible use.
- Requires no additional Python packages; runs locally with provided scripts.
- Draft status with evaluation criteria and future improvement plans outlined.
Metadata
Frequently Asked Questions
What is Synthetic Bio Circuit Designer?
Design gene circuits for synthetic biology applications. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Synthetic Bio Circuit Designer?
Run "/install synthetic-bio-circuit-designer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Synthetic Bio Circuit Designer free?
Yes, Synthetic Bio Circuit Designer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Synthetic Bio Circuit Designer support?
Synthetic Bio Circuit Designer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Synthetic Bio Circuit Designer?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills