← 返回
未分类 中文

Hfmirror Trending En

Fetches real-time Hugging Face trending data via the public HF-Mirror API and generates structured Markdown reports in English. Suitable for conversational A...
通过公开的 HF‑Mirror API 实时抓取 HuggingFace 热门趋势数据,并生成结构化的英文 Markdown 报告,适用于对话式 AI。
ddongcui ddongcui 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 344
下载
💾 0
安装
1
版本
#latest

概述

hfmirror_trending_en (Cross-platform Generic Version)

This Skill enables AI agents to autonomously fetch and parse real-time trending data from HF-Mirror (hf-mirror.com).

> Data Source Notice: This Skill calls https://hf-mirror.com/api/trending — a public, login-free REST API provided by HF-Mirror. It does not require any tokens or authorization, nor does it involve any authenticated web scraping or bypassing of access controls.

Use Cases

When a user inquires about recent trending models, datasets, or projects on Hugging Face or its mirror. Examples:

  • "What are the trending models lately?"
  • "What's hot on Hugging Face right now?"
  • "Push today's Hugging Face mirror trending list."
  • "Help me parse the trending data from HF-Mirror."

Agent Workflow

When processing the above commands, AI agents should follow this standard end-to-end logic:

  1. Auto-Fetch and Parse: The agent should call the processing script located in the Skill's root directory, utilizing its built-in networking capabilities.

```bash

python scripts/summarize.py --fetch [out_path.md]

```

Note: The script is Python 3 compatible and can be run directly in Windows (PowerShell/CMD), Linux (Shell), or macOS environments.

  1. Generate Elegant Reports: The script automatically fetches JSON from https://hf-mirror.com/api/trending and generates structured Markdown output in English.
  1. Smart Delivery: The agent reads the generated file content and presents it as a well-formatted message to the user.

Core Design (Cross-Platform & Environment Decoupled)

  • Path Agnostic: Agents can locate scripts/summarize.py via relative paths or Skill environment configurations based on their current context.
  • Zero Dependencies: The script relies solely on Python 3 standard libraries (json, urllib, os, sys). It requires no third-party packages, allowing it to run smoothly even in minimal container or CLI environments.
  • Dynamic Fetch: The built-in --fetch argument eliminates the need to manually prepare intermediate files, enabling a seamless one-click transition from API to report.
  • Compliant Access: Uses a named User-Agent (hfmirror-trending-en-skill/1.0) to identify the request source, adhering to public API best practices.

Core Output Fields Explanation

  • Model ID: The unique identifier for the model.
  • Downloads & Likes: Metrics reflecting community popularity.
  • Parameter Size: Automatically converted (e.g., 7B, 27B) to help users evaluate deployment costs.
  • Pipeline Tag: Distinction between different AI domains such as ASR, TTS, OCR, etc.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 141,578
data-analysis

Stock Watcher

robin797860
管理和监控个人股票自选列表,支持利用同花顺数据添加、删除、列出股票及汇总近期表现。适用于用户希望追踪特定股票、获取表现汇总或管理自选列表时。
★ 112 📥 46,534
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,661