Hfmirror Trending

v1.0.0

通过 HF-Mirror 公开 API 获取 Hugging Face 实时热门趋势,并生成结构化中文 Markdown 报告。适用于各种对话式 AI 代理。

1· 71·0 current·0 all-time
byshunshiwei@ddongcui
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim to fetch HF-Mirror trending data; included script and instructions only access https://hf-mirror.com/api/trending and produce a Markdown report — this matches the stated purpose.
Instruction Scope
SKILL.md directs the agent to run scripts/summarize.py --fetch which fetches the public API, parses JSON, and writes a Markdown file. The script does not read unrelated system files or environment variables.
Install Mechanism
No install spec provided; the skill is instruction+script only and uses Python standard library; nothing is downloaded or installed at runtime.
Credentials
No environment variables, credentials, or config paths are requested. The script uses only network access to hf-mirror.com which is necessary for its function.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide settings. It writes only its own output Markdown when invoked.
Assessment
This skill appears coherent and limited: it only fetches a public HF-Mirror endpoint and generates a Markdown report. Review the script if you want to confirm behavior (it uses urllib and writes a single output file). Consider the usual operational cautions: allow network access only if you trust hf-mirror.com, run the script in a sandboxed environment if you are worried about write permissions, and verify the agent's invocation scope if you do not want autonomous periodic fetches.

Like a lobster shell, security has layers — review code before you run it.

latestvk971m7dqyjydz40nrds2yv9851845ff8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments