- name
- zeko
- description
- Use when a user needs to actually use or build on Zeko: bridge with Bridge CLI or Bridge SDK, get testnet funds, find the right Zeko and Mina endpoints, run GraphQL or curl queries, understand sequencer and archive-node roles, or build zkApps on Zeko with o1js or OCaml. This skill is for public user and builder workflows, especially terminal-driven and non-browser automation flows.
- metadata
- openclaw
- homepage
- https://docs.zeko.io/developers/tools/agent-skills
- primaryEnv
- WALLET_PRIVATE_KEY
- requires
- env
- bins
- install
- package
- @zeko-labs/bridge-cli
- bins
- package
- @zeko-labs/faucet-cli
- bins
- package
- o1js
Zeko
Use this skill when the user wants to use Zeko, inspect the network, bridge assets, get faucet funds, or build on Zeko.
Defaults:
- For non-browser automation, prefer explicit key-based CLI or HTTP flows over wallet UI steps.
- Only discuss Auro Wallet when the agent is actively driving a browser with extension access.
- Start with the smallest relevant reference file in this skill instead of a broad docs dump.
- Use the public docs pages behind
https://docs.zeko.iothrough the targeted references below. - Default to gateway-backed Mina testnet endpoints and direct Zeko GraphQL endpoints from
references/40-endpoints-and-curl.md. - Use the live node for current chain config and the archive node for historical actions and events.
Load only what you need:
- Docs map and routing: references/10-navigation.md
- Agent-first behavior: references/10-agent-workflows.md
- User flows and browser-wallet exceptions: references/20-user-flows.md
- Bridge CLI, Bridge SDK, and faucet workflows: references/30-bridge-and-faucet.md
- Endpoints and
curlqueries: references/40-endpoints-and-curl.md - Building with
o1jsor OCaml: references/50-build-on-zeko.md - Sequencer, archive node, and DA layer: references/60-sequencer-archive-and-da.md