ring:gandalf-webhook

Dispatch AI-assisted tasks to Gandalf via webhook and receive responses.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/LucasMalessa/TheRing --skill ring-gandalf-webhook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ring:gandalf-webhook
Source: https://github.com/LucasMalessa/TheRing/tree/main/default/skills/gandalf-webhook
Command: npx skills add https://github.com/LucasMalessa/TheRing --skill ring-gandalf-webhook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gandalf Webhook enables sending tasks to Gandalf, an AI team member, via a lightweight webhook and receiving responses, including publishing to Alfarrábio, Slack notifications, and requesting business context, all from a single endpoint.

Core Features & Use Cases

  • Webhook-based task dispatch: post tasks to Gandalf and receive coordinated results.
  • Publish to Alfarrábio: publish completed work to the report server and obtain a URL.
  • Slack notifications: broadcast updates to channels or users.
  • Context-aware decisions: request business context before execution.
  • Endpoint-driven automation: use the provided HTTP endpoint to trigger AI-assisted workflows from external systems.

Quick Start

Post a task to the Gandalf webhook with a message and optional action to trigger the workflow and retrieve results.

Frequently Asked Questions about ring:gandalf-webhook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send tasks to an AI agent via webhook and get results?

You can dispatch AI-assisted tasks to an AI agent via a webhook endpoint and receive responses for downstream actions. Post a task with a message and optional action to trigger the workflow and retrieve results.

How do I post Slack updates and publish reports through a single webhook endpoint?

You can post Slack updates and publish reports through a single webhook endpoint by using notify and publish actions. The webhook dispatches tasks that broadcast Slack notifications and publishes work to a report server.

Do I need an auth token to trigger AI-assisted workflows via webhook?

No auth token is needed to trigger AI-assisted workflows via webhook. Access is Tailscale-only, authenticating by your node identity instead of requiring a token.

How does a webhook handle longer-running AI tasks synchronously?

Longer-running AI tasks are handled via polling, while quick actions return results synchronously. The webhook endpoint dispatches the task and you retrieve the response once processing is complete.

Can I request business context from connected tools before executing a task?

Yes, you can request business context from connected tools before execution by using the ask action. This enables context-aware decisions across your integrated workflow before the task proceeds.

What is the best way to automate task management across external systems without a dedicated API?

The best way to automate task management across external systems is using an endpoint-driven webhook. It triggers AI-assisted workflows from external systems to dispatch tasks, post notifications, and publish work.