Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
log-analyzer
// A skill to analyze log files for errors and warnings using a Python script.
$ git log --oneline --stat
stars:651
forks:237
updated:2026년 3월 10일 08:25
파일 탐색기
SKILL.md
// A skill to analyze log files for errors and warnings using a Python script.
| name | log_analyzer |
| description | A skill to analyze log files for errors and warnings using a Python script. |
This skill analyzes a log file to count the occurrences of "ERROR" and "WARNING" and lists the lines where they appear.
The skill provides a Python script named analyze.py located in this directory. You can use this script to analyze any text file.
To use this skill, execute the analyze.py script with the target log file as an argument.
python3 {{.BaseDirectory}}/scripts/analyze.py /path/to/logfile.log
Note: Replace /path/to/logfile.log with the actual path of the file you want to analyze.