bulk-operations

Delete agents by regex patterns and clean orphaned resources with dry-run options.

45|4|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/nouamanecodes/lettactl --skill bulk-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-operations
Source: https://github.com/nouamanecodes/lettactl/tree/main/.skills/bulk-operations
Command: npx skills add https://github.com/nouamanecodes/lettactl --skill bulk-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of large numbers of AI agents by providing tools for bulk deletion, cleanup of unused resources, and mass messaging.

Core Features & Use Cases

  • Bulk Agent Deletion: Safely remove multiple agents using pattern matching.
  • Resource Cleanup: Identify and remove orphaned memory blocks, folders, files, and tools.
  • Bulk Messaging: Send messages to all agents or a subset defined by a pattern.
  • Use Case: After a development sprint, you need to remove all agents with "staging" in their name and clean up any associated resources.

Quick Start

Use the bulk-operations skill to delete all agents whose names start with 'test-'.

Frequently Asked Questions about bulk-operations

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

FAQPage Schema
How do I manage and delete AI agents in bulk?

Bulk agent management uses regex pattern matching to safely target and delete multiple agents at once. This allows you to remove specific groups of agents from your fleet without manual individual deletion.

What is the best way to clean up orphaned memory blocks and files?

The best way to clean up orphaned resources is to use a bulk cleanup tool that identifies and removes unused memory blocks, folders, files, and tools. This ensures your environment remains free of leftover data from deleted agents.

Can I broadcast a message to a subset of my agent fleet?

Yes, you can broadcast messages to all agents or a subset defined by a specific pattern. This allows you to send mass communications to targeted groups within your fleet based on naming conventions.

How do I safely execute destructive bulk operations on agents?

You can safely execute destructive bulk operations by utilizing built-in dry-run options and confirmation prompts. These features allow you to preview changes and verify targets before any actual deletion or cleanup occurs.

Does this bulk operations tool work with agents based on regex patterns?

Yes, this tool works with agents by matching their names against regex patterns. You can target specific agents for deletion or messaging by defining a pattern, such as removing all agents whose names start with 'test-'.

When should I use bulk cleanup for agent resources?

You should use bulk cleanup after events like a development sprint where many agents are removed. It identifies and deletes orphaned memory blocks and files associated with those agents to prevent clutter and resource bloat.