lindy-hello-world

Featured

Create your first Lindy AI agent with a real trigger and action. Use when starting with Lindy, testing your setup, or learning basic agent workflow patterns. Trigger with phrases like "lindy hello world", "lindy example", "lindy quick start", "simple lindy agent", "first lindy".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lindy Hello World ## Overview Build a minimal Lindy AI agent: **Webhook Received** trigger -> LLM processing -> **Slack notification**. Demonstrates the three core building blocks every Lindy agent uses: Trigger, Agent Step (prompt + model + skills), and Action. ## Prerequisites - Lindy account at https://app.lindy.ai - Slack workspace connected (or Gmail for email variant) - Completed `lindy-install-auth` setup ## Instructions ### Step 1: Create Agent via Dashboard 1. Click **"New Agent"** at https://app.lindy.ai 2. In the prompt field ("How can I help you?"), type: ``` When I send a webhook, summarize the message and post it to Slack ``` 3. Agent Builder auto-generates the workflow with trigger + action nodes ### Step 2: Configure the Webhook Trigger 1. Click the trigger node at the top of the workflow canvas 2. Select **Webhook Received** 3. Copy the generated URL: ``` https://public.lindy.ai/api/v1/webhooks/<unique-id> ``` 4. Click **Generate Secret** — copy immediately (shown once) ### Step 3: Add the Slack Action 1. Click **"+"** to add a step 2. Search for **Slack Send Channel Message** 3. Authorize your Slack workspace when prompted 4. Configure fields: - **Channel**: `#general` (or test channel) - **Message** field mode: **AI Prompt** - Instruction: ``` Summarize the webhook payload in one sentence. Payload: {{webhook_received.request.body}} ``` ### Step 4: Set the Agent Prompt Open **Settings > Prompt**: ``` Yo...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

lindy-core-workflow-a

Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions, knowledge bases, or agent steps. Trigger with phrases like "create lindy agent", "build lindy agent", "lindy agent workflow", "configure lindy agent", "lindy workflow".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-install-auth

Set up Lindy AI account, API access, and webhook authentication. Use when onboarding to Lindy, configuring API keys for webhook triggers, or connecting Lindy agents to your application. Trigger with phrases like "install lindy", "setup lindy", "lindy auth", "configure lindy API key", "lindy webhook secret".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-webhooks-events

Configure Lindy AI webhook triggers, callback patterns, and event handling. Use when setting up webhook triggers, implementing callback receivers, or building event-driven Lindy integrations. Trigger with phrases like "lindy webhook", "lindy events", "lindy callback", "lindy webhook trigger".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-core-workflow-b

Configure Lindy triggers, scheduling, multi-agent delegation, and automation. Use when setting up trigger-based workflows, scheduling agents, building multi-agent societies, or configuring agent delegation. Trigger with phrases like "lindy automation", "schedule lindy agent", "lindy workflow automation", "lindy delegation", "lindy multi-agent".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-sdk-patterns

Lindy AI integration patterns for webhook handling, HTTP actions, and Run Code. Use when building integrations, calling Lindy agents from code, or implementing the Run Code action with Python/JavaScript. Trigger with phrases like "lindy SDK patterns", "lindy best practices", "lindy API patterns", "lindy Run Code", "lindy HTTP Request".

2,266 Updated today
jeremylongshore