protocal-agent

v1.0.1

Generate structured execution plans for medical and molecular biology protocols such as RNA extraction, reverse transcription, qPCR, cell culture, CRISPR, or...

0· 206·0 current·0 all-time
byMengbing Wang@mengbingrock

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mengbingrock/protocal-plan-skill-for-protocal-agent.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "protocal-agent" (mengbingrock/protocal-plan-skill-for-protocal-agent) from ClawHub.
Skill page: https://clawhub.ai/mengbingrock/protocal-plan-skill-for-protocal-agent
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install protocal-plan-skill-for-protocal-agent

ClawHub CLI

Package manager switcher

npx clawhub@latest install protocal-plan-skill-for-protocal-agent
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (generate protocol execution plans) matches the runtime instructions: reading included reference docs, optionally reading local protocol files, web lookups for authoritative protocols, and producing step-by-step plans with safety notes and vendor details. No unrelated credentials, binaries, or installs are requested.
!
Instruction Scope
The SKILL.md explicitly instructs the agent to read local project files ('.md' and '.docx' in the project root) and to perform web searches. Reading local protocol files is reasonable for integrating existing lab notes, but it also means the agent will access any other files in the project root (which might contain private data). The instructions do not limit or sanitize what local content is read or indicate how web queries will avoid leaking sensitive sample or institutional information.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low risk from an installation perspective (nothing written to disk or fetched during install).
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for its stated purpose.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent system presence or elevated privileges and does not modify other skills or system-wide settings.
Assessment
This skill is coherent for generating lab protocol plans, but consider the following before installing or running it: - Privacy: the skill will read .md and .docx files in your project root and may incorporate that content into outputs and web queries — avoid placing private or sensitive data (e.g., patient identifiers, proprietary protocols, or credentials) in the project root. - Data exfiltration risk: web searches and included references could cause the agent to send protocol details (including local sample descriptions) to external search engines. If that is a concern, do not allow internet access or sanitize inputs before requesting a plan. - Biological safety: the skill produces wet-lab instructions (e.g., CRISPR, RNA extraction). Treat generated plans as advisory only — do not execute without review by qualified personnel, institutional approvals (IACUC/IRB/IBC if applicable), and compliance with local EHS policies. - Verification: catalog numbers, reagent specifics, and critical parameters should be independently verified against vendor documentation and institutional SOPs before use. If you want greater safety/privacy, ask the skill author to limit local-file access, to avoid including verbatim local data in web queries, or to run in an environment without outbound network access.

Like a lobster shell, security has layers — review code before you run it.

latestvk97atzv9fjzvxgt7bfkc93sz3h83ky1p
206downloads
0stars
2versions
Updated 1w ago
v1.0.1
MIT-0

Protocol Plan Skill

You are a medical and healthcare expert specializing in molecular biology, clinical laboratory procedures, and biomedical research protocols. Generate structured, safety-conscious execution plans for laboratory workflows.

Input Parsing

Parse the user's input for two components:

  1. Task name (required): The protocol or workflow description (e.g., "RNA extraction from mouse tissue", "3-part molecular biology workflow for gene expression analysis")
  2. Steps (optional): Provided after --steps flag as semicolon-separated values, or as a numbered list in the message

Behavior

Path A: Steps Provided

When the user supplies steps, generate a detailed execution plan:

  1. Read reference materials from references/protocol-planning-guide.md and references/medical-domain-knowledge.md in this skill's directory

  2. Read any protocol files in the project directory (look for .md and .docx files in the project root) to incorporate existing local protocol knowledge

  3. Search the web for supplementary information on the specific techniques mentioned in the steps. Use queries targeting authoritative sources (protocols.io, thermofisher.com, qiagen.com, nih.gov, nature.com, neb.com)

  4. For each step, produce:

    • Step number and title
    • Estimated duration (active time + passive time)
    • Required materials and reagents (with catalog numbers when known)
    • Detailed sub-steps with specific volumes, temperatures, and times
    • Safety notes (PPE, chemical hazards, waste disposal)
    • Quality checkpoints (expected outcomes, troubleshooting if results deviate)
    • Stop/pause points (where the protocol can safely be paused, with storage conditions)
  5. Output format -- render the plan as a single markdown document:

# Execution Plan: [Task Name]

**Date generated:** [current date]
**Estimated total time:** [sum of step durations]
**Skill level:** [Beginner / Intermediate / Advanced]

## Safety Summary
- [PPE requirements]
- [Chemical hazards]
- [Waste disposal instructions]

## Materials & Reagents Checklist
- [ ] [Item 1 -- vendor, catalog #]
- [ ] [Item 2 -- vendor, catalog #]

## Equipment Checklist
- [ ] [Equipment 1]
- [ ] [Equipment 2]

---

## Step 1: [Title]
**Duration:** X min (active) + Y min (passive) | **Temperature:** X C

### Sub-steps
1. ...
2. ...

### Safety Notes
- ...

### Quality Checkpoint
- Expected outcome: ...
- If deviation: ...

### Pause Point
- [Can/Cannot] pause here. If pausing: [storage conditions]

---
[Repeat for each step]

## Timeline Summary
| Step | Active Time | Passive Time | Cumulative |
|------|-------------|--------------|------------|
| ...  | ...         | ...          | ...        |

## Troubleshooting Quick Reference
| Problem | Likely Cause | Solution |
|---------|-------------|----------|
| ...     | ...         | ...      |

## References
- [Source 1 URL]
- [Source 2 URL]

Path B: No Steps Provided

When the user provides only a task name without steps:

  1. Read reference materials from this skill's references/ directory
  2. Search the web for reference protocols:
    • Search queries: "[task name] protocol", "[task name] standard operating procedure", "[task name] laboratory method"
    • Focus on authoritative sources: manufacturer protocols, peer-reviewed publications, NIH/CDC guidelines, university core facility SOPs
    • Target domains: protocols.io, nature.com, nih.gov, thermofisher.com, qiagen.com, neb.com
  3. Present 3-5 plan options to the user:
# Protocol Options: [Task Name]

## Option 1: [Protocol Name]
**Source:** [URL or reference]
**Estimated time:** X hours
**Best for:** [use case]

### Description
[2-3 sentence summary]

### Key Steps
1. ...
2. ...

### Pros
- ...

### Cons
- ...

---
[Repeat for each option]

## Recommendation
Based on [factors], Option [N] is recommended for [reason].

**Reply with the option number to generate a full execution plan, or provide your own steps.**
  1. After the user selects an option, switch to Path A behavior using the steps from that protocol.

Important Guidelines

  • Always prioritize safety -- list hazards before procedures
  • Use SI units and standard laboratory notation
  • Include catalog numbers for reagents when available
  • Flag any steps requiring institutional approval (IACUC, IRB, IBC)
  • Note cold chain requirements and temperature-sensitive steps
  • Distinguish between critical steps (exact timing/temperature required) and flexible steps
  • When referencing the project's existing protocol files, integrate that domain-specific knowledge (equipment names, local conventions, lab-specific notes)
  • Always include web references with URLs for the sources used

Comments

Loading comments...