pi-trending
Installation
SKILL.md
Pi Trending
扫描 npm registry,发现最近🔥的 Pi Agent 包(extension / skill / theme / prompt template),计算趋势分并汇总展示,帮助用户追踪 pi 生态的最新进展。
输出两个独立榜单:
- 主流榜 - 按近 30 天月下载量(
monthly)倒排,反映生态中当下最常用的包 - 新锐榜 - 按增速评分(
growth × ln(weekly+1))倒排,反映正在快速蹿升的包
快速开始
运行一次命令,同时拿到主流榜和新锐榜两张 Markdown 表格(LLM 友好)。不带参数时各展示 Top 30。
uv run --script scripts/pi_trending.py
AI 展示环节:获取脚本输出的表格后,AI 应自动将「一句话介绍」列的英文 description翻译为中文并精简到 20 字以内,再展示给用户。翻译失败的 description 保留原文。