power-management-monitor

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

509 stars

Best use case

power-management-monitor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using power-management-monitor should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/power-management-monitor/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/desktop-development/skills/power-management-monitor/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/power-management-monitor/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How power-management-monitor Compares

Feature / Agentpower-management-monitorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

Related Skills

translation-management

509
from a5c-ai/babysitter

Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines.

vendor-risk-monitor

509
from a5c-ai/babysitter

Continuous vendor security monitoring for security ratings, breach notifications, and risk change detection

key-management-orchestrator

509
from a5c-ai/babysitter

Cryptographic key lifecycle management orchestration including generation, rotation, and destruction across key management systems

power-analysis

509
from a5c-ai/babysitter

FPGA power estimation and optimization skill for low-power design

ip-core-management

509
from a5c-ai/babysitter

Vendor IP core configuration and integration expertise for FPGA designs

power-profiler

509
from a5c-ai/babysitter

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.

donor-relationship-management

509
from a5c-ai/babysitter

Cultivate and steward donor relationships including prospect research, personalized engagement strategies, gift acknowledgment, and impact reporting

power-analysis-calculator

509
from a5c-ai/babysitter

Skill for statistical power analysis and sample size calculation

change-management

509
from a5c-ai/babysitter

Skill for engineering change request and order processing through PLM systems

power-sample-size-calculator

509
from a5c-ai/babysitter

Statistical power analysis and sample size determination

stormwater-management

509
from a5c-ai/babysitter

Skill for integrated stormwater management and green infrastructure design with SWMM modeling, hydrologic analysis, BMP sizing, and MS4 permit compliance.

thermal-management

509
from a5c-ai/babysitter

Vehicle and powertrain thermal management system design