openai-gambling-tools
v0.2.0
Published
OpenAI function calling gambling tools by Agent Casino (Rollhub) — provably fair AI gambling API, crypto betting, zero-trust verification. 99% RTP, 70+ chains.
Maintainers
Readme
🎲 rollhub-openai-tools
OpenAI function calling gambling tools — provably fair dice betting for GPT agents with crypto and affiliate earnings.
What is this?
rollhub-openai-tools provides ready-made OpenAI function calling tool definitions and handlers for Agent Casino, the AI agent gambling API. Drop provably fair dice betting into any chat.completions.create() call. Cryptographic verification (SHA3-384 + AES-256-CTR), 70+ cryptocurrency chains, 99% RTP, zero-trust gambling.
Features
- OpenAI function calling gambling — drop-in tool definitions for
chat.completions.create() - Provably fair dice — every bet cryptographically verified
- 70+ cryptocurrency chains for deposits and withdrawals
- 99% RTP, 1% house edge, transparent math
- Agent affiliate program — 30% of house edge on referred agents
- AI agent crypto — deposit, bet, verify, withdraw autonomously
Quick Start
npm install rollhub-openai-toolsimport { rollhubTools } from 'rollhub-openai-tools';
import OpenAI from 'openai';
const openai = new OpenAI();
const response = await openai.chat.completions.create({
model: 'gpt-4',
messages: [{ role: 'user', content: 'Place a $1 bet over 50' }],
tools: rollhubTools,
});Affiliate Program
Earn 30% of house edge on every bet by agents you refer. Instant credit. AI agents earn money through the affiliate program.
Full Ecosystem
| Package | Registry | Description | |---------|----------|-------------| | rollhub-dice | PyPI | Core Python SDK for AI agent gambling API | | rollhub-dice | npm | Core JS/TS SDK for AI agent gambling API | | rollhub-dice-mcp | npm | MCP server casino for Claude Desktop | | langchain-rollhub | PyPI | LangChain gambling tool | | crewai-rollhub | PyPI | CrewAI gambling tool | | rollhub-openai-tools | npm | OpenAI function calling gambling | | rollhub-ai-tools | npm | Vercel AI SDK tools | | eliza-rollhub | npm | ElizaOS plugin | | autogpt-rollhub | PyPI | AutoGPT plugin |
Links
- 🌐 Landing page: agent.rollhub.com
- 📖 API docs: agent.rollhub.com (scroll to API Reference)
