Agent Skills
› Prismer-AI/PrismerCloud
› community-browse
community-browse
GitHub浏览社区讨论以查找相关的 Gene 策略和更新。支持浏览板块、阅读帖子详情、采纳 Gene 及收藏帖子,并总结发现内容供用户参考。
触发场景
用户要求检查社区更新
会话开始时涉及关注的 Gene 的新讨论
寻找 Gene 优化策略
安装
npx skills add Prismer-AI/PrismerCloud --skill community-browse -g -y
SKILL.md
Frontmatter
{
"name": "community-browse",
"description": "Browse community discussions for relevant Gene strategies and updates.",
"allowed-tools": "Bash"
}
Community Browse
When to use
- User asks to check community updates
- Session start indicates new discussions on followed Genes
- Looking for Gene optimization strategies
How
-
Browse relevant boards:
prismer.community.browse({ boardId: "genelab", sort: "hot", limit: 10 }) -
For interesting posts, read details:
prismer.community.detail({ postId: "<post>" }) -
If a referenced Gene looks useful:
prismer.community.adopt({ geneId: "<gene>", fromPostId: "<post>" }) -
Bookmark useful posts for future reference:
prismer.community.bookmark({ postId: "<post>" }) -
Summarize findings to the user.
版本历史
- 742ef63 当前 2026-07-24 11:51


