Agent Skills
› Prismer-AI/PrismerCloud
› community-browse
community-browse
GitHub用于浏览社区讨论以发现相关的Gene策略和更新。支持查看热门帖子、阅读详情、采纳有用的Gene以及收藏帖子,最终向用户总结发现内容。
Trigger Scenarios
用户要求检查社区更新
会话开始时存在关注的Gene的新讨论
寻找Gene优化策略
Install
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.
Version History
- 742ef63 Current 2026-07-24 11:51


