feat(cli): add ironclaw skills list/search/info subcommands (#918)

This commit is contained in:
Reid
2026-03-11 20:20:20 -07:00
committed by GitHub
parent f05896fe6a
commit 3fbe290901
6 changed files with 393 additions and 3 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ This document tracks feature parity between IronClaw (Rust implementation) and O
| `agents` | ✅ | ❌ | P3 | Multi-agent management |
| `sessions` | ✅ | ❌ | P3 | Session listing (shows subagent models) |
| `memory` | ✅ | ✅ | - | Memory search CLI |
| `skills` | ✅ | ✅ | - | Skills tools + web API endpoints (install, list, activate) |
| `skills` | ✅ | ✅ | - | CLI subcommands (list, search, info) + agent tools + web API endpoints |
| `pairing` | ✅ | ✅ | - | list/approve, account selector |
| `nodes` | ✅ | ❌ | P3 | Device management, remove/clear flows |
| `plugins` | ✅ | ❌ | P3 | Plugin management |