
from nutshell13
A CLI and open standard for packaging task context into .nut bundles so agents and humans can hand off, verify, and reproduce work with no context loss.
Nutshell defines a portable bundle format (.nut) and provides a CLI to pack, inspect, validate, and publish structured task bundles containing manifests, context files, credentials, and acceptance criteria. It enables reliable handoffs between humans and agents and supports programmatic inspection and CI validation.
Use nutshell when you need deterministic task handoff, archival of execution logs and artifacts, or trusted delivery/verification of agent work. It is valuable in workflows that require clear acceptance criteria, credential handling, or repeatable CI-based validation.
Works with agents able to run installed CLIs or call the binary (Linux/macOS/Windows). Useful for agents orchestrating multi-step tasks, CI pipelines, and cross-agent handoffs (ClawNet integrations possible).
nutshell is a CLI and open standard for packaging task context into .nut bundles, enabling handoffs between agents and humans with structured manifests, acceptance criteria, and credential vaults. No bundled scripts to test. The SKILL.md is well-written with clear CLI reference, manifest structure docs, and workflow examples. Main security concern is the curl|sh install pattern.
The skill instructs agents to run 'curl -fsSL https://chatchat.space/nutshell/install.sh | sh' which is a pipe-to-shell pattern (-35 deduction). No other security issues found — no hardcoded credentials, no exfiltration, no destructive commands. The SKILL.md itself is high quality: comprehensive CLI reference, clear manifest structure, good workflow examples, and well-organized sections. Architecture follows the spec well with frontmatter, progressive disclosure, and clear output contracts. Usefulness is moderate — task packaging is a niche but real need; however, it requires installing an external binary and the ecosystem (ClawNet) is early-stage.