Skip to content

Instantly share code, notes, and snippets.

View rvanbaalen's full-sized avatar
👨‍💻
Coding in progress…

Robin van Baalen rvanbaalen

👨‍💻
Coding in progress…
View GitHub Profile
@rvanbaalen
rvanbaalen / 0-README.md
Last active April 20, 2025 18:22
Automatic Actions framework for Claude AI. Copy/paste into the Developer Tools of Claude desktop app.

Claude Auto-Actions Framework

A lightweight, extensible framework for automating interactions within the Claude AI interface.

Overview

This framework allows you to automate repetitive actions in Claude's UI by defining custom "actions" that execute when specific conditions are met. It uses a mutation observer to monitor DOM changes and triggers your defined actions automatically.

Features