From 015118f6646e95b0e2f01b068c0e06965b5737e3 Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Fri, 3 Jul 2026 20:51:39 +0200 Subject: [PATCH] readme: add "Learn more" links (site, API guides, skill) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds contextual links to the PixelVault blog guides and the agent skill — backlink assets that surface on the GitHub repo and (on next publish) the npm package page. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f6a0092..988f1c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +--- +tags: + - CLI + - image-hosting + - agent-integration + - npm-package + - authentication +projects: + - PixelVault +tools: + - Node.js + - npm +--- # pixelvault-cli [![npm](https://img.shields.io/npm/v/pixelvault-cli)](https://www.npmjs.com/package/pixelvault-cli) @@ -106,6 +119,14 @@ pixelvault config get api_key # Get a value - Node.js 20+ +## Learn more + +- [PixelVault](https://pixelvault.dev) — agent-first image hosting +- [API docs](https://pixelvault.dev/docs) — full REST reference + OpenAPI 3.1 +- [Guide: Image hosting for AI agents](https://pixelvault.dev/blog/image-hosting-for-ai-agents) +- [Guide: The simplest image hosting API](https://pixelvault.dev/blog/image-hosting-api) +- [Agent skill](https://github.com/pixelvault-dev/skill) — for Claude Code, Codex, and Cursor + ## License MIT