Agent skill

agent-activity

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/THOUGHT/LAB/TURBO_SWARM/agents_skills_alpha/agent-activity

SKILL.md

Agent Activity Monitor

Skill: agent-activity Version: 0.1.0 Status: Active Required_canon_version: >=2.11.15

Description: Monitors active agents and their current tasks by analyzing the MCP audit log. Usage: skill_run(skill="agent-activity", input={})

Input Schema

json
{
  "limit": 10,           // Number of recent sessions to show
  "active_within": 600   // Only show agents active within last N seconds (default: 600)
}

Output Schema

json
{
  "active_agents": [
    {
      "session_id": "uuid...",
      "last_seen": "iso-timestamp",
      "tool": "tool_name",
      "file": "file_path_if_any",
      "status": "success/error"
    }
  ]
}

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results