Skip to content

GBA-BI/BioOS-Claws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BioOS-Claws

OpenClaw plugin suite focused on BioOS scenarios, extending OpenClaw with the ability to interact with BioOS resources.

Overview

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

Directory Structure

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/

Organization Principles

  • 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 as bioos-navigen

Relationship with EpiClaw

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors