تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١
forks:٠
updated:٢٥ فبراير ٢٠٢٦ في ٠٨:٠١
مستكشف الملفات
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.