← all publishers

gear-foundation

@gear-foundation source repo

34 published skills

  1. Robo Miner Agent · gear-foundation bundle
    Use when an autonomous external agent needs to join and play Robo Miner / DiggerWorld live matches on Vara.eth: install tooling, create or load its wallet, discover backend matches, rent or reuse a digger, register, wait for an active session, read chain state, send game actions, bank resources, mint RES, and redeem resources for WVARA.
    0
    installs
  2. Vara Agent Network Skills · gear-foundation bundle
    Use when an agent needs to participate in the Vara Agent Network — scan the ecosystem and decide what to build (agent-create), onboard a Participant + Application, post chat, set identity card, post announcements, listen for and reply to mentions, resolve handles. Covers Registry/Chat/Board services on the live mainnet program configured in references/program-ids.md. Do not use for building the underlying Sails program (use vara-skills) or for general Vara wallet ops.
    0
    installs
  3. Vara Trading Skill · gear-foundation bundle
    Use when an agent needs to set up or operate the local vara-agent CLI for spot trading: CEX markets and explicit orders on MEXC, Gate.io, or Coinbase; native VARA wrapping/unwrapping plus RivrDEX pool discovery, quotes, and explicit dry-run/live swaps on Vara through vara-wallet; order management; and explicitly confirmed withdrawals. Do not use for investment advice, autonomous trading, or inferred trades.
    0
    installs
  4. Vara Eth App Builder · gear-foundation
    Build and verify Vara.eth deploy, interaction, and integration examples after a contract already exists. Use when an AI agent is asked to upload or create a program, initialize it, fund executable balance, send messages, read state, handle replies, use `ethexe` CLI, script flows with `@vara-eth/api`, or create/interact through a Solidity ABI interface.
    0
    installs
  5. Vara Eth Contract Writer · gear-foundation
    Write and review Rust Sails contracts for Vara.eth. Use when an AI agent is asked to scaffold a new contract with `cargo sails new --eth`, implement or explain `Program` and `Service` structure, add events and exported methods, define payable methods, choose ABI-safe public types, or flag `ethexe` runtime limitations and forbidden patterns in contract design.
    0
    installs
  6. Vara Eth Full App Builder · gear-foundation
    Build and verify complete user-facing Vara.eth applications. Use when Codex is asked to create, organize, repair, or review a full app or dApp that spans Rust/Sails contracts, Vara.eth deploy or attach flows, TypeScript interaction modules, wallet-based frontend UX, ABI-enabled calls, Solidity adapters, environment configuration, scripts, and end-to-end validation.
    0
    installs
  7. Vara Eth Solidity Integrator · gear-foundation
    Design and review Solidity contracts that integrate with Vara.eth programs through generated Solidity ABI interfaces. Use when an AI agent is asked to build an Ethereum-side adapter, escrow, bridge-like flow, callback handler, or Solidity contract that calls a Vara.eth Mirror/ABI contract and processes async replies.
    0
    installs
  8. Vara Eth Injected App Builder · gear-foundation
    Build, repair, deploy, activate, or review Vara.eth apps that use injected transactions for writes and Vara.eth RPC state reads. Use when Codex is asked to make a browser/frontend dApp where MetaMask or another EIP-1193 wallet signs an injected Vara.eth transaction, when configuring `createInjectedTransaction`, when preparing an existing Rust/Sails program for injected frontend use, or when measuring injected transaction latency/cost through executable balance reads.
    0
    installs
  9. Vara Eth Mirror Adapter Frontend Builder · gear-foundation
    Build, repair, or review browser frontends that interact with a Solidity adapter contract whose backend is an ABI-enabled Vara.eth Mirror/Program. Use when user writes go through normal Ethereum wallet transactions to an adapter, the adapter calls Vara.eth asynchronously, callbacks finalize adapter state, and the frontend must read both adapter state through Ethereum RPC and optional Vara.eth state through Vara.eth RPC.
    0
    installs
  10. Sails Ethexe Implementer · gear-foundation bundle
    Use when approved tasks require Rust code changes in a Sails ethexe workspace with the ethexe feature enabled. Do not use for standard Gear/Vara Sails apps without ethexe, or when the spec or architecture is still unsettled.
    1
    install
  11. Gear Architecture Planner · gear-foundation bundle
    Use when an approved Gear or Vara spec must be mapped onto program boundaries, services, message flow, and integration surfaces. Do not use when the feature is still undefined or when the task is already reduced to code edits.
    1
    install
  12. Sails Ethexe Architecture · gear-foundation bundle
    Use when a builder needs to design or review architecture for a Sails ethexe app with dual-transport, payable methods, Solidity interface generation, or Ethereum-style events. Do not use for standard Gear/Vara Sails apps without ethexe.
    1
    install
  13. Gear Gstd API Map · gear-foundation bundle
    Use when a builder needs to choose the right gstd API for messaging, execution, reservations, async reply flows, or program creation, and trace that API to gcore or gsys when behavior must be confirmed. Do not use for Vara.eth or ethexe-first work, non-Gear repositories, or broad runtime-maintenance tasks.
    1
    install
  14. Sails Local Smoke · gear-foundation bundle
    Use when a builder has a standard Gear/Vara Sails app with green gtest coverage and needs typed validation against a local node. Do not use before gtest passes, for remote networks, or for non-Sails programs.
    1
    install
  15. Sails Architecture · gear-foundation bundle
    Use when a builder needs to shape or correct standard Gear/Vara Sails program and service boundaries, state ownership, or message flow. Do not use for pure deployment work, Vara.eth or ethexe targets, or non-Sails programs.
    1
    install
  16. Gear Builtin Actors · gear-foundation bundle
    Use when a builder needs to design or debug calls from a standard Gear/Vara Sails program into runtime builtin actors such as BLS12-381, staking, proxy, or ETH bridge, including ActorId derivation, request encoding, reply decoding, and gas or ED budgeting. Do not use for regular program-to-program messaging, Vara.eth or ethexe-only work, non-Sails repositories, or runtime-maintenance tasks inside the Gear repo.
    1
    install
  17. Vara Skills Upgrade · gear-foundation bundle
    Use when asked to upgrade or update vara-skills to the latest version, or to check what version is installed. Do not use for Vara app development tasks.
    1
    install
  18. Gear Message Execution · gear-foundation bundle
    Use when a builder needs to design or debug Gear message flow, replies, delayed execution, reservations, or waitlist behavior inside a standard Gear/Vara Sails app. Do not use for Vara.eth or ethexe-first work, non-Sails repositories, or broad protocol research.
    1
    install
  19. Sails Feature Workflow · gear-foundation bundle
    Use when a builder is changing behavior inside an existing standard Gear/Vara Sails app and needs the correct stage-by-stage workflow. Do not use for greenfield scaffolding, Vara.eth or ethexe paths, or non-Sails repositories.
    1
    install
  20. Sails Rust Implementer · gear-foundation bundle
    Use when approved Gear or Vara tasks require Rust or Sails code changes in a real workspace. Do not use when the spec or architecture is still unsettled, or when the task is only review or deployment.
    1
    install
  21. Sails Program Evolution · gear-foundation bundle
    Use when a builder needs to evolve a released Gear or Vara Sails contract, prepare a new deployed contract version, plan safe cutover, or design state migration from V1 to V2. Do not use for greenfield feature work on an unreleased contract, non-Sails repositories, or ethexe-first paths.
    1
    install
  22. Ship Sails App · gear-foundation bundle
    Use when a builder needs the top-level router for a standard Gear/Vara Sails app workflow from spec through gtest and local smoke. Routes ethexe-specific work to dedicated ethexe skills. Do not use for raw gstd-only programs or non-Sails tasks.
    1
    install
  23. Task Decomposer · gear-foundation bundle
    Use when approved spec and architecture artifacts must become an ordered implementation plan for Gear or Vara work. Do not use when the architecture is still unsettled or when the request is only asking for a high-level idea.
    1
    install
  24. Sails Idl Client · gear-foundation bundle
    Use when a builder needs to wire or repair the standard Gear/Vara Sails IDL and generated client pipeline in app, client, or test crates. Do not use for raw payload-only testing, Vara.eth or ethexe codegen, or non-Sails repositories.
    1
    install
  25. Awesome Sails Vft · gear-foundation bundle
    Use when a builder wants to add a fungible token to a standard Gear/Vara Sails app using awesome-sails building blocks, choose the right VFT-related crates, and wire roles, events, tests, and client integration. Do not use for NFT or RMRK work, abstract tokenomics-only analysis, or non-Sails projects.
    1
    install
  26. Sails Indexer · gear-foundation bundle
    Use when a builder needs a read-side indexer and query API for a standard Gear/Vara Sails app using program events, IDL-driven decoding, projected read models, and optional on-chain query enrichment. Do not use for command-side backends, generic Node APIs, non-Sails repositories, Vara.eth or ethexe-first work.
    1
    install
  27. Sails New App · gear-foundation bundle
    Use when a builder is starting a new standard Gear/Vara Sails app and needs the correct greenfield sequence before implementation. Do not use for edits to an established repo, Vara.eth or ethexe targets, or non-Sails templates.
    1
    install
  28. Gtest Tdd Loop · gear-foundation bundle
    Use when Gear or Vara behavior changes need a deterministic local gtest loop before the work can be considered complete. Do not use for deploy-only work, live-node-only smoke checks, or features without a local test target.
    1
    install
  29. Sails Frontend · gear-foundation bundle
    Use when a builder needs to build or extend a React or TypeScript frontend for a standard Gear/Vara Sails app, using Sails-JS, generated clients, React hooks, and low-level Gear-JS only where it adds value. Do not use for Rust-only contract work, raw gstd service design, or non-Vara frontends.
    1
    install
  30. Sails Gtest · gear-foundation bundle
    Use when a builder needs the standard Gear/Vara Sails gtest loop for feature verification, debugging, or regression coverage. Do not use for live-network-only validation, deployment-first workflows, or non-Sails programs.
    1
    install
  31. Vara Wallet · gear-foundation bundle
    Use when an agent needs to interact with Vara Network or Vara.eth on-chain — deploy programs, call Sails methods, manage wallets, transfer tokens, monitor events. Do not use for building Sails programs.
    1
    install
  32. Idea To Spec · gear-foundation bundle
    Use when a user has a new Gear or Vara feature idea, product request, or protocol change that must become an implementable spec. Do not use for deployment-only work, runtime review, or post-release observation.
    1
    install
  33. Sails Dev Env · gear-foundation bundle
    Use when a builder needs to prepare or repair a local macOS, Linux, or Windows machine for standard Gear/Vara Sails Rust development before building, testing, or running a local node. Do not use for live-network deployment, app-specific feature work, or Vara.eth/ethexe-only setup.
    1
    install
  34. Vara Skills · gear-foundation bundle
    Use when a builder needs the top-level router for the provisional standard Gear/Vara Sails skill pack across Codex, Claude, or OpenClaw. Covers standard Sails apps and ethexe-specific work via dedicated skills. Do not use for non-Sails programs or broad protocol research.
    1
    install