Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:25 de fevereiro de 2026 às 08:01
Explorador de arquivos
SKILL.md
Review code for quality, bugs, and security issues.
Build book
Check chapters consistency betweend chapters.md and chapters/*/chapter.md
Review chapter
Does stuff
Extract text and tables from PDF files.
| name | checksum |
| description | Compute checksums (MD5, SHA-256) for text or files. |
Use this skill when asked to compute a hash or checksum of any text or file content.
Run the bundled script:
python scripts/checksum.py '<text>'
The script outputs MD5 and SHA-256 checksums for the given input.
Always verify computed checksums against known test vectors when available. Read the test_vectors.md reference to compare results.