boundless
Submit, prove, and monitor zero-knowledge proof requests
All Skills in This Repository (12)
Pure Emerald Level Indicatorssetup-prover
Automate Boundless prover stack deployment to GPU servers with Ansible.
localnet
Runs a Docker-based local devnet for testing contracts and flows.
boundless-cli
Coordinate Boundless CLI workflows for requestor, prover, and rewards management.
ops-indexer-query
Query the Boundless Indexer REST API for on-chain market and staking data.
ops-infra-deploy
Automate Boundless AWS dev infrastructure deployment and teardown with Pulumi and AWS CLI.
pr
Create or update a GitHub pull request for current git changes.
ops-query
Query on-chain indexer data, broker telemetry, and CloudWatch logs to identify production incident root causes.
requesting
Submit Boundless ZK proof requests from wallet setup to result retrieval.
ops-logs-query
Query AWS CloudWatch logs for Boundless services across prod and staging.
release-notes
Generate release notes with changelog and upgrade guide from PR metadata.
ops-add-new-chain
Automate Boundless infrastructure deployment for new chains with Pulumi stacks and CI/CD wiring.
ops-telemetry-query
Query Boundless broker telemetry from Redshift and DuckDB Parquet archives.
Frequently Asked Questions
FAQPage SchemaHow to install Boundless skills?โผ
Run `npx skills add boundless-xyz/boundless --all -g -y` in your terminal to install all skills in this suite globally.
How to submit a ZK proof request on Boundless?โผ
The requesting skill walks you through wallet setup, CLI configuration, and submitting a request with `boundless requestor submit-file`. It supports self-hosting your program via a Cloudflare tunnel or replaying a recently fulfilled request.
How to deploy a Boundless prover on a GPU server?โผ
The setup-prover skill uses Ansible to install NVIDIA drivers, Docker, and the full bento proving stack on any Ubuntu server with SSH access. It also handles config tuning, redeploys, and teardown.
Can I test Boundless locally without real proofs?โผ
Yes. The localnet skill starts a Docker-based local network in dev mode with fake proofs, so you can test request flow and contract interactions instantly without a GPU.
Do I need coding experience to use these skills?โผ
Basic terminal familiarity helps, but each skill gives step-by-step commands and explains what to check at every stage. Your agent executes the technical steps from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core