← 返回 Skills 市场
ashipiling

BioFlow

作者 ashipiling · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bioflow
功能描述
Concise guide for BioFlow API usage covering signup/login, file upload/download, token balance check, task submission, and result retrieval with example endp...
使用说明 (SKILL.md)

BioFlow API Quickstart

Provide a concise implementation/use checklist for BioFlow APIs with minimal context loading.

Workflow

  1. Read references/current-auth-map.md for project scope and auth/token model.
  2. Read references/api-call-flow.md for concise API call sequence (signup/login -> upload -> balance -> create task -> poll -> results -> download).
  3. Use one algorithm path for demo execution (default PTMPred) instead of mixing multiple algorithms in one run.
  4. Keep responses concise: show endpoint, required params, minimal request example, and key response fields only.

Output Structure

  1. Project intro: base URL, auth mode, major API groups.
  2. Registration/login: send SMS verification code, signup (telephone + verification_code), login, refresh, me.
  3. File workflow: upload dataset and get dataset download URL.
  4. Balance query: GET /api/v1/token/balance.
  5. Task submission: one concrete algorithm endpoint and required parameters.
  6. Result query: job detail, results list, and result download endpoint.

Done Criteria

  1. Agent can explain complete API path from account creation to result retrieval in one compact response.
  2. Endpoint examples are executable with current Bearer token flow.
  3. File upload/download and task/result endpoints are both covered.

References

  1. references/current-auth-map.md
  2. references/api-call-flow.md
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bioflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bioflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init
元数据
Slug bioflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

BioFlow 是什么?

Concise guide for BioFlow API usage covering signup/login, file upload/download, token balance check, task submission, and result retrieval with example endp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 BioFlow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bioflow」即可一键安装,无需额外配置。

BioFlow 是免费的吗?

是的,BioFlow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

BioFlow 支持哪些平台?

BioFlow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 BioFlow?

由 ashipiling(@ashipiling)开发并维护,当前版本 v1.0.0。

💬 留言讨论