@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.1Load
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
agent.json
{
"name": "ops-console",
"version": "0.1.1",
"description": "Operations assistant for reviewing issues, querying data, transforming JSON payloads, and drafting Slack-ready updates.",
"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"
}
],
"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."
}
],
"readme": "README.md",
"license": {
"spdx": "MIT"
}
}Tool dependencies
Skill dependencies
Reserved references
Knowledge
ReservedNo knowledge references declared.
Memory
ReservedNo memory references declared.
Profiles
ReservedNo profiles references declared.