@zack/slack-status-update
Workflow guidance for turning operational findings into concise Slack updates.
Install
agentpm install @zack/slack-status-update@0.1.0Load
import { loadSkill } from '@agentpm/sdk';
const skill = await loadSkill('@zack/slack-status-update@0.1.0');Weekly installs
0
0%
Last publish
1d ago
v0.1.0
agent.json
{
"name": "slack-status-update",
"version": "0.1.0",
"description": "Workflow guidance for turning operational findings into concise Slack updates.",
"tools": [
{
"name": "@zack/slack-post-message",
"version": "0.1.1"
}
],
"skill": {
"entrypoint": "SKILL.md",
"references": [
"references/tool-contract.md",
"references/examples.md"
],
"scripts": [
"scripts/run.sh"
],
"compatibility": {
"runtimes": [
"agentpm-run",
"node-sdk",
"python-sdk"
]
}
},
"readme": "README.md",
"license": {
"spdx": "MIT"
}
}Tool dependencies
Skill files
Entrypoint
SKILL.mdReferences
references/tool-contract.mdreferences/examples.mdScripts
scripts/run.shCompatibility metadata
Runtimes
agentpm-runnode-sdkpython-sdk
Model families
No model families declared.
Environments
No environments declared.