power-management-monitor
Monitor system power state including battery, AC, sleep, and wake events
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/power-management-monitor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How power-management-monitor Compares
| Feature / Agent | power-management-monitor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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` processRelated Skills
translation-management
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
Continuous vendor security monitoring for security ratings, breach notifications, and risk change detection
key-management-orchestrator
Cryptographic key lifecycle management orchestration including generation, rotation, and destruction across key management systems
power-analysis
FPGA power estimation and optimization skill for low-power design
ip-core-management
Vendor IP core configuration and integration expertise for FPGA designs
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.
donor-relationship-management
Cultivate and steward donor relationships including prospect research, personalized engagement strategies, gift acknowledgment, and impact reporting
power-analysis-calculator
Skill for statistical power analysis and sample size calculation
change-management
Skill for engineering change request and order processing through PLM systems
power-sample-size-calculator
Statistical power analysis and sample size determination
stormwater-management
Skill for integrated stormwater management and green infrastructure design with SWMM modeling, hydrologic analysis, BMP sizing, and MS4 permit compliance.
thermal-management
Vehicle and powertrain thermal management system design