Wikiprompt

Wikiprompt Claude Skill

Teach Claude to find, use and cite curated AI prompts

A lightweight Agent Skill that gives Claude working knowledge of the Wikiprompt catalog: how to search 900+ curated prompts by category, model and type through the public JSON API, fetch the full prompt text, credit the original author, and publish new prompts with your API key. No server, no setup beyond dropping in one file.

Install

claude.ai (web and desktop)

  1. Download the .zip above
  2. Open Settings > Capabilities > Skills
  3. Upload the zip - done. Ask Claude for "a good prompt for cinematic portraits" and it will search Wikiprompt.

Claude Code

mkdir -p ~/.claude/skills/wikiprompt
curl -s https://skill.wikiprompt.org/SKILL.md -o ~/.claude/skills/wikiprompt/SKILL.md

What Claude learns

  • Search the catalog by query, category, media type and quality via the public JSON API
  • Fetch the full prompt text from the canonical page (7 languages)
  • Read the structured metadata: model, prompt type, style, quality assessment
  • Always cite the prompt URL and the original author
  • Publish prompts with your wikiprompt API key

See also