Fix "no templates provided", template drift, and signing surprises
Nuclei scans fail not because the engine is broken but because templates are missing, outdated, filtered out, or failing validation. This recipe diagnoses template path and version problems, performs safe updates, validates templates, and explains a secure workflow for code-template signing.
Create a skill called "Nuclei Template Doctor". Inputs I will provide: - nuclei version output - OS info and whether I'm running inside Docker - My intended template path(s) and whether I use custom templates - The exact error output (especially if it contains [FTL]) Task: 1) Determine whether the failure is caused by missing templates, wrong paths, signing filters, or permissions. 2) Give a minimal sequence of commands to repair: - Update templates, reset config if needed, validate templates. 3) Explain what changed and what to record in engagement notes. 4) Provide safe guidance for template signing (only sign audited templates you authored).
Recurring failure modes:
`nuclei -version`
`nuclei -ut`
`nuclei -reset`
Then re-run:
`nuclei -ut`
`nuclei -t /path/to/nuclei-templates -u https://example.com`
`nuclei -validate -t /path/to/nuclei-templates`
`ls -la /full/path/template.yaml`
`nuclei -validate -t /full/path/template.yaml`
`nuclei -u https://example.com -t my-template.yaml -sign`
Eliminate wildcard 200s and handle 429 rate limiting
Content discovery explodes with false positives when targets return soft-404 pages (200 for everything) or wildcard DNS responses. This recipe calibrates baselines, applies response filters (-fs/-fw/--exclude-length), and tunes request rates to avoid WAF throttling.
Install trust correctly and fix "can't download CA certificate"
Field-tested checklist for getting HTTPS interception working in Burp. Covers Firefox's separate trust store, the http://burpsuite download page not loading, quick verification, and safe post-engagement rollback.
Update pricing across all your Airbnb listings without clicking through each one
Automate bulk rate changes across multiple Airbnb listings using your Claw. Useful for seasonal pricing updates, last-minute discounts, or syncing rates after a change in your hosting strategy.
Email and calendar without leaving your terminal
Full Gmail control via the gog CLI. Read, send, search, organize emails. Create events, set reminders, RSVP to invitations. All from natural language or CLI commands.