Ecosystem Manager Tools

Create and manage steered tasks via the ecosystem-manager CLI.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill ecosystem-manager-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Ecosystem Manager Tools
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/ecosystem-manager-tools
Command: npx skills add https://github.com/Vrooli/Vrooli --skill ecosystem-manager-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Empowers scenario engineers to orchestrate and validate steered agent loop tasks without manually juggling queues, steering profiles, or log inspection across multiple commands.

Core Features & Use Cases

  • Steering Discovery: List and inspect built-in templates and custom profiles so you always know which configurations are available before task creation.
  • Task Lifecycle Control: Create, improve, monitor, verify, and delete tasks with explicit steering flags plus notes, priority, origin tracking, and handoff integration for downstream systems.
  • Queue & Log Verification: Confirm the queue processor state, start it safely when paused, and tail logs to ensure tasks execute as intended while avoiding duplicate or stuck operations.
  • Use Case: When generating a new scenario from a swarm-manager idea, launch a steered generator task with the right template, capture upstream origin metadata, and verify the queue so agents begin executing with trusted guidance.

Quick Start

Use ecosystem-manager to add a scenario task with the desired steer profile and ensure the queue processor is running before confirming the task.

Frequently Asked Questions about Ecosystem Manager Tools

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

FAQPage Schema
How do I manage steered agent tasks using a CLI?

You can manage steered agent tasks using CLI automation by creating tasks with explicit steering profiles, monitoring queue health, and verifying execution status through command-line lifecycle controls.

How do I control task queues for agent loops?

Task queue control involves confirming the processor state, starting it safely when paused, and tailing execution logs to prevent duplicate or stuck operations during agent loop processing.

What is steering discovery in agent task management?

Steering discovery is the process of listing and inspecting built-in templates and custom profiles to identify available configurations before creating steered tasks for agent loops.

How do I verify if a steered task is executing correctly?

Verify steered task execution by inspecting task status, checking queue health, and tailing logs via CLI commands to ensure agent loops align with discovery and execution expectations.

Can I track the origin and priority of automated agent tasks?

Yes, automated agent tasks support explicit priority levels, origin tracking metadata, and notes capture during creation, enabling downstream handoff integration for scenario generation systems.

What's the best way to prevent duplicate or stuck tasks in an agent queue?

Prevent duplicate or stuck tasks by checking queue processor state before task creation, starting paused queues safely, and monitoring logs to confirm tasks execute with intended steering guidance.