SkillAgentSearch skills...

Kaori

๐ŸŽป Your friendly neighbourhood violinist bringing you the best booru images

Install / Use

/learn @iCrawl/Kaori
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Kaori

Your friendly neighbourhood violinist bringing you the best booru images

<div align="center"> <a href="https://www.npmjs.com/package/kaori"><img src="https://img.shields.io/npm/v/kaori.svg?maxAge=3600" alt="NPM version" /></a> <a href="https://www.npmjs.com/package/kaori"><img src="https://img.shields.io/npm/dt/kaori.svg?maxAge=3600" alt="NPM downloads" /></a> </div>

Features

  • Supports searching up to 11 boorus

Install

npm i kaori

Usage

Normal usage:

import { search } from 'kaori';

const images = await search('danbooru', { tags: ['cat'], limit: 1, random: true });
images.map((image) => {
	console.log(image.fileURL);
});

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Kaori ยฉ iCrawl, Released under the MIT License.
Authored and maintained by iCrawl.

GitHub @iCrawl ยท Twitter @iCrawlToGo

View on GitHub
GitHub Stars51
CategoryDevelopment
Updated3mo ago
Forks4

Languages

TypeScript

Security Score

97/100

Audited on Dec 22, 2025

No findings