py-server-logs
CommunityMonitor Flask server logs in real-time.
Authorasnar00
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies viewing Flask server logs, whether local or remote, for debugging, monitoring, and status checks. It eliminates the need to remember complex tail, grep, or ssh commands, providing quick access to critical server information and accelerating issue resolution.
Core Features & Use Cases
- Real-time & Historical Logs: Stream logs as they happen (
tail -f) or view recent entries and search for specific patterns like errors or API calls. - Local & Remote Support: Works seamlessly for servers running on your local machine or a remote host via SSH, providing unified log access.
- Use Case: When a user reports an error on your remote Flask server, use this skill to
tail -fthe remote logs and identify the root cause in real-time, without needing to manually SSH in.
Quick Start
Show me the last 20 lines of the local Flask server logs.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: py-server-logs Download link: https://github.com/asnar00/miso/archive/main.zip#py-server-logs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.