openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > BioFlow

Concise guide for BioFlow API usage covering signup/login, file upload/download, token balance check, task submission, and result retrieval with example endp...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 44 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:ashipiling/bioflow

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only quickstart for the BioFlow API; its files and runtime instructions are coherent with that purpose and do not request unrelated credentials, installs, or system access.

目的

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.

说明范围

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.

安装机制

There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk.

证书

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.

持久

always:false and default model invocation are used. The skill does not request persistent presence or modify other skills or system settings.

综合结论

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/cha…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「BioFlow」。简介:Concise guide for BioFlow API usage covering signup/login, file upload/download…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ashipiling/bioflow/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: bioflow-api-quickstart
description: Quick guide for BioFlow backend API usage and integration. Use when an agent needs concise project intro plus end-to-end API flow: signup/login, file upload/download, token balance query, task submission, and result retrieval.
---

# BioFlow API Quickstart

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

## Workflow
1. Read [references/current-auth-map.md](references/current-auth-map.md) for project scope and auth/token model.
2. Read [references/api-call-flow.md](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](references/current-auth-map.md)
2. [references/api-call-flow.md](references/api-call-flow.md)