@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
Examples
Example 1
Prepare an ops update
Query recent operational data, transform it into a clean summary, and draft a Slack update for the team.
Example 2
Review incident follow-up
Inspect recent issues, combine them with structured data, and produce a short operational briefing with next steps.
Example 3
Prepare the next handoff
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.