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"
}
]
}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
cortex-summaries
0
0
Explore
llm-packer-smoke
0
0
Explore
artifact-escape-hatch
0
0
Explore
mcp-message-board
0
0
Explore
Didn't find tool you were looking for?