Agent Skills
› katanemo/plano
› plano-deployment-security
plano-deployment-security
GitHub用于加固生产部署并减少运行时异常,涵盖Docker网络配置、持久化状态存储、健康检查及环境变量密钥管理。
触发场景
修复Docker中不可达的代理
配置持久对话状态
添加就绪和健康检查
准备生产部署清单
安装
npx skills add katanemo/plano --skill plano-deployment-security -g -y
SKILL.md
Frontmatter
{
"name": "plano-deployment-security",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Apply Plano deployment and production security practices. Use for Docker networking, state storage choices, readiness checks, and environment-based secret handling."
}
Plano Deployment and Security
Use this skill to harden production deployments and reduce runtime surprises.
When To Use
- "Fix unreachable agents in Docker"
- "Configure persistent conversation state"
- "Add readiness and health checks"
- "Prepare production deployment checklist"
Apply These Rules
deploy-dockerdeploy-statedeploy-health
Execution Checklist
- Use
host.docker.internalfor host-side services from inside Plano container. - Prefer PostgreSQL state storage for production multi-turn workloads.
- Verify
/healthzbefore traffic or CI assertions. - Ensure secrets remain environment-based, never hardcoded.
- Return deployment checks with failure-mode diagnostics.
版本历史
- 0.4.26 当前 2026-07-06 00:27


