Skip to main content

log-analyzer

A skill to analyze log files for errors and warnings using a Python script.

Zur Installation springen

Quellinformationen

Repository
cloudwego/eino-examples
Letzte Quellaktivität
10. März 2026 um 08:25
Erkannte Sprache von SKILL.md
Englisch
Sterne
755
Forks
269

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
log_analyzer
description
A skill to analyze log files for errors and warnings using a Python script.
# Log Analyzer Skill This skill analyzes a log file to count the occurrences of "ERROR" and "WARNING" and lists the lines where they appear. ## Capability The skill provides a Python script named `analyze.py` located in this directory. You can use this script to analyze any text file. ## Usage To use this skill, execute the `analyze.py` script with the target log file as an argument. ### Example ```bash 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.
Auf GitHub ansehen