Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Develop Noir (.nr) codebases. Use when creating a project or writing code with Noir.
Develop Noir (.nr) codebases. Use when creating a project or writing code with Noir.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Compile (nargo compile) Noir program into ACIR. Generate witness (nargo execute or NoirJS execute) based on ACIR and user inputs. Prove using ACIR and witness with the selected proving backend. Verify proof with the selected proving backend.
If the environment is unsupported by nargo (e.g. native Windows), guide the user to using GitHub Codespaces (https://noir-lang.org/docs/tooling/devcontainer#using-github-codespaces) or a supported setup (WSL, Docker, or VM).
Define private inputs, public inputs (if any), and public outputs (if any) for each Noir program.
When creating a Noir project, use nargo new or nargo init to scaffold it.
Use nargo (not noir_wasm) for compilation; it is the maintained path.
Run nargo test to validate Noir implementations.
Confirm the proving backend choice before implementation details. If the user selects Barretenberg, read references/barretenberg.md.
Run nargo --help for the full list of commands. Read https://noir-lang.org/docs/ for language syntax, dependencies, and tooling. Proving backends: For Barretenberg specifics, read references/barretenberg.md.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.