pipeworx-gbif
Global biodiversity data — search species, retrieve taxonomy, and find georeferenced occurrence records via GBIF
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-gbifGBIF — Global Biodiversity Information Facility
GBIF aggregates biodiversity data from thousands of institutions worldwide — over 2 billion occurrence records. Search the taxonomic backbone, get species classification details, and retrieve georeferenced observations filtered by country.
Tools
search_species— Full-text search across the GBIF species backbone (e.g., "Homo sapiens", "oak", "Panthera leo")get_species— Detailed taxonomic record by GBIF taxon key: kingdom, phylum, class, order, family, genusget_occurrences— Georeferenced observation records for a taxon, optionally filtered by ISO country code
Ideal for
- Ecological research — where has a species been observed?
- Conservation tools that need range maps based on real observations
- Taxonomy lookups for scientific or educational content
- Biodiversity dashboards comparing species richness across countries
Example: wolf sightings in Germany
# First, search for the species
curl -s -X POST https://gateway.pipeworx.io/gbif/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_species","arguments":{"query":"Canis lupus","limit":1}}}'
# Then get occurrences with the taxon key, filtered to Germany
curl -s -X POST https://gateway.pipeworx.io/gbif/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_occurrences","arguments":{"key":5219173,"country":"DE","limit":10}}}'
MCP config
{
"mcpServers": {
"pipeworx-gbif": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/gbif/mcp"]
}
}
}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-gbif": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pipeworx Attom
Skill by b-gutman
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
Pipeworx Weather
Skill by b-gutman