技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 2 · 1.8k · 4 current installs · 4 all-time installs
⭐ 2
安装量(当前) 4
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:arubiku/mia-polymarket-trader
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's instructions ask for a private wallet key and reference a CLI that isn't provided or declared in the registry metadata, so the package is internally inconsistent and requires sensitive secrets without justification.
目的
The skill's stated purpose (automated trading on Polymarket) is plausible, but the registry metadata declares no required credentials or binaries while the SKILL.md instructs users to export POLYMARKET_API_KEY and POLYMARKET_PRIVATE_KEY and run a 'mia-polymarket' CLI. That mismatch (no declared env vars/no install vs instructions that require sensitive keys and a CLI) is incoherent: a trading skill would legitimately need API/auth credentials,…
说明范围
The runtime instructions explicitly tell the user/agent to set environment variables containing a private wallet key and to execute 'mia-polymarket' commands. There are no details on where 'mia-polymarket' comes from, no safety for key handling, and no indication the agent should restrict or validate transactions beyond vague safety limits. Asking to export a full private key into an env var is broad and sensitive scope creep relative to the m…
安装机制
There is no install specification and no code files. Yet SKILL.md assumes a CLI ('mia-polymarket') exists. That absent install/packaging information is a red flag: either the skill expects a third-party binary not declared (which the user must fetch from an unknown source), or the skill will fail. An unknown install source + expectation of executing trades is risky.
证书
The instructions require POLYMARKET_API_KEY and POLYMARKET_PRIVATE_KEY (a full wallet private key). The registry declared no required env vars or primary credential, so requesting a raw private key is disproportionate and not justified. A trading integration might need API keys or a signing mechanism, but asking for an unrestricted private key is high privilege and should be explicitly declared, minimized, and handled carefully (hardware walle…
持久
The skill is not always-enabled and does not request system config paths or persistent presence. However, it is able to be invoked autonomously (the platform default), which combined with the above (requests for a private key) increases risk because an autonomous agent could execute real trades if given credentials. This is a caution rather than an administrative misconfiguration in the metadata.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Mia Polymarket Trader」。简介:AI agent for automated prediction market trading on Polymarket。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/arubiku/mia-polymarket-trader/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: mia-polymarket-trader
description: AI agent for automated prediction market trading on Polymarket
homepage: https://polymarket.com
metadata:
clawdbot:
emoji: 💎
tags: ["trading", "crypto", "predictions", "ai-agent"]
---
# Mia Polymarket Trader
AI agent that autonomously trades on Polymarket prediction markets.
## Features
- Market analysis using AI
- Arbitrage opportunity detection
- Automated trade execution
- Risk management
## Setup
```bash
export POLYMARKET_API_KEY="your-key"
export POLYMARKET_PRIVATE_KEY="your-wallet-key"
mia-polymarket analyze --market "tech-ai"
mia-polymarket trade --market-id "xxx" --position "yes" --amount 10
```
## Safety
- Max 5% portfolio per trade
- Stop-loss at 20%
- Daily reporting
## Author
MiaBloomx 💎