Skip to content

Instantly share code, notes, and snippets.

View ReedGraf's full-sized avatar
🤟
⸜(。˃ ᵕ ˂ )⸝♡

Reed Graf ReedGraf

🤟
⸜(。˃ ᵕ ˂ )⸝♡
View GitHub Profile
@mberman84
mberman84 / all_files.md
Created February 24, 2026 21:09
Matt's Markdown Files

OpenClaw: System Prompt File Templates

Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).

Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.


AGENTS.md

@ReedGraf
ReedGraf / playbackhog.user.js
Last active October 29, 2025 16:43
Auto Resume Qobuz Playback
// ==UserScript==
// @name Qobuz Playback Hog
// @namespace reed.script
// @match *://play.qobuz.com/*
// @grant none
// @version 1.1
// @author Reed Graf
// @description Instantly presses resume playback button.
// @homepageURL https://gist.github.com/ReedGraf/8fc1024042fd2a2bd572ba82eb7dcbd9
// @downloadURL https://gist.github.com/ReedGraf/8fc1024042fd2a2bd572ba82eb7dcbd9/raw/playbackhog.user.js
@ReedGraf
ReedGraf / qbztoken.user.js
Last active March 14, 2026 16:02 — forked from uhwot/qbztoken.user.js
allows logging in via auth tokens on play.qobuz.com
// ==UserScript==
// @name qobuz auth token login
// @namespace io.github.uhwot.qbztoken
// @match https://play.qobuz.com/*
// @grant none
// @version 1.1
// @author Updated by Reed Graf
// @description allows logging in via auth tokens on qobuz
// @homepageURL https://gist.github.com/ReedGraf/e2cda3d4bcca35a155805f9aab2c97df
// @downloadURL https://gist.github.com/ReedGraf/e2cda3d4bcca35a155805f9aab2c97df/raw/qbztoken.user.js
@uhwot
uhwot / qbztoken.user.js
Last active March 23, 2026 01:11
allows logging in via auth tokens on play.qobuz.com
// ==UserScript==
// @name qobuz auth token login
// @namespace io.github.uhwot.qbztoken
// @match https://play.qobuz.com/*
// @grant none
// @version 1.0
// @author uh wot
// @description allows logging in via auth tokens on qobuz
// @homepageURL https://gist.github.com/uhwot/8250904f3e4bfbad684c5ec26943e082
// @downloadURL https://gist.github.com/uhwot/8250904f3e4bfbad684c5ec26943e082/raw/qbztoken.user.js