ape-church-gambler

Play on-chain casino games on ApeChain via the apechurch command-line interface.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ape-church/agent-skills --skill ape-church-gambler-ape-church
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ape-church-gambler
Source: https://github.com/ape-church/agent-skills
Command: npx skills add https://github.com/ape-church/agent-skills --skill ape-church-gambler-ape-church

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, commander, chalk.

What problem does it solve? It lets users and AI agents place bets, manage a wallet, and automate play on Ape Church's on-chain casino games on ApeChain without using a browser or manual clicking. ## Core Features & Use Cases - 17+ On-Chain Games: Play Roulette, Blackjack, Video Poker, Plinko, Slots, Keno, Speed Crash, and cascading slots, all settled on ApeChain with Chainlink VRF randomness. - Loop Mode & Betting Strategies: Run continuous play with safety controls (target, stop-loss, max-games) and sizing strategies like Martingale, Fibonacci, and D'Alembert. - Agent-Ready JSON Output: Every command supports --json for structured, machine-readable responses, enabling autonomous agent workflows. - Use Case: An AI agent checks its balance with apechurch status --json, then runs apechurch play ape-strong 10 50 --loop --target 200 --stop-loss 50 to grind dice games autonomously within defined risk limits. ## Quick Start Install the CLI globally with npm, run apechurch install to create a wallet, fund it with APE on ApeChain, then ask the agent to play a game such as roulette with a 10 APE bet on RED.

Frequently Asked Questions about ape-church-gambler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I play Ape Church casino games from the command line?

Install the CLI with npm install -g @ape-church/skill, run apechurch install to create a wallet, fund it with APE on ApeChain, then use commands like apechurch play roulette 10 RED or apechurch play ape-strong 10 50.

How do I automate continuous play with betting strategies?

Use the --loop flag with safety controls like --target, --stop-loss, and --max-games. Add --bet-strategy martingale, fibonacci, dalembert, or reverse-martingale with --max-bet to cap progressive bet sizing.

Can AI agents use the apechurch CLI autonomously?

Yes, every command supports --json for structured machine-readable output, including status, play results, and error responses. Agents can check can_play status, parse results, and control sessions with pause and resume commands.

What are the minimum bets and fees for Ape Church games?

Most games require 1 APE minimum, while cascading slots like Reel Pirates need 2.5 APE per spin and bonus buys need 100 APE. Additional costs include gas, a VRF fee, and a 0.03-0.05 APE per spin executor fee on cascading slots.

Is the apechurch wallet private key stored securely?

The private key is stored locally at ~/.apechurch/wallet.json and all signing happens locally. Optional encryption with scrypt and AES-256-GCM is available via wallet encrypt, with 3-hour unlock sessions.