SkillAgentSearch skills...

WaifuSharp

.NET API wrapper for the waifu.pics API

Install / Use

/learn @Waifu-pics/WaifuSharp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

banner

Official minimal .NET wrapper for waifu.pics.
Refer to the docs for available endpoints currently in the API. Install the NuGet package into your project.

Examples

Get image URL

Get a random image from waifu endpoint in sfw category

WaifuClient client = new WaifuClient();  
Console.WriteLine(client.GetSfwImage(Endpoints.Sfw.Waifu));

Download image from API

WaifuClient client = new WaifuClient();
WaifuImage image = client.DownloadSfwImage(Endpoints.Sfw.Waifu);  
File.WriteAllBytes(image.Filename, image.Buffer);

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C#

Security Score

82/100

Audited on Dec 8, 2025

No findings