LI

lindy-upgrade-migration

Tools and documentation for reconfiguring agents and migrating between Lindy AI workspaces.

Install

mkdir -p .claude/skills/lindy-upgrade-migration && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7848" && unzip -o skill.zip -d .claude/skills/lindy-upgrade-migration && rm skill.zip

Installs to .claude/skills/lindy-upgrade-migration

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Manage Lindy agent configuration changes, platform updates, and migrations.
75 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Migrate agents between workspaces
  • Reconfigure integrations after migration
  • Perform platform update adjustments
  • Inventory agent configurations

How it works

Agents are migrated by exporting configurations as templates or manual recreation, followed by re-authorizing integrations and updating endpoints.

Inputs & outputs

You give it
Existing agent configuration
You get back
Migrated agent in target workspace

When to use lindy-upgrade-migration

  • Migrate agents between workspaces
  • Reconfigure integrations after migration
  • Perform platform update adjustments
  • Audit existing agent configurations

About this skill

Lindy Upgrade & Migration

Overview

Lindy is a managed platform — agents run on Lindy's infrastructure. "Upgrades" mean reconfiguring agents for new capabilities, migrating agents between workspaces, or adapting to platform changes. Key concern: agents with webhooks, Lindymail, and phone numbers require reconfiguration after migration.

Prerequisites

  • Admin access to source and target Lindy workspaces
  • Inventory of all agents, triggers, and integrations
  • Migration window scheduled for customer-facing agents

Instructions

Step 1: Inventory Current Agents

Document every agent before making changes:

Agent NameTrigger TypeActionsIntegrationsWebhook URLPhone #
Support BotEmail ReceivedGmail Reply, Slack NotifyGmail, SlackN/AN/A
Lead RouterWebhookSheets Update, Slack DMSheets, Slackhttps://public.lindy.ai/...N/A
Phone ScreenerCall ReceivedTransfer, Agent SendPhoneN/A+1-555-0100

Step 2: Export Agent Configurations

For each agent, document:

  • Prompt: Copy full text from Settings > Prompt
  • Model: Which AI model is selected
  • Skills/Actions: List all action steps and their configurations
  • Trigger filters: Copy filter conditions
  • Knowledge Base: Note all sources (files, URLs, integrations)
  • Memories: Export any persistent memories
  • Exit conditions: Copy all condition text

Step 3: Plan Migration Order

Phase 1: Internal-only agents (no customer impact)
  → Migrate, test, verify for 24-48 hours

Phase 2: Low-risk customer-facing agents (email triage, notifications)
  → Migrate during low-traffic window
  → Monitor for 24 hours

Phase 3: Critical agents (phone, live chat, lead routing)
  → Migrate with rollback plan ready
  → Keep old agent active in parallel for 48 hours

Step 4: Migrate Agent to New Workspace

Option A — Template sharing:

  1. In source workspace: Share agent as Template
  2. In target workspace: Import template
  3. Reconfigure integrations (OAuth tokens are NOT transferred)
  4. Re-authorize all connected services

Option B — Manual recreation:

  1. Create new agent in target workspace
  2. Paste saved prompt
  3. Recreate trigger with same configuration
  4. Re-add all actions and configure fields
  5. Upload knowledge base files
  6. Re-create memories

Step 5: Reconfigure Webhooks, Email, and Phone

These require special attention — they are NOT automatically transferred:

Webhooks:

  • New agent gets a NEW webhook URL
  • Update all calling systems with the new URL
  • Generate new webhook secret
  • Update all clients with new Bearer token

Lindymail (Lindy-assigned email addresses):

  • New agent gets a new Lindymail address
  • Update forwarding rules and any published email addresses

Phone numbers:

  • Phone numbers may need to be re-provisioned ($10/month each)
  • Update IVR systems and published phone numbers
  • Test call quality and language settings

Step 6: Parallel Run & Cutover

Day 1-2: Both old and new agents active
  → Route test traffic to new agent
  → Compare task completion rates and output quality

Day 3: Gradual cutover
  → Redirect 50% of traffic to new agent
  → Monitor error rates and credit consumption

Day 4: Full cutover
  → Route 100% to new agent
  → Keep old agent paused (not deleted) for 7 days

Day 11: Cleanup
  → Delete old agent after 7-day safety window

Step 7: Verify Post-Migration

  • All triggers firing correctly
  • All actions completing successfully
  • Knowledge base returning relevant results
  • Webhook URLs updated in all calling systems
  • Phone numbers tested (inbound and outbound)
  • Credit consumption within expected range
  • Team members have correct access in new workspace

Common Migration Scenarios

Scenario: Consolidating Multiple Agents

When you have too many single-purpose agents:

  1. Identify agents with overlapping triggers
  2. Merge prompts into sections (use ## Billing, ## Technical, etc.)
  3. Add conditions to route based on content
  4. Reduce total active agents → lower costs

Scenario: Upgrading Agent Capabilities

When Lindy adds new features (new actions, new models):

  1. Review Lindy Changelog
  2. Update model selection if better options available
  3. Replace workaround actions with new native actions
  4. Test thoroughly — model changes affect output quality

Scenario: Environment Promotion (Dev to Prod)

  1. Share dev agent as Template
  2. Import in production workspace
  3. Re-authorize all production integrations
  4. Update webhook URLs to production endpoints
  5. Verify trigger filters match production requirements

Error Handling

IssueCauseSolution
Webhook URL changedNew agent gets new URLUpdate all callers with new URL
Integration auth failedOAuth not transferredRe-authorize in new workspace
Knowledge base emptyFiles not re-uploadedUpload files to new agent's KB
Phone number unavailableNot re-provisionedPurchase new number in settings
Memory lostMemories not exportedManually re-create critical memories

Resources

Next Steps

Proceed to Pro tier skills for advanced CI integration, deployment, and performance.

When not to use it

  • Do not assume integrations transfer automatically during migration

Prerequisites

Admin access to source and target workspacesInventory of agents and integrations

Limitations

  • Phone numbers and Lindymail addresses require re-provisioning

How it compares

This provides a systematic migration path for managed agents rather than manual re-configuration.

Compared to similar skills

lindy-upgrade-migration side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
lindy-upgrade-migration (this skill)127dReviewIntermediate
webapp-testing3533moReviewIntermediate
resolve-conflicts818moReviewIntermediate
telegram-bot-builder1066moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

webapp-testing

anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

353585

resolve-conflicts

antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.

81334

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

dev-browser

SawyerHood

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.

53176

openspec-onboard

studyzy

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

10207

codex-cli-bridge

alirezarezvani

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

9180

Search skills

Search the agent skills registry