SkillAgentSearch skills...

Dot Screencap

A screencapturing library

Install / Use

npx skills add Speiser/dot-screencap

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

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

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated5mo ago
Forks5

Languages

C#

Security Score

92/100

Audited on Feb 15, 2026

No findings