gyazo-cli

Upload, retrieve, and search Gyazo images via command-line interface.

Updated May 2, 2026
One-click install
npx skills add https://github.com/mpppk/roadmap-tool --skill gyazo-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gyazo-cli
Source: https://github.com/mpppk/roadmap-tool/tree/main/.agents/skills/gyazo-cli
Command: npx skills add https://github.com/mpppk/roadmap-tool --skill gyazo-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It enables users to efficiently upload, retrieve, and search Gyazo images directly from the terminal, streamlining image management workflows.

Core Features & Use Cases

  • Image Upload: Easily upload images from local files to Gyazo, with options for metadata and privacy settings.
  • Image Retrieval: Fetch detailed information or OCR text of an existing image by its ID.
  • Search Functionality: Search for images using keywords, with paginated results.
  • Use Case: Quickly upload a screenshot, retrieve its link for sharing, and search your image history based on content keywords.

Quick Start

Use the gyazo CLI to upload a screenshot and get its permalink directly.

Frequently Asked Questions about gyazo-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload and search Gyazo images from the command line?

You can upload and search Gyazo images via a CLI that supports local file uploads with metadata, fetches image details by ID, and searches image history using keywords with paginated results.

Can I extract OCR text from a Gyazo image using a CLI tool?

Yes, you can retrieve OCR text from a Gyazo image by providing its image ID to the CLI, which fetches the extracted text content for use in advanced workflows or scripting.

Do I need an API token to manage Gyazo images via the command line?

Yes, managing Gyazo images via the command line requires a Gyazo API access token configured in your environment variables to authenticate upload, retrieval, and search requests.

What is the best way to integrate Gyazo image uploads into a script?

The best way to integrate Gyazo image uploads into a script is using a CLI that accepts local files, applies privacy settings, and returns permalink URLs directly in the terminal output.

How do I search my Gyazo image history by keywords?

You can search your Gyazo image history by passing keywords to the CLI's search functionality, which queries your uploaded images and returns matching results with pagination support.