Dot Screencap
A screencapturing library
Install / Use
npx skills add Speiser/dot-screencapInstalls into whichever agent you are using.
README
dot-screencap
Features
- Take screenshots
var screencap = new ScreenCapture();
screencap.TakeScreenshot();
- Record animations
var screencap = new ScreenCapture
{
// Recommended for large resolution
// recordings and long GIFs.
ScalingFactor = 2
};
// Records a GIF with 100 frames,
// every 50 ms is a frame recorded.
screencap.RecordAnimation(100, 50);
- Select screenregion
var screencap = new ScreenCapture();
screencap.ScreenRegion = new ScreenRegion(...);
How to use it in your solution
Clone this repository and build the solution.
Add a reference to the built DotScreencap.dll in your solution.
Related Skills
node-connect
385.6kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
