Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:177
forks:27
updated:2026년 4월 3일 18:46
SKILL.md
Log a daily work check-in — records what was accomplished and syncs to task board
Manually refresh the knowledge base dashboard
Audit and clean up knowledge base state — archive completed work, fix inconsistencies
Classify raw content and route it to the appropriate knowledge base location
Process a meeting transcript — extract decisions, action items, and key discussion points into structured vault entries
View, update, review, or create OKR cycles
| name | vault-audit |
| description | Run a quality audit on the knowledge base |
| allowed-tools | ["vault_audit","vault_update_entry","ask_user"] |
Run a quality audit. Parse arguments for scope:
vault_audit(scope: "full")vault_audit(scope: "links")vault_audit(scope: "temporal")vault_audit(scope: "frontmatter")vault_audit(scope: "structure")Present the report to the user organized by severity (Critical, Warning, Info).
If the user wants fixes applied:
vault_audit(scope: "...", fix: true)ask_user