Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cross-platform screen and window capture for screenshots and recording
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-21 | ✓→✗ | ▼ Worse | 21% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -8% | 0% |
Implement cross-platform screen and window capture for screenshots and recording capabilities.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "framework": { "enum": ["electron", "native"] }, "captureTypes": { "type": "array" } }, "required": ["projectPath"] }
javascriptconst { desktopCapturer } = require('electron'); async function captureScreen() { const sources = await desktopCapturer.getSources({ types: ['screen'], thumbnailSize: { width: 1920, height: 1080 } }); for (const source of sources) { const screenshot = source.thumbnail.toPNG(); // Save or use screenshot } }
power-management-monitorsystem-services-integration processOther measured skills in the registry, with their headline benchmark lift.