OpenClaw plugin suite focused on BioOS scenarios, extending OpenClaw with the ability to interact with BioOS resources.
This repository integrates OpenClaw with BioOS, providing BioOS-specific skills that enable Agents to directly operate BioOS workspace resources, including:
- Workflow management and execution
- File and data operations
- WDL script processing
- Docker image building
- Data fetching and transformation
BioOS-Claws/
├── plugins/ # OpenClaw plugins
│ └── bioos-claw-plugin/ # BioOS plugin (organized by plugin name)
│ ├── skills/ # Plugin-specific skills
│ ├── src/ # Plugin source code
│ └── ...
└── skills/
└── bioos-navigen/ # BioOS navigation skill set
├── bioos_data_fetcher/
├── bioos_docker_builder/
├── bioos_paper2workspace/
├── bioos_pipeline_developer/
├── bioos_platform_operator/
├── bioos_wdl_scripter/
├── bioos_workspace2paper/
└── bioos_workspace_parser/
- plugins/: New plugins should be placed under
plugins/<plugin-name>/ - skills/: New skill sets should be placed under
skills/<skill-group-name>/, at the same level asbioos-navigen
This repository is referenced as a submodule by EpiClaw. EpiClaw imports the plugins/ and skills/ directories from this repository via submodule, ensuring BioOS-related capabilities stay in sync across projects.