What problem does it solve?
This Skill allows you to discover and interact with any service running on the system, even those not explicitly pre-programmed, by dynamically inspecting system configurations, APIs, and logs.
Core Features & Use Cases
- Dynamic Service Discovery: List all running services and identify network ports they are using.
- Configuration Inspection: Read configuration files for services, especially NixOS modules.
- Log Analysis: Retrieve recent logs for any specified service.
- API Interaction: Interact with HTTP/REST APIs exposed by services running on localhost.
- Database Access: Execute basic commands against common databases like PostgreSQL and Redis.
- Container Inspection: View running containers and their logs using Podman.
- Knowledge Management: Store discovered service information and interaction methods in memory for future reference.
Quick Start
Discover all running services on the system.