@zack/ops-console

Operations assistant for reviewing issues, querying data, transforming JSON payloads, and drafting Slack-ready updates.

Install
agentpm install @zack/ops-console@0.1.1
Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/ops-console@0.1.1');
Weekly installs
1
0%
Last publish
1d ago
v0.1.1

ops-console

ops-console is a published AgentPM agent package for operational review and update workflows in Python.

It composes skills for:

  • incident handoff structure
  • Slack status update workflow
  • issue triage workflow

And it keeps direct agent-level tools for:

  • querying CSV data
  • transforming JSON payloads

Example prompts:

  • Query recent operational data, transform it into a clean summary, and draft a Slack update for the team.
  • Inspect recent issues, combine them with structured data, and produce a short operational briefing with next steps.

Local development

The source code for this agent package can be found here