@zack/ops-console

Operations assistant for reviewing issues, querying data, transforming JSON payloads, drafting Slack-ready updates, and carrying continuity across active operational conversations.

Install
agentpm install @zack/ops-console@0.1.2
Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/ops-console@0.1.2');
Weekly installs
3
0%
Last publish
2d ago
v0.1.2
agent.json
{
  "name": "ops-console",
  "version": "0.1.2",
  "description": "Operations assistant for reviewing issues, querying data, transforming JSON payloads, drafting Slack-ready updates, and carrying continuity across active operational conversations.",
  "tools": [
    {
      "name": "@zack/csv-query",
      "version": "0.1.4"
    },
    {
      "name": "@zack/json-transform",
      "version": "0.1.0"
    }
  ],
  "skills": [
    {
      "name": "@zack/incident-handoff-checklist",
      "version": "0.1.0"
    },
    {
      "name": "@zack/slack-status-update",
      "version": "0.1.0"
    },
    {
      "name": "@zack/issue-triage-playbook",
      "version": "0.1.0"
    }
  ],
  "memory": [
    {
      "name": "@zack/conversation-continuity",
      "version": "0.1.0"
    }
  ],
  "examples": [
    {
      "title": "Prepare an ops update",
      "prompt": "Query recent operational data, transform it into a clean summary, and draft a Slack update for the team."
    },
    {
      "title": "Review incident follow-up",
      "prompt": "Inspect recent issues, combine them with structured data, and produce a short operational briefing with next steps."
    },
    {
      "title": "Prepare the next handoff",
      "prompt": "Review the current incident thread and summarize what the next operator should know, including the current status, open risks, recent decisions, and anything that should carry forward."
    }
  ],
  "readme": "README.md",
  "license": {
    "spdx": "MIT"
  }
}
Knowledge dependencies
This agent does not declare any knowledge dependencies.
Reserved references
Profiles
Reserved
No profiles references declared.