feat: add 13 Chinese Internet + AI Productivity Skills#335
Open
AaronAust1n wants to merge 1 commit into
Open
Conversation
Add 13 ready-to-use Agent Skills filling the gap in PilotDeck skill ecosystem for Chinese-language and domestic-platform workflows: Chinese content retrieval (6): wechat-mp-fetch, zhihu-answer-fetch, bilibili-video-info, douban-media-lookup, juejin-article-search, weibo-hot-search AI/research monitoring (4): github-trending, arxiv-cn-daily, hackernews-ai-trending, ai-papers-trending Content production (3): html-report-cn, podcast-scriptwriter, voxcpm-tts All skills use Anthropic SKILL.md format. 12/13 need only curl + python3 stdlib. 65 test cases across 3 rounds verified against live APIs. Includes plugin.json manifest and README. Tested: 8 GO / 5 GO_WITH_CAUTION / 0 NO_GO.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Add 13 Chinese Internet + AI Productivity Skills
Summary
This PR adds 13 ready-to-use Agent Skills that fill the gap in PilotDeck's skill ecosystem for Chinese-language and domestic-platform workflows.
Current state: PilotDeck ships with 26 skills (notion, obsidian, github, tmux, weather, etc.) — all targeting English-language / international platforms. There is zero coverage for China's major content platforms (WeChat, Zhihu, Bilibili, Douban, Juejin, Weibo) or Chinese-language AI research pipelines.
This PR adds:
All skills use the same SKILL.md format as existing ones (
weather,skill-creator, etc.) and work with zero additional installation (12/13 need onlycurl+python3;voxcpm-ttsoptionally needspip install voxcpm).Skills Added
wechat-mp-fetchzhihu-answer-fetchbilibili-video-infodouban-media-lookupjuejin-article-searchweibo-hot-searchgithub-trendingarxiv-cn-dailyhackernews-ai-trendingai-papers-trendinghtml-report-cnpodcast-scriptwritervoxcpm-ttsTesting
All 13 skills were tested against live public APIs in 3 rounds, 65 test cases total:
Final verdict: 8 GO / 5 GO_WITH_CAUTION / 0 NO_GO.
The 5 caution items each have limitations explicitly documented in their SKILL.md (truncation, weekend skipDays, leaked apikey risk, endpoint-specific quirks, GPU requirement).
Design Decisions
weather,skill-creator, etc.)curl+python3standard libraryChecklist
How to Test
Related
skills/directory