数据与复现蛋白结构与设计K-Dense-AI/claude-scientific-skills数据与复现
AD

Adaptyv

维护者 K-Dense Inc. · 最近更新 2026年4月1日

Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or web interface and receive experimental results in approximately 21 days.

Claude CodeOpenClawNanoClaw分析处理复现实验adaptyvproteinpackageprotein engineering & design

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/adaptyv

维护者
K-Dense Inc.
许可
Unknown
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Adaptyv是一个云端实验室 平台 that provides automated protein testing 、 validation services. Submit protein sequences ,通过 API 或 web interface 、 receive experimental results in approximately 21 days。
  • response = requests.post( f"{base_url}/experiments",headers=headers,json={ "sequences":">protein1\nMKVLWALLGLLGAA...","experiment_type":"binding","webhook_url":"https://your-webhook.com/callback" } )。
  • experiment_id = response.json()["experiment_id"]。

原始文档

SKILL.md 摘录

Authentication Setup

Adaptyv requires API authentication. Set up your credentials:

  1. Contact [email protected] to request API access (platform is in alpha/beta)
  2. Receive your API access token
  3. Set environment variable:

Or create a .env file:

Installation

Install the required package using uv:

Basic Usage

Submit protein sequences for testing:

import os
import requests
from dotenv import load_dotenv

load_dotenv()

api_key = os.getenv("ADAPTYV_API_KEY")
base_url = "https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws"

headers = {
    "Authorization": f"Bearer {api_key}",
    "Content-Type": "application/json"
}

适用场景

  • 适合在designing proteins 、 needing experimental validation ,涵盖 binding assays,expression testing,thermostability measurements,enzyme activity assays,或 protein sequence optimization时使用。
  • 可用于submitting experiments ,通过 API,tracking experiment status,downloading results,optimizing protein sequences ,用于 better expression ,使用 computational tools (NetSolP,SoluProt,SolubleMPNN,ESM),或 managing protein design workflows ,支持 湿实验验证。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AL
数据与复现蛋白结构与设计

alphafold

Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AL
数据与复现蛋白结构与设计

AlphaFold DB

AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by D…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现蛋白结构与设计

bindcraft

End-to-end binder design using BindCraft hallucination. Use this skill when: (1) Designing protein binders with built-in…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现蛋白结构与设计

binder-design

Guidance for choosing the right protein binder design tool. Use this skill when: (1) Deciding between BoltzGen, BindCraf…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看