pubchem-pug-skill

Fetch chemical compound properties and assay summaries from PubChem via REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanumin/Tumi-DentAI-ResearchNexus --skill pubchem-pug-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pubchem-pug-skill
Source: https://github.com/hanumin/Tumi-DentAI-ResearchNexus/tree/main/hermes-skills/pubchem-pug
Command: npx skills add https://github.com/hanumin/Tumi-DentAI-ResearchNexus --skill pubchem-pug-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides rapid access to specific chemical compound data, assay summaries, and substance details from PubChem, reducing the time needed to gather essential biomedical information.

Core Features & Use Cases

  • Data Retrieval: Fetch properties, descriptions, and assay summaries for chemical compounds.
  • Use Case: A researcher needs a quick overview of aspirin’s molecular weight and related assay results to prepare an experiment.
  • Technical Scope: Utilizes PubChem’s REST API to deliver focused JSON summaries, supporting biomedical and chemistry workflows.

Quick Start

Use the pubchem pug skill to obtain the molecular weight of aspirin by requesting its property information.

Frequently Asked Questions about pubchem-pug-skill

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

FAQPage Schema
How do I retrieve chemical compound properties from PubChem using REST API?

To retrieve chemical compound properties from PubChem, the Skill fetches specific molecular data like molecular weight and descriptions using PubChem REST API endpoints. It parses JSON responses to deliver focused summaries for biomedical research workflows.

Can I get assay summaries and substance details from PubChem with Python?

Yes, you can get assay summaries and substance details from PubChem using Python. The Skill utilizes the requests library to execute HTTP requests against PubChem RESTful endpoints and parses the returned JSON data for quick access.

What's the best way to fetch molecular weight for a specific compound like aspirin?

The best way to fetch molecular weight for a compound like aspirin is requesting property information directly through PubChem REST API calls. The Skill retrieves concise JSON summaries, reducing time needed to gather essential biomedical data.

Do I need the requests library to query PubChem compound data?

Yes, you need the requests library to query PubChem compound data. The Skill depends on the requests library for executing HTTP requests and requires a Python environment with RESTful endpoint access and JSON parsing capabilities.

What PubChem data can I retrieve for biomedical research and development tasks?

For biomedical research and development tasks, you can retrieve specific chemical compound properties, descriptions, and assay summaries. The Skill delivers focused JSON summaries from PubChem REST API, supporting chemistry workflows and experiment preparation.

Are there limitations to fetching PubChem assay information through REST API calls?

Limitations of fetching PubChem assay information include dependency on RESTful endpoint availability and JSON parsing capabilities within Python environments. The Skill provides concise summaries rather than exhaustive raw data, focusing on rapid access to specific properties.