# Anubis

> Use this skill when the user wants to filter HTTP requests to block AI crawlers

- Skill: `javimosch/anubis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/anubis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/anubis/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/anubis

---


# Anubis Plugin

filter HTTP requests to block AI crawlers

## Commands
- `anubis self version` — Print anubis version
- `anubis _ _` — Passthrough to anubis CLI

## Usage Examples
- "Block AI crawlers from my site"
- "Set up anti-scraping proxy"
- "Configure crawler filtering"

## Installation

```bash
go install github.com/jechol/anubis@latest
```

## Examples
```bash
anubis --listen :8080 --upstream http://localhost:3000
anubis config --block-ai-crawlers
```

## Key Features
- Reverse proxy for AI crawler blocking
- Challenge-based bot detection
- Configurable rules
- Low latency overhead

