ashlrai

Webfetch — AI skill for Claude Code

AI community

The license-first image layer for AI agents and humans.

How to install Webfetch

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ashlrai/webfetch and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Webfetch does

The license-first image layer for AI agents and humans. 24 federated providers · CC0/CC-BY/PD-first · MCP native · Chrome extension · Python + TS SDKs.

Alternatives in AI

  • Multica — Make humans and AI agents work as one team — open-source and self-hostable 47.8k ★
  • Design Md Chrome — Chrome extension to extract styles from any website and generate DESIGN.md files and design skills for AI base 2.7k ★
  • Paca — AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday 1.8k ★

README

webfetch

[![npm version](https://img.shields.io/npm/v/getwebfetch?color=0a7)](https://www.npmjs.com/package/getwebfetch) [![CI](https://github.com/ashlrai/webfetch/actions/workflows/ci.yml/badge.svg)](https://github.com/ashlrai/webfetch/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) [![webfetch MCP server](https://glama.ai/mcp/servers/ashlrai/webfetch/badges/score.svg)](https://glama.ai/mcp/servers/ashlrai/webfetch) [![Discord](https://img.shields.io/badge/discord-join-5865F2)](https://getwebfetch.com/discord) [![GitHub stars](https://img.shields.io/github/stars/ashlrai/webfetch?style=social)](https://github.com/ashlrai/webfetch)

**The license-first image layer for AI agents and humans.**

One MCP server, one CLI, and one HTTP server that federate across 25 image providers, rank results license-first, and reject `UNKNOWN` results by default. Any agent that speaks MCP (Claude Code, Cursor, Cline, Continue, Roo Code, Codex) wires up from one config line. Landing page, pricing, and hosted usage live at **[getwebfetch.com](https://getwebfetch.com)**.

Install

Surface One-liner
npm npm i -g getwebfetch
Homebrew brew tap ashlrai/webfetch && brew install webfetch
Docker docker run --rm ghcr.io/ashlrai/webfetch cli help
curl | bash curl -fsSL https://raw.githubusercontent.com/ashlrai/webfetch/main/install/install.sh | bash

The `curl | bash` installer also wires webfetch into Claude Code's `~/.claude/settings.json` idempotently. Re-run any time to update.

Surfaces

Surface Best for Entry point
CLI scripts, shell work, agent handoff webfetch search ...
MCP server Claude Code, Cursor, Cline, Continue, Roo Code, Codex npx -y getwebfetch-mcp
HTTP server local integrations and extensions npx -y webfetch-server
Core library TypeScript apps