power-management-monitor

Solid

Monitor system power state including battery, AC, sleep, and wake events

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
57
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# power-management-monitor Monitor system power state including battery level, AC/battery status, and sleep/wake events. ## Capabilities - Monitor battery level and charging - Detect AC/battery power source - Handle sleep/wake events - Prevent system sleep - Low battery notifications - Power-aware feature toggling ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string" }, "framework": { "enum": ["electron", "native"] }, "events": { "type": "array" } }, "required": ["projectPath"] } ``` ## Electron Example ```javascript const { powerMonitor, powerSaveBlocker } = require('electron'); powerMonitor.on('suspend', () => console.log('System suspending')); powerMonitor.on('resume', () => console.log('System resumed')); powerMonitor.on('on-battery', () => console.log('On battery')); powerMonitor.on('on-ac', () => console.log('On AC power')); // Prevent sleep during important tasks const id = powerSaveBlocker.start('prevent-app-suspension'); // ... do work ... powerSaveBlocker.stop(id); ``` ## Related Skills - `screen-capture-api` - `system-services-integration` process

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

power-profiler

Power consumption measurement and analysis expertise for embedded systems. Integrates with power analyzer tools to measure, profile, and optimize power consumption in battery-powered and energy-efficient designs.

1,160 Updated today
a5c-ai
AI & Automation Listed

resource-monitor

Monitor system resources (CPU, memory, disk, network) during development and production.

335 Updated today
aiskillstore
AI & Automation Solid

screen-capture-api

Cross-platform screen and window capture for screenshots and recording

1,160 Updated today
a5c-ai
AI & Automation Solid

agent-performance-monitor

Agent skill for performance-monitor - invoke with $agent-performance-monitor

57,130 Updated today
ruvnet
Code & Development Solid

power-automate-monitoring

Monitor Power Automate flow health, track failure rates, and inventory tenant assets using the FlowStudio MCP cached store. The live API only returns top-level run status. Store tools surface aggregated stats, per-run failure details with remediation hints, maker activity, and Power Apps inventory — all from a fast cache with no rate-limit pressure on the PA API. Load this skill when asked to: check flow health, find failing flows, get failure rates, review error trends, list all flows with monitoring enabled, check who built a flow, find inactive makers, inventory Power Apps, see environment or connection counts, get a flow summary, or any tenant-wide health overview. Requires a FlowStudio for Teams or MCP Pro+ subscription — see https://mcp.flowstudio.app

346 Updated yesterday
hashgraph-online