nozomio-labs

Simon Willison Weblog Search — AI skill for Claude Code

AI community

AI-powered search over Simon Willison’s weblog—essays, TILs, Datasette, SQLite, and LLM notes—built with Next.js and Nia.

How to install Simon Willison Weblog Search

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nozomio-labs/simon-willison-weblog-search and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Simon Willison Weblog Search does

AI-powered search over Simon Willison’s weblog—essays, TILs, Datasette, SQLite, and LLM notes—built with Next.js and Nia.

Alternatives in AI

  • Greptile — Code Search AI-powered codebase search and understanding 14k ★
  • OpenContext — A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenC 1.1k ★
  • Codeseek — Rust-powered code intelligence CLI for AI coding agents 764 ★

README

Simon Willison Weblog Assistant

AI-powered search assistant for the Simon Willison weblog, built with Next.js and powered by [Nia](https://trynia.ai).

Features

  • Search across the Simon Willison blog archive
  • Pattern matching for specific terms, APIs, and quotes
  • Direct access to full post content
  • Multi-model support (Claude)

Quick Start

  1. Clone the repo
  2. Copy .env.example to .env and fill in:
    • NIA_API_KEY - Get from trynia.ai
    • AI_GATEWAY_API_KEY - Your AI provider key
    • NIA_SIMONWILLISON_ID - Subscribe to the Simon Willison blog source at app.trynia.ai/explore, then copy the source UUID
  3. Install & run:
    bun install
    bun run dev

Data Source

  • Simon Willison’s Weblog: simonwillison.net - Posts, TILs, links, and essays

The source is indexed using [Nia](https://trynia.ai).

Docs

[docs.trynia.ai](https://docs.trynia.ai)