general-chemical-pricing

Retrieve averaged bulk chemical element prices and generate PubChem vendor links.

144|21|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill general-chemical-pricing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general-chemical-pricing
Source: https://github.com/learningmatter-mit/AtomisticSkills/tree/main/.agents/skills/general-chemical-pricing
Command: npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill general-chemical-pricing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you quickly find averaged bulk commodity prices for chemical elements and get practical vendor ordering links for precursor compounds, without manually searching multiple sources.

Core Features & Use Cases

  • Bulk elemental pricing lookup: Retrieves averaged USD/kg figures scraped from Wikipedia’s USGS elemental commodity data.
  • Vendor purchase link generation: Produces PubChem “Chemical Vendors” links for elements and compound precursors so you can see suppliers interactively.
  • Use Case: Before planning a materials or chemistry batch, check a candidate precursor’s approximate market price per kg and jump directly to vendor listings for procurement.

Quick Start

Ask for lithium carbonate pricing and a vendor ordering link for procurement planning by running the provided script with the query name in the base-agent environment.

Frequently Asked Questions about general-chemical-pricing

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

FAQPage Schema
How do I get bulk chemical element prices in USD per kg for procurement screening?

You can retrieve averaged bulk chemical element prices in USD per kg by scraping USGS-derived Wikipedia commodity data, providing fast cost estimates for materials and chemistry procurement planning without manual searches.

What is the best way to find vendor ordering links for precursor compounds?

Finding vendor ordering links for precursor compounds is done through PubChem compound resolution, which generates interactive Chemical Vendors links so you can navigate directly to supplier listings for procurement.

Can I use PubChem to look up chemical pricing and suppliers for drug discovery materials?

Yes, you can use PubChem to look up chemical vendors and suppliers for drug discovery materials, while averaged elemental commodity pricing is sourced separately from USGS-derived Wikipedia data to estimate procurement costs.

Does this chemical pricing lookup work for both individual elements and compound precursors?

The chemical pricing lookup works for both elemental commodities and compound precursors, retrieving USD per kg estimates for elements while generating PubChem vendor navigation links for specific precursor compounds.

How do I retrieve averaged commodity prices and vendor links using Python and BeautifulSoup?

You retrieve averaged commodity prices and vendor links by running a provided Python script in the base-agent environment, which uses requests, BeautifulSoup, and pubchempy to scrape pricing data and resolve compound vendor information.

Are there limitations to using Wikipedia USGS data for elemental commodity pricing estimates?

Limitations of using Wikipedia USGS data for elemental commodity pricing include relying on averaged bulk figures rather than real-time market rates, meaning exact vendor quotes may vary from the scraped USD per kg estimates.