Skip to content

Instantly share code, notes, and snippets.

@mberman84
mberman84 / oc.md
Created February 16, 2026 19:42
OpenClaw Prompts

OpenClaw Prompts - Build Your Own AI Assistant

Prompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.


1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."

2. Meeting Action Items (Fathom)

@noxiousninja
noxiousninja / README.md
Last active May 24, 2026 09:20
Genshin Wish History URL finder for PlayCover

For use with https://paimon.moe/wish/import

Steps:

  1. Run Genshin Impact in PlayCover
  2. Log in, open the Wish menu, open Wish History, and wait for the first page to load
  3. Open a terminal (such as Terminal.app or iTerm2)
  4. In the terminal, run the command
  • curl -s 'https://gist.githubusercontent.com/noxiousninja/2b0eb04c521d7e937f44db38f83733bf/raw/get-genshin-wish-link.sh' | zsh

The script is below, if you wish to review it before use. The URL in the command above is from the "Raw" link for the file, but modified to always go to the latest version.

@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active August 29, 2026 08:48 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy

Exporting your 2FA tokens from Authy to transfer them into another 2FA application

IMPORTANT - Update regarding deprecation of Authy desktop apps

Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.

And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.

If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.