Official distribution and documentation entry for wemol-cli and the wemol-cli-official skill package.
This repository is designed for two usage paths:
- CLI path: run
wemol-clidirectly for module/flow/job operations. - Agent path: install the skill package in claw (or any skill-capable agent) and let the agent apply built-in install/update workflows.
- CLI users: want command-line control for discovery, submission, tracking, and output download.
- Bio/AI/chem workflow users: want practical workflows (antibody, ADMET, flow recovery, etc.).
- Agent users: want to use a skill package and delegate setup/operations to an agent.
Use release assets from:
For v1.0.0, the release assets are:
wemol-cli-v1.0.0-linux-x86_64-musl.tar.gzwemol-cli-v1.0.0-macos-apple-silicon.zipwemol-cli-v1.0.0-macos-intel.zipwemol-cli-v1.0.0-windows-x86_64.zipwemol-cli-official.tar.gz(skill package)SHA256SUMS
Recommended approach:
- Open the target release (for example
v1.0.0). - Download the matching binary archive for your platform.
- Add the binary directory to
PATHif needed. - Verify with:
wemol-cli --help
wemol-cli --versionIf your release provides installer scripts, run the script from that release asset directly.
If you prefer the hosted installer channel:
curl -LsSf https://wemol.wecomput.com/static/wemol-cli/latest/install.sh | shWindows PowerShell:
powershell -ExecutionPolicy ByPass -c "irm https://wemol.wecomput.com/static/wemol-cli/latest/install.ps1 | iex"wemol-cli --help
wemol-cli host
wemol-cli lang
wemol-cli login
wemol-cli module search antibodyTypical flow:
- Discover capability:
module searchorflow search - Inspect schema:
module get <id> --params-jsonorflow get <id> --params-template - Submit:
job submit ... - Track:
job status,job progress,job wait - Recover outputs:
job tasks,job output,job download
wemol-cli-official can be consumed as a standalone skill package.
You can:
- install
wemol-cli-officialinto claw or any compatible skill-capable agent, or - download only
wemol-cli-official.tar.gzfrom release assets and let the agent perform install/update guidance automatically.
The skill includes operational workflows for:
- install/update checks
- auth/session/host/lang handling
- module/flow parameter discovery
- job diagnosis and output recovery
- Antibody numbering (variable region)
- Protein physicochemical properties
- ADMET AI
- Flow submit + download recovery
- Job history recovery
- Run-limit error handling
Current v1.0.0 artifacts:
wemol-cli-v1.0.0-linux-x86_64-musl.tar.gzwemol-cli-v1.0.0-macos-apple-silicon.zipwemol-cli-v1.0.0-macos-intel.zipwemol-cli-v1.0.0-windows-x86_64.zipwemol-cli-official.tar.gzSHA256SUMS
Run:
wemol-cli login
wemol-cli accountRun:
wemol-cli job tasks <job_id>
wemol-cli job download <job_id>Current macOS/Windows builds may trigger Gatekeeper/SmartScreen prompts on first run. This is expected until full signing/notarization rollout.