Skip to content

Instantly share code, notes, and snippets.

View taylorbanks's full-sized avatar

Taylor Banks taylorbanks

View GitHub Profile
@ruvnet
ruvnet / soul-signature-gist.md
Last active June 12, 2026 15:35
RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

RuView Soul Signature — passive WiFi biometric identity from hardware (no camera, no wearable). Repo: https://github.com/ruvnet/RuView · Spec: docs/research/soul/

Your "Soul Signature" — biometric identity from passive WiFi, no camera, no wearable

Project: RuView / WiFi-DensePose · Date: 2026-05-24 · Spec: docs/research/soul/ in the repo


# OpenClaw Implementation Prompts
Each prompt below is a self-contained brief you can hand to an AI coding assistant (or use as a project spec) to build that use case from scratch. Adapt the specific services to whatever you already use — the patterns are what matter.
---
## 1) Personal CRM Intelligence
```
Build me a personal CRM system that automatically tracks everyone I interact with, with smart filtering so it only adds real people — not newsletters, bots, or cold outreach.
@bdennis-dev
bdennis-dev / mission-control-prompt.md
Created February 7, 2026 02:18
OpenClaw Mission Control Dashboard — Build Prompt

OpenClaw Mission Control Dashboard — Build Prompt

Give this prompt to your OpenClaw agent and it will build a full Mission Control dashboard for you.

Prerequisites

  • OpenClaw running with gateway accessible (default: http://127.0.0.1:18789)
  • Node.js installed
  • Your gateway token (found in your OpenClaw config)

@willangley
willangley / tailscale-keep
Last active March 5, 2024 18:16
tailscale config for OpenWRT
/etc/init.d/tailscale
/etc/rc.d/*tailscale
/etc/tailscale/
/lib/upgrade/keep.d/tailscale
/usr/sbin/tailscale
/usr/sbin/tailscaled
@cfurrow
cfurrow / .env
Last active December 1, 2025 03:58
Create a "Saturday Morning Cartoons" Plex playlist
PLEX_URL="http://192.168.1.5:32400"
PLEX_TOKEN=abc123
@cfurrow
cfurrow / .env
Last active December 1, 2025 03:57 — forked from blacktwin/aired_today_playlist.py
Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first, using PlexAPI
PLEX_URL="http://192.168.1.72:32400"
PLEX_TOKEN=abcdefg
@blacktwin
blacktwin / aired_today_playlist.py
Created February 26, 2017 22:25
Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first, using PlexAPI
"""
Create a Plex Playlist with what was aired on this today's month-day, sort by oldest first.
If Playlist from yesterday exists delete and create today's.
If today's Playlist exists exit.
"""
import operator, time
from plexapi.server import PlexServer
import requests
@mamonu
mamonu / qcow2vdi.sh
Last active April 27, 2025 12:25
convert a qcow2 vm to a VirtualBox vm format
qemu-img convert -O vdi gnome.qcow2 gnome.vdi
#if its a raw image then:
VBoxManage convertdd opnstk.raw VBox.vdi --format VDI
<?
/////////////////////
// slack2html
// by @levelsio
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?
/////////////////////
//
@jtmcdole
jtmcdole / .promptrc
Last active April 15, 2024 08:38
My byobu prompt
#!/bin/bash
# modified from byobu's bashrc -- colorize the prompt
# Copyright (C) 2014 Dustin Kirkland
#
# Authors: Dustin Kirkland <kirkland@byobu.co>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#