Skip to content

Instantly share code, notes, and snippets.

View director-of-chaos's full-sized avatar

Director of Chaos director-of-chaos

View GitHub Profile
@director-of-chaos
director-of-chaos / default.md
Created July 9, 2025 08:38 — forked from cablej/default.md
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@director-of-chaos
director-of-chaos / cursor.desktop
Created May 7, 2025 01:21
Cursor, The AI Code Editor desktop entry
[Desktop Entry]
Name=cursor
Comment=The AI Code Editor
Exec=/usr/local/bin/cursor-0.49.6-x86_64.AppImage
Terminal=false
Type=Application
Icon=/usr/share/icons/cursor/cursor.png
Categories=CodeEditor;Utility;
MimeType=text/markdown;
Keywords=cursor;
@director-of-chaos
director-of-chaos / hop-by-hop-abuse.py
Last active November 6, 2025 02:04
Attempt to find hop-by-hop header abuse potential against a provided URL. All credits are to [Natahan Davidson](https://x.com/nj_dav) for his [amazing research](https://nathandavison.com/blog/abusing-http-hop-by-hop-request-headers) on the same and this script
#!/usr/bin/env python3
# credits natahan davidson
import requests
import random
import string
from argparse import ArgumentParser