用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/blackplume233/actant-hub --skill asset-registry命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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 |