pdb-database

Search and fetch 3D structural data from the RCSB PDB repository.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/JosephWoodall/noosphere --skill pdb-database-josephwoodall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdb-database
Source: https://github.com/JosephWoodall/noosphere/tree/main/.agent/skills/pdb-database
Command: npx skills add https://github.com/JosephWoodall/noosphere --skill pdb-database-josephwoodall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

RCSB PDB is the primary public repository for 3D structural data, and this skill provides a streamlined interface to search entries, retrieve coordinates, and access metadata for structural biology, drug discovery, and education workflows.

Core Features & Use Cases

  • Search entries by text, sequence, or structure similarity to identify relevant structures.
  • Download coordinates in PDB or mmCIF formats and retrieve associated metadata.
  • Perform batch queries to handle large structure sets and integrate results into computational pipelines.
  • Reference documentation is available in the references/ directory to understand API capabilities and data schemas.

Quick Start

Query for a structure by text or sequence and download its PDB file.

Frequently Asked Questions about pdb-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and download 3D structural data from the RCSB PDB repository?

To download 3D structural data from the RCSB PDB repository, you can search entries by text, sequence, or structure similarity and retrieve coordinate files in PDB or mmCIF formats. The skill supports single and batch downloads for structural biology workflows.

Can I perform batch queries to retrieve multiple PDB structures at once?

Yes, you can perform batch queries to retrieve multiple PDB structures at once. This skill handles large structure sets through batch processing, allowing you to integrate coordinate files and metadata retrieval directly into computational pipelines.

How does sequence similarity search work for finding 3D structures in PDB?

Sequence similarity search for finding 3D structures in PDB works by querying the RCSB repository with biological sequences to identify relevant structural matches. The skill fetches matching entries and retrieves associated metadata for drug discovery or bioinformatics analysis.

Do I need a REST or GraphQL client to retrieve mmCIF files from the RCSB PDB?

Yes, you need a client capable of REST or GraphQL queries to retrieve mmCIF files from the RCSB PDB. The skill requires JSON parsing and downloading capabilities to access structural data, metadata, and coordinate files effectively.

What metadata is available when fetching 3D structures from the RCSB PDB?

When fetching 3D structures from the RCSB PDB, available metadata includes entry details accessible via GraphQL queries. The skill retrieves this metadata alongside coordinate downloads, supporting structural biology, drug discovery, and education use cases.

What are the limitations when using GraphQL queries for PDB structure retrieval?

Limitations when using GraphQL queries for PDB structure retrieval include the need for robust error handling during batch processing and dependency on client capabilities for REST queries and JSON parsing to successfully download PDB or mmCIF coordinate files.