From 3a5d70feefe4bc12aed51a0bada655b50906c039 Mon Sep 17 00:00:00 2001 From: yuanyi-github <83393925+yuanyi-github@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:10:09 +0800 Subject: [PATCH 1/3] Add files via upload add wechat-10w-article skill to qoder --- src/content/skills/wechat-10w-article.md | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/content/skills/wechat-10w-article.md diff --git a/src/content/skills/wechat-10w-article.md b/src/content/skills/wechat-10w-article.md new file mode 100644 index 0000000..eceddb5 --- /dev/null +++ b/src/content/skills/wechat-10w-article.md @@ -0,0 +1,45 @@ +--- +name: gzh-10w-article-recommend +title: 公众号热门文章 TOP10 推荐 +description: 根据用户输入关键词调用脚本,获取公众号热门文章数据,输出可读的 TOP10 文本榜单并生成 HTML 卡片预览。 +source: community +author: yuanyi-github +githubUrl: https://github.com/yuanyi-github/skills +category: marketing +tags: + - 公众号 + - 热门文章 + - 榜单推荐 + - html预览 +roles: + - assistant +featured: false +popular: false +isOfficial: false +installCommand: | + git clone https://github.com/yuanyi-github/skills + cp -r skills/gzh-10w-article-recommend ~/.qoder/skills/ +date: 2026-04-27 +--- + +## 使用场景 + +- 用户希望按关键词查看公众号热门文章并获得可参考的 TOP10 榜单 +- 需要同时得到文本输出与 HTML 卡片化预览,便于快速浏览与分享 +- 需要按阅读数排序并携带点赞、评论、分享等互动指标 + +## 示例 + +```bash +python scripts/fetch_explosive_articles.py \ + --origin_word "AI编程" \ + --spit_words '["AI","编程"]' \ + --expansion_words '[]' +``` + +## 注意事项 + +- 严格执行完整流程:接收输入、分词、调用脚本、输出文本榜单、生成并展示 HTML +- 文本榜单与 HTML 预览必须同时提供,不可只输出其中一种 +- 榜单以脚本返回数据为准,通常展示阅读数靠前的前 10 条,不足则按实际数量展示 +- 互动与阅读数据可能存在入库延迟,非实时口径 From 74e41d53dcd97b13dcc56f6106805ebc01db751f Mon Sep 17 00:00:00 2001 From: yuanyi-github <83393925+yuanyi-github@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:36:06 +0800 Subject: [PATCH 2/3] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 上传中文版skill文档 --- src/content/skills-zh/wechat-10w-article.md | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/content/skills-zh/wechat-10w-article.md diff --git a/src/content/skills-zh/wechat-10w-article.md b/src/content/skills-zh/wechat-10w-article.md new file mode 100644 index 0000000..eceddb5 --- /dev/null +++ b/src/content/skills-zh/wechat-10w-article.md @@ -0,0 +1,45 @@ +--- +name: gzh-10w-article-recommend +title: 公众号热门文章 TOP10 推荐 +description: 根据用户输入关键词调用脚本,获取公众号热门文章数据,输出可读的 TOP10 文本榜单并生成 HTML 卡片预览。 +source: community +author: yuanyi-github +githubUrl: https://github.com/yuanyi-github/skills +category: marketing +tags: + - 公众号 + - 热门文章 + - 榜单推荐 + - html预览 +roles: + - assistant +featured: false +popular: false +isOfficial: false +installCommand: | + git clone https://github.com/yuanyi-github/skills + cp -r skills/gzh-10w-article-recommend ~/.qoder/skills/ +date: 2026-04-27 +--- + +## 使用场景 + +- 用户希望按关键词查看公众号热门文章并获得可参考的 TOP10 榜单 +- 需要同时得到文本输出与 HTML 卡片化预览,便于快速浏览与分享 +- 需要按阅读数排序并携带点赞、评论、分享等互动指标 + +## 示例 + +```bash +python scripts/fetch_explosive_articles.py \ + --origin_word "AI编程" \ + --spit_words '["AI","编程"]' \ + --expansion_words '[]' +``` + +## 注意事项 + +- 严格执行完整流程:接收输入、分词、调用脚本、输出文本榜单、生成并展示 HTML +- 文本榜单与 HTML 预览必须同时提供,不可只输出其中一种 +- 榜单以脚本返回数据为准,通常展示阅读数靠前的前 10 条,不足则按实际数量展示 +- 互动与阅读数据可能存在入库延迟,非实时口径 From 23ce52ac3919c41de38d2a0fb432858e61602a47 Mon Sep 17 00:00:00 2001 From: yuanyi-github <83393925+yuanyi-github@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:38:01 +0800 Subject: [PATCH 3/3] Translate WeChat article recommendation content to English --- src/content/skills/wechat-10w-article.md | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/content/skills/wechat-10w-article.md b/src/content/skills/wechat-10w-article.md index eceddb5..c1a9627 100644 --- a/src/content/skills/wechat-10w-article.md +++ b/src/content/skills/wechat-10w-article.md @@ -1,16 +1,16 @@ --- name: gzh-10w-article-recommend -title: 公众号热门文章 TOP10 推荐 -description: 根据用户输入关键词调用脚本,获取公众号热门文章数据,输出可读的 TOP10 文本榜单并生成 HTML 卡片预览。 +title: Top 10 WeChat Popular Article Recommendations +description: Calls a script based on user keywords to fetch popular WeChat article data, outputs a readable Top 10 text ranking, and generates an HTML card preview. source: community author: yuanyi-github githubUrl: https://github.com/yuanyi-github/skills category: marketing tags: - - 公众号 - - 热门文章 - - 榜单推荐 - - html预览 + - WeChat Official Accounts + - Popular Articles + - Ranking Recommendations + - HTML Preview roles: - assistant featured: false @@ -22,13 +22,13 @@ installCommand: | date: 2026-04-27 --- -## 使用场景 +## Use Cases -- 用户希望按关键词查看公众号热门文章并获得可参考的 TOP10 榜单 -- 需要同时得到文本输出与 HTML 卡片化预览,便于快速浏览与分享 -- 需要按阅读数排序并携带点赞、评论、分享等互动指标 +- Users want to view popular WeChat articles by keyword and get a referenceable Top 10 ranking. +- Users need both text output and HTML card-based preview for quick browsing and sharing. +- Users need ranking by read count with engagement metrics such as likes, comments, and shares. -## 示例 +## Example ```bash python scripts/fetch_explosive_articles.py \ @@ -37,9 +37,9 @@ python scripts/fetch_explosive_articles.py \ --expansion_words '[]' ``` -## 注意事项 +## Notes -- 严格执行完整流程:接收输入、分词、调用脚本、输出文本榜单、生成并展示 HTML -- 文本榜单与 HTML 预览必须同时提供,不可只输出其中一种 -- 榜单以脚本返回数据为准,通常展示阅读数靠前的前 10 条,不足则按实际数量展示 -- 互动与阅读数据可能存在入库延迟,非实时口径 +- Follow the complete workflow strictly: receive input, tokenize, call the script, output the text ranking, then generate and display HTML. +- The text ranking and HTML preview must both be provided; do not provide only one. +- The ranking is based on script-returned data, usually showing the top 10 by read count; if fewer are available, show the actual number. +- Engagement and read metrics may have ingestion delay and are not real-time values.