← Back to Skills Marketplace
BioFlow
by
ashipiling
· GitHub ↗
· v1.0.0
· MIT-0
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bioflow
Description
Concise guide for BioFlow API usage covering signup/login, file upload/download, token balance check, task submission, and result retrieval with example endp...
README (SKILL.md)
BioFlow API Quickstart
Provide a concise implementation/use checklist for BioFlow APIs with minimal context loading.
Workflow
- Read references/current-auth-map.md for project scope and auth/token model.
- Read references/api-call-flow.md for concise API call sequence (signup/login -> upload -> balance -> create task -> poll -> results -> download).
- Use one algorithm path for demo execution (default PTMPred) instead of mixing multiple algorithms in one run.
- Keep responses concise: show endpoint, required params, minimal request example, and key response fields only.
Output Structure
- Project intro: base URL, auth mode, major API groups.
- Registration/login: send SMS verification code, signup (telephone + verification_code), login, refresh, me.
- File workflow: upload dataset and get dataset download URL.
- Balance query:
GET /api/v1/token/balance. - Task submission: one concrete algorithm endpoint and required parameters.
- Result query: job detail, results list, and result download endpoint.
Done Criteria
- Agent can explain complete API path from account creation to result retrieval in one compact response.
- Endpoint examples are executable with current Bearer token flow.
- File upload/download and task/result endpoints are both covered.
References
Usage Guidance
This package is documentation-only and appears coherent with its stated purpose. Before using it: (1) verify the real API base URL/host before sending credentials or datasets; (2) do not supply real Bearer tokens, passwords, or personal data to the agent unless you trust the runtime and target service; (3) be aware that following the guide will create accounts and may send SMS messages or upload data to an external service — review privacy/charges for that service; and (4) because the skill can be invoked by the agent, avoid granting it credentials or permission to perform network calls autonomously unless you intend it to act on your behalf.
Capability Analysis
Type: OpenClaw Skill
Name: bioflow
Version: 1.0.0
The skill bundle provides standard documentation and workflow instructions for an AI agent to interact with a bioinformatics API (BioFlow). The files, including SKILL.md and references/api-call-flow.md, describe legitimate API operations such as authentication, file uploads, and task management without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (BioFlow API quickstart) match the packaged content: internal reference docs and a guide for signup/login, upload, job submission, polling, and downloading results. Nothing in the package requests unrelated services or credentials.
Instruction Scope
SKILL.md instructs the agent to read the provided reference files and produce concise endpoint examples. It references only the included docs and the API base URL placeholder; it does not instruct reading system files, unrelated env vars, or exfiltrating data. It asks for 'executable' examples assuming a Bearer token, which is consistent with an API quickstart.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The API flow describes obtaining access/refresh tokens as part of normal use; that is proportional to the documented API usage.
Persistence & Privilege
always:false and default model invocation are used. The skill does not request persistent presence or modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bioflow - After installation, invoke the skill by name or use
/bioflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init
Metadata
Frequently Asked Questions
What is BioFlow?
Concise guide for BioFlow API usage covering signup/login, file upload/download, token balance check, task submission, and result retrieval with example endp... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install BioFlow?
Run "/install bioflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BioFlow free?
Yes, BioFlow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BioFlow support?
BioFlow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BioFlow?
It is built and maintained by ashipiling (@ashipiling); the current version is v1.0.0.
More Skills