Skip to content

Instantly share code, notes, and snippets.

@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active February 27, 2026 07:18
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

@svensson-david
svensson-david / tictail-oauth2
Last active August 29, 2015 13:57
Oauth strategy for Tictail authentication
# Oauth strategy for Tictail authentication
# You will need additional code to handle the logins
# If using Devise follow this guide - https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
require 'omniauth-oauth2'
module OmniAuth
module Strategies
class TictailOauth2 < OmniAuth::Strategies::OAuth2
# Give your strategy a name.