This is the official Rust SDK for connecting workers to the iii engine using tokio for async operations. You'd reach for this when building Rust-based workers that need to communicate with iii's infrastructure, especially if you're already in the tokio ecosystem. The SDK sits at version 0.10 and includes OpenTelemetry support out of the box, which is a nice touch for production observability. With 17.5K stars on the parent repo and passing all three security audits, it's clearly part of a well-maintained project. The documentation lives at iii.dev if you need the full API reference, though the skill itself is fairly straightforward: add it to Cargo.toml and you're connecting workers to the engine.
npx -y skills add iii-hq/iii --skill iii-rust-sdk --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents