From Irasutoya Search
Search Irasutoya illustrations through this project's irasutoya CLI. Use when Claude needs to find Irasutoya/irasutoya.com illustrations, run irasutoya search, download or reuse the local CLI binary, summarize Irasutoya search results, or explicitly open/preview returned images.
How this skill is triggered — by the user, by Claude, or both
Slash command
/irasutoya-search:irasutoya-search <query><query>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the bundled script to perform real searches instead of reimplementing the scraper or guessing URLs.
Use the bundled script to perform real searches instead of reimplementing the scraper or guessing URLs.
Run the search script from this plugin skill directory:
python "${CLAUDE_SKILL_DIR}/scripts/irasutoya_search.py" $ARGUMENTS
If the user gives a query in natural language rather than slash-command arguments, pass that query to the same script:
python "${CLAUDE_SKILL_DIR}/scripts/irasutoya_search.py" cat
python "${CLAUDE_SKILL_DIR}/scripts/irasutoya_search.py" "office worker"
Open images only when the user explicitly asks to open or preview them:
python "${CLAUDE_SKILL_DIR}/scripts/irasutoya_search.py" --open-images dog
The summary shows up to five image URLs per result by default. Use --all-images only when the user asks for every image URL.
irasutoya on PATH first.scripts/bin/<tag>/<os>_<arch>/.Mineru98/irasutoya-cli, download the matching OS/arch archive and checksums.txt, verify the archive SHA-256, extract only inside scripts/bin/<tag>/<os>_<arch>/, then run it.--open-images to the CLI only for explicit image-open requests.Use deterministic checks before trusting edits to the script:
python "${CLAUDE_SKILL_DIR}/scripts/test_irasutoya_search.py"
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub mineru98/irasutoya-cli --plugin irasutoya-search