EdgeBets — AI体育投注模拟
v1.0.4AI驱动的体育投注模拟工具,使用蒙特卡洛分析进行体育博彩模拟,支持Solana区块链和x402支付。
0· 84·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidence该技能基本符合其声明的用途(体育投注模拟),但要求提供完整的Solana私钥作为环境变量,并存在多个元数据/信息不一致问题,在安装前需谨慎。
评估建议
这个SDK看起来是一个合法的体育模拟客户端,在Solana上收取少量USDC费用。然而,它需要完整的Solana私钥(SOLANA_PRIVATE_KEY),这将允许SDK中的任何代码从该钱包消费资金。在安装或提供私钥之前:- 请勿提供您的主要/高价值钱包私钥。请使用专用钱包,仅存入您愿意为模拟承担风险的小额资金。- 在项目的官方页面验证金库地址(TREASURY_WALLET)和API端点(api.edgebets.fun),并在可能的情况下查看链上交易历史以确认预期行为。- 注意元数据不一致:package/README有时显示不同的价格($0.50)而SKILL.md显示($1.00),且注册表元数据未标记主要凭证——这些是维护不善的迹象。请向作者或检查项目仓库以获取澄清。- 在授予长期访问权限之前,请在受控环境(隔离的Node进程、有限的钱包)中检查或运行SDK。如果您需要帮助验证金库地址、确认链上支付流程,或使用一次性密钥安全运行SDK,我可以帮助您逐步完成这些检查。...详细分析 ▾
ℹ 用途与能力
名称/描述(蒙特卡洛体育投注,支持Solana/x402支付)与代码和SKILL.md一致:SDK包含支付和模拟服务,并调用EdgeBets API。请求Solana私钥与必须签署Solana支付的SDK是一致的,但注册表元数据未标记主要凭证,而SKILL.md声明了SOLANA_PRIVATE_KEY——这种不匹配是出乎意料的。
ℹ 指令范围
SKILL.md明确指示代理设置SOLANA_PRIVATE_KEY并使用SDK获取比赛并发起付费模拟;它没有指示读取任意系统文件或窃取无关数据。README示例还显示读取本地钱包文件(例如~/.config/solana/id.json)——这是示例代码,但如果用户遵循示例,会增加SDK用于从磁盘加载私钥的可能性。
✓ 安装机制
没有外部下载/安装规范;完整的SDK源代码包含在包中(package.json、dist/、src/)。依赖项是标准的(@solana/web3.js、@solana/spl-token)。未发现可疑的远程安装URL或归档提取。
⚠ 凭证需求
该技能需要SOLANA_PRIVATE_KEY(完整的钱包密钥),这将授予对该钱包资金的无限访问权限。这在功能上是执行自动化Solana支付所必需的,但它是非常敏感的,应谨慎处理。此外,注册表元数据未列出主要凭证,而SKILL.md需要SOLANA_PRIVATE_KEY——这种不一致降低了技能预期密钥处理的清晰度。
✓ 持久化与权限
技能未请求always:true,并且似乎不会修改其他技能或系统设置。允许自主调用(平台默认),但不与其他高风险标志结合使用。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.42026/3/30
更新定价为每次模拟$1.00
● 无害
安装命令 点击复制
官方npx clawhub@latest install edgebets
镜像加速npx clawhub@latest install edgebets --registry https://cn.clawhub-mirror.com
技能文档
name: EdgeBets slug: edgebets version: 0.0.1 description: AI-powered sports betting simulations with Monte Carlo analysis price: amount: "1000000" currency: USDC registry: Default permissions: []
# EdgeBets
EdgeBets is an AI-powered sports betting simulation platform that uses Monte Carlo analysis to simulate sports betting scenarios on the Solana blockchain.
Features
- Monte Carlo Simulations: Run thousands of simulations to understand potential outcomes
- Solana Integration: Built on Solana for fast and cheap transactions
- x402 Payments: Uses the x402 protocol for payment processing
- AI-Powered: Leverages AI to analyze betting patterns and optimize strategies
Setup
- Set the
SOLANA_PRIVATE_KEYenvironment variable with your Solana wallet private key - Set the
TREASURY_WALLETenvironment variable with the EdgeBets treasury wallet address - Install dependencies:
npm install - Run the SDK:
npm start
Usage
import { EdgeBets } from './src/index';const client = new EdgeBets({
privateKey: process.env.SOLANA_PRIVATE_KEY,
treasuryWallet: process.env.TREASURY_WALLET,
});
// Fetch available games
const games = await client.getGames();
// Run a simulation
const simulation = await client.runSimulation({
gameId: games[0].id,
betAmount: 1, // USDC
iterations: 1000,
});
console.log(simulation.results);
Environment Variables
SOLANA_PRIVATE_KEY: Your Solana wallet private key (base58 encoded)TREASURY_WALLET: The EdgeBets treasury wallet addressAPI_URL: (Optional) Custom API endpoint, defaults tohttps://api.edgebets.fun
Pricing
Each simulation costs $1.00 USDC, paid via Solana.
Security
- Never share your private key
- Use a dedicated wallet for simulations with funds you're willing to lose
- Always verify the treasury wallet address before running simulations
License
MIT
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制