ESC

Building things that think.

Homelab infrastructure, AI agents, trading systems, and the occasional opinion.

All Homelab AI & Agents Trading Thoughts

Hawk Inc. — OpenClaw Multi-Agent Organisation Blueprint - Claude Generated

Hawk Inc. — OpenClaw Multi-Agent Organisation Blueprint (v2.0)

Owner: Prox (Your Name) Infrastructure: Minisforum X1A1 (“doug”) + 2013 MacBook Pro Primary Hub: OpenClaw Gateway (single process, multi-agent) Operating Philosophy: Right Model, Right Task — Cost-Conscious, Data-Sovereign


Agent Name Registry

All agent names, Telegram bots, and emojis are configured. Each agent has its own Telegram bot with dedicated routing via bindings.

RoleAgent IDNameTelegram BotEmoji
CEO / OrchestratorceoHawk@HawkIncCEO_Hawk_bot🦅
Executive AssistanteaDi@HawkIncEA_Di_bot❤️
EngineerengSaeed@HawkIncENG_Saeed_bot🔧
Finance / SecurityfinCraig@HawkIncFIN_Craig_bot💰
Social MediasocialEleri@HawkIncSOCIAL_Eleri_bot💬
General Purpose / DogsbodydougDoug@GrantsClaw_bot🐈
Heartbeat (background)heartbeatDoug_Heartbeat— (no bot)

Critical Corrections from v1.0

The original blueprint contained several fundamental errors about how OpenClaw works. This version corrects them:

YouTube Video Transcriber — Local Free GPU-Accelerated

YouTube Video Transcriber — Local, Free, GPU-Accelerated

A Python script to transcribe any YouTube video locally using OpenAI’s open-source Whisper model. No API keys, no tokens, no cloud services — everything runs on your own machine.

Why

Sometimes you need a transcript of a YouTube video — for notes, research, or feeding into another tool. Most online transcription services either cost money, require API keys, or send your data to third-party servers. This script does it all locally using two excellent open-source tools: yt-dlp for downloading audio and Whisper for speech-to-text.

tutorial - openclaw howto - agents skills tools etc

OpenClaw Implementation Guide

Version 2026.02.17 | For Medium-Skilled Users

This guide explains how to build, register, and use Skills in OpenClaw — with a focus on the Telegram interface and Obsidian vault integration. All examples are illustrative templates; adapt them to your own use cases.


1. Architecture Overview

OpenClaw runs as a local service (a user-level systemd daemon called openclaw-gateway) and exposes itself through Telegram as its primary user interface. It reads a single JSON config file and a directory of SKILL.md files to understand what it can do.