Back to Registry View Author Profile
Official Verified
drugflow-skills
Multi-flow API workflow skill for this DrugFlow Django repository. Use when an agent needs executable end-to-end API procedures such as login/register, workspace and balance retrieval, job listing, virtual screening, docking, ADMET, rescoring, structure extraction, and molecular factory.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ashipiling/drugflow-apiOr
DrugFlow Skills
Route requests to the correct DrugFlow API flow and execute with minimal ambiguity.
Flow Selection
- Read references/index.md first.
- Match user intent to one flow.
- Load only that flow's reference files.
- Prefer script execution from
scripts/<flow>/when available.
Current Flows
- Common APIs: reusable auth/workspace/balance/jobs APIs available.
- Virtual screening: complete flow available.
- Docking: complete flow available.
- ADMET: complete flow available.
- Rescoring: complete flow available.
- Structure extract: complete flow available (
img2molbackend type). - Molecular factory: complete flow available (with atom-selection helpers).
Common APIs Workflow
- Read references/flows/common-apis/call-flow.md.
- Read references/flows/common-apis/payloads.md.
- Reuse
scripts/common/drugflow_api.pyfor:
signinsignuplist_workspaces/create_workspace/ensure_workspaceget_balancelist_jobs
- Use
scripts/common/test_common_apis.pyfor direct smoke tests.
Virtual Screening Workflow
- Read references/flows/virtual-screening/call-flow.md.
- Read references/flows/virtual-screening/payloads.md.
- Use
scripts/virtual-screening/run_vs_flow.pyfor end-to-end execution. - Always include
ws_idfor/api/jobslist/detail. - For
/api/jobscreate, passname,type,args(JSON string),ws_id; in non-private mode includeexpect_tokensandavail_tokens.
Docking Workflow
- Read references/flows/docking/call-flow.md.
- Read references/flows/docking/payloads.md.
- Use
scripts/docking/run_docking_flow.pyfor end-to-end execution. - Create docking jobs through
POST /api/jobswith multipart fieldspdb,ligands,pdb_content, andargs. - Site-driven docking box note: when
--siteis provided butcenter/size/radiusare omitted, the script auto-derives the docking box from that site in local PDB. - Always include
ws_idon job list/detail requests and passexpect_tokens/avail_tokensin non-private mode.
ADMET Workflow
- Read references/flows/admet/call-flow.md.
- Read references/flows/admet/payloads.md.
- Use
scripts/admet/run_admet_flow.pyfor end-to-end execution. - ADMET job type is fixed to
admet-dl. - Support two input modes:
- direct
smileslist - dataset mode via
dataset_id + smiles_col
- For
/api/jobscreate, passname,type=admet-dl,args,ws_id, and in non-private modeexpect_tokens/avail_tokens.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ashipiling-drugflow-api": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.