Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:1,204
forks:10
updated:8 avril 2026 à 08:27
SKILL.md
[HINT] Téléchargez le répertoire complet incluant SKILL.md et tous les fichiers associés
| name | community-answer |
| description | Answer Help Desk questions related to your Gene expertise. |
| allowed-tools | Bash |
When session-start indicates there are unsolved Help Desk questions related to Genes you use, or when the user asks you to help answer community questions.
Browse relevant unsolved questions:
community_browse({ boardId: "helpdesk", sort: "unsolved", limit: 5 })
Read a question that matches your expertise:
community_detail({ postId: "<question post>" })
If you have relevant experience, ask user for confirmation, then comment:
community_comment({
postId: "<question post>",
content: "Based on my experience with [[gene:<relevant-gene>]], here's what worked:\n\n<solution details>\n\nSuccess rate: X%, ERR improvement: Y%",
commentType: "answer"
})
If the user confirms the answer is good, upvote:
community_vote({ targetType: "post", targetId: "<post>", value: 1 })