with one click
asset-registry
资产注册 — 管理所有托管资产(Docker/工作目录/进程/配置/数据)的注册、索引和健康巡检
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
资产注册 — 管理所有托管资产(Docker/工作目录/进程/配置/数据)的注册、索引和健康巡检
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
引导一个工程目录优化到目标 Agent-first 结构(审计差异、输出迁移建议、可选创建缺失目录与占位文件)。当用户请求“优化目录结构/对齐目标结构/仓库结构治理”时使用。
容量监控 — 持续监控磁盘、内存、进程数等系统容量指标,提前预警
清理策略 — 基于规则的自动清理执行引擎,支持 dry-run 预览和安全确认
代码生成 — 根据 Issue 描述和代码上下文,自主编写高质量代码
上下文评估 — 评估用户的技术背景和需求,定制个性化的学习路径
贡献策略 — 遵循项目贡献规范,选择合适的 Issue、规划开发路径、确保质量标准
| name | asset-registry |
| description | 资产注册 — 管理所有托管资产(Docker/工作目录/进程/配置/数据)的注册、索引和健康巡检 |
| version | 1.0.0 |
| license | MIT |
| metadata | {"author":"blackplume233","actant-tags":"asset,registry,management,curator","layer":"kernel","agent":"curator"} |
Manage registration, indexing, and health inspection of all managed assets: Docker containers, workspaces, processes, configs, and data.
Purpose: Bring human-delegated resources under Actant management.
Purpose: Periodically verify that managed assets are operational.
| Asset Type | Check | Failure Action |
|---|---|---|
| Docker | Container running? Port reachable? | Restart or alert |
| Process | PID alive? Responsive? | Restart or escalate |
| Workspace | Disk reachable? Permissions OK? | Alert |
| Repo | Git remote reachable? Clean state? | Report drift |
| Config | File exists? Valid schema? | Restore from backup |
| Secret | Vault/credential accessible? | Rotate or alert |
| Data | Path exists? Size within limits? | Cleanup or expand |
Purpose: Maintain a complete index of all managed assets for Steward and other Agents.
Purpose: Unified addressing for all assets.
ac://assets/{type}/{name}ac://assets/workspace/my-projectac://assets/docker/postgres-devac://assets/process/daemon-123ac://assets/config/actant.jsonac://assets/secret/vault-api-keyac://assets/data/logs-archiveac://assets/repo/actant-core| Type | Description |
|---|---|
| workspace | Directory on disk; project root, Agent workspace |
| docker | Docker container or compose service |
| repo | Git repository (local clone) |
| process | Long-running process (daemon, Agent) |
| config | Configuration file |
| secret | Credential, API key, vault reference |
| data | Data directory, log archive, export |