hugging-face-stat

Retrieve historical Hugging Face model, dataset, and Space statistics via API.

248|30|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/cafe3310/public-agent-skills --skill hugging-face-stat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-stat
Source: https://github.com/cafe3310/public-agent-skills/tree/main/skills_parked/hugging-face-stat
Command: npx skills add https://github.com/cafe3310/public-agent-skills --skill hugging-face-stat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3.

What problem does it solve?

This Skill solves the difficulty of finding complete historical popularity data for Hugging Face models, datasets, and Spaces when the web interface mainly exposes recent download statistics.

Core Features & Use Cases

  • Historical Download Analysis: Retrieves all-time downloads, recent downloads, creation dates, authors, and likes for public models and datasets.
  • Space Runtime Inspection: Shows Space status, hardware configuration, SDK type, and popularity signals to help evaluate hosted applications.
  • Organization Insights: Aggregates model counts, recent download totals, likes, and ranked model lists for Hugging Face organizations.

Quick Start

Ask the agent to use the hugging-face-stat skill to check the historical download count and metadata for a Hugging Face model, dataset, Space, or organization.

Frequently Asked Questions about hugging-face-stat

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

FAQPage Schema
How do I check historical download counts for Hugging Face models?

To check historical download counts for Hugging Face models, you can retrieve all-time downloads, recent downloads, and likes by querying the model metadata via API, bypassing the limited recent stats shown on the web interface.

Can I inspect Hugging Face Space runtime and hardware configuration via API?

Yes, you can inspect Hugging Face Space runtime and hardware configuration via API to show Space status, SDK type, and popularity signals, which helps evaluate hosted applications and infrastructure.

How do I aggregate model statistics for a Hugging Face organization?

To aggregate model statistics for a Hugging Face organization, query the API to collect model counts, recent download totals, likes, and ranked model lists for popularity tracking.

Do I need curl and python3 to retrieve Hugging Face dataset statistics?

Yes, you need curl and python3 to retrieve Hugging Face dataset statistics, as the process requires API querying to collect, parse, validate, and format the metadata responses.

Why can't I see all-time downloads for Hugging Face datasets on the web interface?

The Hugging Face web interface mainly exposes recent download statistics, making it difficult to find complete historical popularity data for datasets without querying the API directly.

What metadata can I retrieve for Hugging Face datasets?

You can retrieve all-time downloads, recent downloads, creation dates, authors, and likes for public Hugging Face datasets by querying the API to collect and parse the metadata responses.