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:1,582
forks:51
updated:February 9, 2026 at 13:52
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | validate-inference |
| description | Validate inference generates correct text |
Using tests to validate inference is correct and performance has not degraded.
Setup model you want to test in ./crates/uzu/tests/text_session_test.rs or ./crates/uzu/tests/mod.rs
Remember that some models can be too large to fit in device RAM. Do not use these models and do not attempt to download them.
Run
cargo test --release --package uzu --test text_session_test -- test_text_session_base --exact --nocapture
Check generated text is correct and readable and stats (processed_tokens_per_second for prefill and tokens_per_second for generate)