pbdb_query

Query the Paleobiology Database for fossil occurrences and taxonomic classifications.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/syxscott/PaleoClaw --skill pbdb-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbdb_query
Source: https://github.com/syxscott/PaleoClaw/tree/main/skills/pbdb_query
Command: npx skills add https://github.com/syxscott/PaleoClaw --skill pbdb-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes references (resource) components.

What problem does it solve?

This Skill helps researchers and enthusiasts find and understand fossil occurrences, taxonomic classifications, and geological data from the Paleobiology Database (PBDB).

Core Features & Use Cases

  • Fossil Occurrence Search: Locate where specific fossils have been found globally.
  • Taxonomic Information: Retrieve details on species, genera, families, and their classifications.
  • Geological & Temporal Data: Understand the time ranges and geological formations associated with fossils.
  • Use Case: A paleontologist needs to know the geographic distribution and geological age of all known Triceratops fossil finds.

Quick Start

Use the pbdb_query skill to find fossil occurrences of Tyrannosaurus.

Frequently Asked Questions about pbdb_query

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

FAQPage Schema
How do I query the Paleobiology Database for fossil occurrences?

Query the Paleobiology Database for fossil occurrences by using this Skill to interact with the PBDB API via curl and parse the returned JSON taxonomic and geological data with jq.

What is the best way to find taxonomic classifications of fossils from PBDB?

Finding taxonomic classifications of fossils from PBDB involves querying the database for species, genera, and families. This Skill retrieves these hierarchical classifications along with associated geological data.

Can I use this to search for global fossil occurrences of a specific species?

You can search for global fossil occurrences of a specific species using this Skill. It locates where specific fossils have been found globally and retrieves their geographic distribution and geological age.

Do I need curl and jq installed to retrieve paleontological data?

You need curl and jq installed to retrieve paleontological data. Curl handles the API interaction with the Paleobiology Database, while jq is required for parsing the JSON responses into structured stratigraphic and taxonomic data.

What geological and temporal data can I retrieve for stratigraphic analysis?

For stratigraphic analysis, you can retrieve geological and temporal data including time ranges and geological formations associated with fossils. This helps understand the temporal distribution of paleontological specimens globally.

Why use this approach instead of manually searching the PBDB website for fossil records?

Using this approach instead of manually searching the PBDB website automates fossil record retrieval. It directly queries the database API to systematically extract and parse large volumes of fossil occurrences, taxonomic classifications, and geological data.