@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.0Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/ops-console@0.1.0');from agentpm import load_agent
agent = load_agent("@zack/ops-console@0.1.0")Weekly installs
1
0%
Last publish
Today
v0.1.0
agent.json
{
"name": "ops-console",
"version": "0.1.0",
"description": "Operations assistant for reviewing issues, querying data, transforming JSON payloads, and drafting Slack-ready updates.",
"tools": [
{
"name": "@zack/github-issues",
"version": "0.1.1"
},
{
"name": "@zack/slack-post-message",
"version": "0.1.1"
},
{
"name": "@zack/csv-query",
"version": "0.1.4"
},
{
"name": "@zack/json-transform",
"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
Reserved references
Skills
ReservedNo skills references declared.
Knowledge
ReservedNo knowledge references declared.
Memory
ReservedNo memory references declared.
Profiles
ReservedNo profiles references declared.