Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beacon

Map any site's API surface — systematically.

This repository is the community hub for tech pack contributions and issues. The installable plugin now lives at neotherapper/claude-plugins.

A plugin that analyses websites and produces structured, persistent API surface documentation. Powered by a community-maintained knowledge base of framework-specific guides. Works with Claude Code, Gemini CLI, GitHub Copilot, Cursor, and OpenCode.

What it does

Run /beacon:analyze https://example.com and Beacon:

  1. Maps the site's tech stack (WordPress, Next.js, Nuxt, Django, Rails, Shopify, and more)
  2. Loads a framework-specific guide telling you exactly where to look
  3. Probes all known public endpoints, source maps, sitemaps, feeds, and GraphQL schemas
  4. Runs OSINT (Google dorks, certificate transparency, Wayback Machine, GitHub code search)
  5. Generates a browse plan — then executes it via browser automation
  6. Produces docs/research/{site}/ with INDEX, tech-stack, site-map, API surfaces, and an OpenAPI spec

In future sessions, ask questions about the site using /beacon:load and Beacon routes directly to the right pre-built research file.

Install

Claude Code

/plugin install beacon@neotherapper

Gemini CLI

gemini skills install https://github.com/neotherapper/claude-plugins.git \
  --path plugins/beacon/skills

GitHub Copilot / Cursor / OpenCode

See the full installation guide.

Quick start

/beacon:analyze https://example.com

Tech packs

Beacon ships with tech packs for WordPress, Next.js, Nuxt, Django, Rails, Shopify, Astro, Laravel, and Ghost. Each pack tells Beacon where to look for APIs, config values, auth patterns, and known public endpoints on sites using that framework.

Missing a framework? Beacon will web-search for it and offer to open a PR so the community benefits too.

Contributing

See CONTRIBUTING.md for how to add tech packs, improve skills, or extend the plugin.

Built by @neotherapper · pilitsoglou.com

About

Map any site's API surface — systematically. A Claude Code plugin for web reconnaissance and API surface documentation.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors