Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:2
forks:2
updated:April 3, 2026 at 08:00
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | distill-pending |
| description | Process pending transcript distillation |
| execution | inline |
Trigger distillation of pending transcripts and check distillation status.
If you need to manually trigger distillation for the current session:
# Add to queue for daemon processing
echo '{"tool":"distill_trigger","args":{"session_id":"CURRENT_SESSION_ID"},"ts":'$(date +%s)'}' >> /tmp/chitta-queue.jsonl
View registered transcripts and their distillation state:
chitta transcript_list
This shows:
session_id: Transcript identifierlast_processed_line: How many lines have been distilleddistilled: Whether any distillation has occurredrealm: Project contextDistilled learnings are stored as memories with:
[learn] prefix for extracted insightsDaemon distillation settings (in chittad --help):
--distill-interval MINS: Check interval (default: 5)--distill-min-turns N: Min turns before distilling (default: 4)--distill-model MODEL: LLM model for extraction--no-distill: Disable automatic distillationIf distillation isn't running:
chitta health_checkcurl -s http://localhost:11434/v1/modelschitta transcript_listls -la /tmp/chitta-queue.jsonl*