Local AI Agent banner
coffeefuelbump coffeefuelbump

Local AI Agent

AI community

Description

This project provides a local AI agent interface with a customizable animated robot icon and multi-line command input. It sends your commands to Zapier webhooks, letting you automate and integrate with over 7,000 Zapier apps.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Local AI Agent

A React-based local AI agent interface with an animated robot icon and multi-line command input. Commands are sent to a Zapier webhook, enabling seamless automation and integration with over 7,000 apps.

Step 1: Clone the Repo

📥 Learn how to easily download a GitHub repository in just 2 minutes with this guide: [https://youtu.be/m0wi6zf21FU](https://youtu.be/m0wi6zf21FU)

Local Agent

🎬 Setup Video

To get started, watch this quick walkthrough:

👉 https://youtu.be/CuHwPZ1X2hc

🚀 Clone & Run

git clone https://github.com/coffeefuelbump/Local-AI-Agent.git
cd Local-AI-Agent
npm install
npm start

Step 2: Create Your Zapier AI Agent

  1. Go to [Zapier Agents](https://zapier.com/agents)

  2. Enter the following **Prompt**:

    **You will receive an Agent Input Message, follow its command.**

    **Here are the actions you can execute:**

    • Any Zapier app (e.g. Gmail, Slack, Trello…)
    • Google Search
    • Visit website
    • …and more
Zap Agent
  1. Save your Agent.

Step 3: Create Your Zapier Automation

  1. **Trigger**

    • App & Event: Webhooks by Zapier → Catch Hook
    • Copy the generated webhook URL.
  2. **Action**

    • Action: Zapier Agent
    • In the “Set up action” section, map the incoming payload (e.g. {{command}}) into the Agent’s Agent Input Message field.
  3. Turn your Zap **ON**.

Zap Auto