Jellycore 运维
- 作者仓库星标 0
- 作者仓库 skills-registry
JellyCore Operations
Use this runbook for production-safe service operations.
Safety Rules
- Verify target environment before running commands.
- Prefer read-only diagnostics before restart actions.
- Do not run destructive Docker prune/remove commands unless explicitly requested.
Standard Flow
- Check status
docker compose ps
- Check health endpoints
curl -fsS http://localhost:47778/api/health
curl -fsS http://localhost:47779/health
- Inspect focused logs
docker compose logs --tail=200 oracle
docker compose logs --tail=200 nanoclaw
docker compose logs --tail=200 chromadb
- Recover by smallest action
docker compose restart <service>
- Re-verify status and health
Delivery Format
- Incident summary (symptom, scope, likely root cause)
- Actions taken (ordered)
- Current status (healthy/degraded/down)
- Next recommendation
Load references/commands.md for detailed command variants.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: b9b4ymiN/JellyCore — distributed by TomeVault.
- 流狐分类
- 运维部署
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- Docker
- 底层运行要求
- Docker
- 检测到的文件与系统行为
-
- 只读
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Safety Rules
Verify target environment before running commands. Prefer read-only diagnostics before restart actions. Do not run destructive Docker prune/remove commands unless explicitly requested.
Standard Flow
Check status Check health endpoints Inspect focused logs
Delivery Format
Incident summary (symptom, scope, likely root cause) Actions taken (ordered) Current status (healthy/degraded/down)
# JellyCore Operations
Use this runbook for production-safe service operations.
## Safety Rules
- Verify target environment before running commands.
- Prefer read-only diagnostics before restart actions.
- Do not run destructive Docker prune/remove commands unless explicitly requested.
## Standard Flow
1. Check status
```bash
docker compose ps
```
2. Check health endpoints
```bash
curl -fsS http://localhost:47778/api/health
curl -fsS http://localhost:47779/health
```
3. Inspect focused logs
```bash
docker compose logs --tail=200 oracle
docker compose logs --tail=200 nanoclaw
docker compose logs --tail=200 chromadb
```
4. Recover by smallest action
```bash
docker compose restart <service>
```
5. Re-verify status and health
## Delivery Format
- Incident summary (symptom, scope, likely root cause)
- Actions taken (ordered)
- Current status (healthy/degraded/down)
- Next recommendation
Load [references/commands.md](references/commands.md) for detailed command variants.
---
> Source: [b9b4ymiN/JellyCore](https://github.com/b9b4ymiN/JellyCore) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Safety Rules → Standard Flow → Delivery Format
要点 -> Use this runbook for production-safe service operations. · - Verify target environment before running commands. · Load [references/commands.md](references/commands.md) for detailed command variants. · --- > Source: [b9b4ymiN/JellyCore](https://github.com/b9b4ymiN/JellyCore) — distributed by [TomeVault](https://tomevault.io).
文件/命令 -> prune/remove · 47778/api/health · 47779/health · healthy/degraded/down · references/commands.md · b9b4ymiN/JellyCore · github.com/b9b4ymiN/JellyCore
内容 SHA-256 -> b764cb83e4fe
原文结构
适用与边界
原文中的明确线索
prune/remove、47778/api/health、47779/health、healthy/degraded/down、references/commands.md、b9b4ymiN/JellyCore、github.com/b9b4ymiN/JellyCore