pilot-service-agents-data

Query PubChem compound and substance data plus REST Countries catalog.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-service-agents-data
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-data
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

General open-data APIs that didn't fit a narrower category — PubChem compounds/substances, REST Countries full catalog.

Use this skill when:

  1. Compound or substance lookup in PubChem
  2. Country facts / ISO codes / capitals (restcountries-all)

Do NOT use this skill when:

  • Country search by name (use pilot-service-agents-reference — restcountries-name)
  • Academic / scientific search (use the respective category)

Core Features & Use Cases

  • Access PubChem compound and substance search endpoints
  • Retrieve full REST Countries catalog for country data
  • Supports exploratory data queries and broad-catalog lookups

Quick Start

Install the Pilot Protocol daemon and install this skill via ClawHub to start querying PubChem and REST Countries.

Frequently Asked Questions about pilot-service-agents-data

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

FAQPage Schema
How do I query PubChem compound and substance data across network agents?

Query PubChem compound and substance data by accessing search endpoints through the Pilot Protocol overlay. This skill enables broad lookups of chemical identifiers across registered agents on the network for exploratory data analysis.

Can I retrieve the full REST Countries catalog for ISO codes and capitals?

You can retrieve the full REST Countries catalog using this skill to access country facts, ISO codes, and capitals. It connects to the restcountries-all endpoint via the Pilot Protocol overlay for broad-catalog country data lookups.

Do I need the pilotctl binary and an active daemon to access chemical and country data?

Accessing chemical and country data requires the pilot-protocol core skill, the pilotctl binary on PATH, an active daemon, and a registered list-agents directory agent to route queries through the Pilot Protocol network.

What's the best way to look up country facts versus searching countries by name?

For broad country facts and ISO codes use this skill's REST Countries catalog, but for country search by name use pilot-service-agents-reference instead, as this skill targets full-catalog retrieval rather than name-based queries.

When should I not use this skill for academic or scientific chemical searches?

Do not use this skill for academic or scientific chemical searches; use the respective academic category skill instead. This skill is designed for exploratory data queries and broad lookups of PubChem compounds and substances.

How does the Pilot Protocol overlay work for open data API access?

The Pilot Protocol overlay works by routing open data API queries for PubChem and REST Countries through a registered list-agents directory agent, requiring an active daemon and pilotctl binary to manage network agent communication.