Provides a compact, agent-friendly entrypoint to the kinic-cli command-line tool for managing memories on the Internet Computer. Covers auth modes, network selection (--ic vs local), machine-readable discovery (capabilities), JSON output best practices, and common fast-path commands for list/show/search and prefs management.
Use when an agent or human needs the smallest faithful command to inspect or manipulate memories: discovering capabilities, listing memories, inspecting a single memory, searching across memories, managing local prefs, or launching the TUI. Also useful for automation where JSON output is required.
Kinic CLI is a well-structured skill for operating a Rust CLI tool on the Internet Computer blockchain for memory canister workflows. The SKILL.md provides clear routing logic, auth mode selection, and command examples with JSON output variants for agent consumption. No scripts were bundled. The skill is niche—targeted at Internet Computer developers working with memory canisters—but thorough within that domain.
Clean skill with no security concerns. No remote code execution patterns, no hardcoded credentials, no destructive commands without context. Well-organized frontmatter and progressive disclosure. Niche audience limits usefulness score.