Agent skill · Databases

materials-database-querier

Materials database query skill for accessing structure and property data from multiple repositories

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill materials-database-querier --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/science/nanotechnology/skills/materials-database-querier/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Materials Database Querier ## Purpose The Materials Database Querier skill provides unified access to multiple materials databases for structure and property retrieval, enabling comprehensive materials search and data aggregation across repositories. ## Capabilities - Materials Project API integration - AFLOW database queries - ICSD/CSD structure retrieval - NOMAD repository access - Cross-database searches - Property aggregation and comparison ## Usage Guidelines ### Database Query Workflow 1. **Query Design** - Define search criteria - Select target databases - Set property filters 2. **Data Retrieval** - Execute queries - Handle pagination - Aggregate results 3. **Data Processing** - Standardize formats - Compare across sources - Export for analysis ## Process Integration - Machine Learning Materials Discovery Pipeline - DFT Calculation Pipeline for Nanomaterials - Structure-Property Correlation Analysis ## Input Schema ```json { "query_type": "composition|structure|property", "databases": ["materials_project", "aflow", "icsd"], "criteria": { "elements": ["string"], "property_range": {"property": "string", "min": "number", "max": "number"} }, "limit": "number" } ``` ## Output

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Usage Guidelines
  4. Database Query Workflow
  5. Process Integration
  6. Input Schema
  7. Output Schema
More from babysitter
All skills →
About this skill
What does the materials-database-querier skill do?

Materials database query skill for accessing structure and property data from multiple repositories

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill materials-database-querier --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going