source-command-agents-stop

Stop running agents with graceful or forced shutdown and custom timeouts.

Updated May 15, 2026
One-click install
npx skills add https://github.com/sparkling/opda --skill source-command-agents-stop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-agents-stop
Source: https://github.com/sparkling/opda/tree/main/.agents/skills/source-command-agents-stop
Command: npx skills add https://github.com/sparkling/opda --skill source-command-agents-stop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of stopping running agents efficiently and with control, ensuring that tasks are completed or interrupted as needed.

Core Features & Use Cases

  • Graceful Shutdown: Safely stop an agent after completing its current task.
  • Forced Termination: Immediately stop an agent, useful for urgent situations.
  • Custom Timeout: Specify a timeout for a graceful shutdown.
  • Batch Operations: Stop multiple agents simultaneously based on criteria like type or status.
  • Use Case: In a workflow with many agents, quickly stop idle or specific agents to free up resources or address emergencies.

Quick Start

Stop a running agent with the ID 'agent123' using a graceful shutdown.

Frequently Asked Questions about source-command-agents-stop

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

FAQPage Schema
How do I stop running agents in a distributed system?

To stop running agents in a distributed system, you can issue precise stop commands that target specific agent processes. This allows you to safely manage administrative workflows by executing graceful or forced shutdowns.

How do I perform a graceful shutdown of an agent process?

A graceful shutdown stops an agent safely after it completes its current task. You can issue a stop command with a custom timeout to ensure the agent finishes processing before the process terminates.

Can I force terminate agent processes immediately in urgent situations?

Yes, you can force terminate agent processes immediately. Forced termination is designed for urgent situations where you need to bypass the graceful shutdown timeout and instantly stop the running agent.

How do I stop multiple agents simultaneously to free up resources?

You can stop multiple agents simultaneously using batch operations. This feature allows you to target and stop agents based on specific criteria like type or status to quickly free up system resources.

What is the difference between graceful and forced agent shutdown?

Graceful shutdown safely stops an agent after completing its current task, optionally using a custom timeout. Forced termination immediately stops the agent process, bypassing task completion for urgent control.