@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.0
Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/ops-console@0.1.0');
Weekly installs
0
0%
Last publish
4w ago
v0.1.0
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.