IrisGoLab
Official@irisgolab
Offers native Windows system integration, local speech processing, and desktop interface management through specialized PowerShell and .NET interface modules.
Agent Skills by IrisGoLab
Showing 12 vetted skills indexed across 1 GitHub repositories.
ms-todo
Manage Microsoft To Do tasks via the Microsoft Graph API.
win-whisper
Transcribe speech to text locally on Windows using Whisper models.
win-browser
Reads Edge and Chrome bookmarks, history, and downloads on Windows via PowerShell and winsqlite3.dll.
win-clipboard
Read and write Windows clipboard text, images, and file lists.
win-tts
Convert text to speech via Windows SAPI 5 and System.Speech.Synthesis.
win-screenshot
Captures Windows screen or region images using PowerShell and .NET System.Drawing.
win-ui-auto
Automate Windows UI tasks via PowerShell and Win32 APIs.
win-files
Search, browse, and manage Windows files and folders using built-in PowerShell.
win-ocr
Extract text from images and screenshots using the Windows built-in OCR engine.
win-notify
Send Windows toast notifications from PowerShell using built-in WinRT APIs.
win-scheduler
Create, list, and maintain Windows scheduled tasks using the ScheduledTasks PowerShell module.
win-ai-local
Manage Ollama models and run local LLM inference on Windows 10/11.
Frequently Asked Questions About IrisGoLab
FAQPage SchemaWhat specific Windows system tasks can be performed?▼
These modules enable direct interaction with Windows system components, including file management, clipboard operations, toast notifications, and scheduled task maintenance. You can programmatically capture screen regions, synthesize speech via SAPI 5, and extract text from images using the built-in Windows OCR engine.
Which technical personas benefit from these modules?▼
System administrators, desktop engineers, and developers building local Windows-based utilities will find these modules useful. They are designed for users who need to bridge high-level logic with low-level Windows OS features without relying on external cloud dependencies or complex third-party software installations.
What are the prerequisites for running these modules?▼
The modules require a Windows 10 or 11 environment with PowerShell 5.1 or higher installed. Certain features, such as local inference or speech transcription, require specific local binaries like Ollama or Whisper models to be present on the host machine before execution.