install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/albionaiinc-del/logflux" ~/.claude/skills/clawdbot-skills-logflux && rm -rf "$T"
manifest:
skills/albionaiinc-del/logflux/SKILL.mdsource content
LogFlux
Parses and colorizes timestamped log files in real-time, making it easy to monitor and debug system logs with instant visual feedback.
Usage
# Show last 10 lines with color logflux app.log # Follow log file in real-time logflux app.log -f # Show last 50 lines logflux app.log -n 50 # Combine follow and custom line count logflux app.log -f -n 20
Price
$2.50