Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cross-platform clipboard operations for text, images, files, and rich content
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 17% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 6% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -14% | 0% |
Implement cross-platform clipboard operations for text, images, files, and rich content.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "framework": { "enum": ["electron", "native"] }, "contentTypes": { "type": "array" } }, "required": ["projectPath"] }
javascriptconst { clipboard, nativeImage } = require('electron'); // Text clipboard.writeText('Hello World'); const text = clipboard.readText(); // Image const image = nativeImage.createFromPath('/path/to/image.png'); clipboard.writeImage(image); // HTML clipboard.writeHTML('<b>Hello</b>');
global-shortcut-managersystem-services-integration processOther measured skills in the registry, with their headline benchmark lift.