Skip to content

AI

To help AI better use and understand PicGo — whether for everyday usage, troubleshooting, or plugin development — PicGo provides the following resources:

Skills

Skills are AI Agent skill descriptors that tell AI assistants when to use PicGo, how to call it, and how to handle results. Once installed, AI assistants automatically detect upload needs and call PicGo when you're writing docs or editing Markdown.

Available Skills:

SkillFunctionUse Cases
picgo-uploadUpload images or files and get a shareable linkInsert images in docs, share screenshots, host file download links

llms.txt

llms.txt is a standard that helps LLMs discover and use project documentation. PicGo follows this standard and publishes two files:

  • llms.txt — A structured index containing titles, links, and brief descriptions of all doc pages.
    https://docs.picgo.app/llms.txt
  • llms-full.txt — The full content of all doc pages merged into a single file.
    https://docs.picgo.app/llms-full.txt

Choose the right file for your scenario:

  • llms.txt is smaller and uses fewer tokens — good for letting AI fetch specific pages on demand.
  • llms-full.txt contains all documentation content so AI doesn't need to follow links one by one — ideal when you need comprehensive PicGo knowledge, but it consumes more tokens. Best used with AI tools that support large context windows.

Markdown Docs

Every page in the PicGo documentation has a corresponding .md plain-text version that can be fed directly to AI as context. You can click the "Copy page" button below the title of any doc page to get the Markdown content, or click the download button next to it to download the .md file.

https://docs.picgo.app/core/guide/getting-started.md

Provide the Markdown link or content to AI for precise understanding of a specific section — useful for targeted troubleshooting or looking up specific features.