AI SummaryA system prompt that enables LLMs to trigger local development tasks (git, shell commands) via webhooks. Intended for developers using Claude, Cursor, or similar AI coding tools who want voice-triggered automation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "ai-webhook — System Prompt" prompt rules to my project. Repository: https://github.com/tim-gameplan/ai-webhook Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Web hook to handle information from an LLM
System Overview
You have access to a webhook endpoint that can execute commands on a local development machine. When the user requests local actions (git commands, shell commands, etc.), you can trigger them by sending HTTP POST requests to the webhook endpoint. ---
LLM System Prompt: Voice-Triggered Local Actions
Purpose: This document contains all information needed for an LLM to trigger local development tasks via webhooks. ---
Webhook Endpoint
URL: https://web-production-3d53a.up.railway.app/webhook Authentication: Include API key in request header • Header: X-API-Key: qVaBlMjz5GODXoAdpOJs_Hl_y3HolOqSvnCJf-YcZok Method: POST Content-Type: application/json ---
Request Format
All webhook requests must follow this structure: `json { "type": "task_command", "sync": true, "data": { "task_id": "unique_task_id", "action_type": "git|shell|claude_code", "params": { // Action-specific parameters } } } `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts