
from scp148
Validate protein sequences, compute biochemical properties, predict 3D structure (ESMFold), and analyze binding pockets — end-to-end protein characterization.
Provides a workflow for full protein characterization: sequence validation, feature analysis, computation of physicochemical parameters, 3D structure prediction (ESMFold), and binding pocket prediction (fpocket). The skill orchestrates calls to multiple SCP servers and tools to produce a comprehensive protein analysis pipeline.
Use this skill when you need a reproducible pipeline for analyzing an amino-acid sequence — from basic validation to structure prediction and pocket detection. Suitable for computational biologists, drug-discovery researchers, and bioinformatics practitioners who want an automated end-to-end analysis.
Inferred compatibility: agents capable of calling external MCP servers and making authenticated HTTP/SSE/streamable HTTP connections. Best used by agents or runners with network access and ability to manage API keys for SCP Hub.
Bioinformatics skill for full protein characterization (validate sequence, compute properties, predict 3D structure via ESMFold, analyze binding pockets via fpocket). Orchestrates 5 tools across 4 MCP servers hosted at scp.intern-ai.org.cn. No bundled scripts — SKILL.md only. The Python usage example has bare except clauses and calls tools with empty arguments={}, missing required parameters like sequence input. Requires an SCP Hub API key to use. Niche but legitimate scientific tool.
Legitimate bioinformatics skill. Code quality dragged down by bare except clauses and missing argument parameters in usage example. Architecture is simple (single SKILL.md, no scripts/references dirs). Usefulness is niche — requires specific platform access and bioinformatics context.