Skip to content

Instantly share code, notes, and snippets.

@conrad-strughold
conrad-strughold / default.md
Created June 21, 2025 23:37 — 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.
@conrad-strughold
conrad-strughold / etherScanScraper.ipynb
Created May 16, 2023 04:21 — forked from Haaroon/etherScanScraper.ipynb
etherscan scraper but you bring your own cookies
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
.lm_root {
position: relative
}
.lm_row>.lm_item {
float: left
}
.lm_content {
overflow: hidden;
@conrad-strughold
conrad-strughold / scrapeImages.py
Created February 2, 2020 14:38 — forked from genekogan/scrapeImages.py
scraping full size images from Google Images
from bs4 import BeautifulSoup
import requests
import re
import urllib2
import os
import argparse
import sys
import json
# adapted from http://stackoverflow.com/questions/20716842/python-download-images-from-google-image-search