← 返回 Skills 市场
skybinjf

Aion Test Skill

作者 skybinjf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install momentum-polymarket-trader
功能描述
Automated Polymarket trading skill based on price momentum signals—executes trades when market trends are detected
安全使用建议
This package appears to be a coherent trading template, but exercise caution before enabling live trading: 1) Only provide AION_API_KEY and WALLET_PRIVATE_KEY if you trust the source — the private key (if supplied) can move your funds. Prefer managed (AION) wallets when possible. 2) Test extensively in dry-run mode and inspect the calculate_signal() implementation before enabling live trades. 3) Review the installed aion-sdk package (source/version on PyPI or repository) and audit the momentum_trader.py file for any modifications if you did not obtain this skill from a trusted publisher. 4) Limit the environment scope (run in an isolated account or with minimal funds) until you are confident in behavior. 5) Keep backups of any secrets and rotate keys if you suspect misuse.
功能分析
Type: OpenClaw Skill Name: momentum-polymarket-trader Version: 1.0.0 The skill is a well-structured automated trading bot template for Polymarket using the AION SDK. It includes comprehensive features such as market discovery, momentum-based signal analysis, risk management (flip-flop detection), and automated winnings redemption. The implementation in `momentum_trader.py` follows security best practices for trading scripts, including a default 'dry-run' mode, explicit user confirmation for live trading, and the use of environment variables for sensitive credentials like `AION_API_KEY` and `WALLET_PRIVATE_KEY`. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is directed to the stated service endpoint (pm-t1.bxingupdate.com).
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (momentum Polymarket trading) match the included files and runtime behavior: a Python trading script that uses an AION SDK client to discover markets, analyze momentum, execute trades and redeem winnings. Declared dependencies (aion-sdk, requests) and required env var AION_API_KEY are appropriate for this purpose.
Instruction Scope
SKILL.md and the python code limit activity to polling AION for briefings/market context, performing analysis, and calling SDK methods to trade or redeem. The instructions reference only the declared env vars and AION endpoints; they do not direct the agent to read arbitrary local files or other unrelated secrets. Live trading is explicit and requires --live; dry-run is default.
Install Mechanism
No opaque download/install is included. The package is instruction-only plus a Python file and requirements.txt (pip packages aion-sdk and requests). Installing via pip is the expected, low-to-moderate risk mechanism for this kind of skill.
Credentials
The primary required credential is AION_API_KEY (declared and used). WALLET_PRIVATE_KEY is listed as optional for self-custody trading — this is sensibly optional but highly sensitive: providing it grants the skill the ability to sign and move funds. No unrelated secrets or excessive env variables are requested.
Persistence & Privilege
The skill is not always: true and does not request elevated platform privileges. clawhub.json marks the entrypoint and a cron schedule, which is consistent with a scheduled trading skill. The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install momentum-polymarket-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /momentum-polymarket-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of automated trading skill for Polymarket using price momentum. - Executes trades based on detected market trends and price momentum signals - Includes built-in risk management, flip-flop detection, and auto-redemption of winnings - Provides detailed reasoning logs for every trade decision - Offers customizable signal function for advanced strategies - Supports both dry-run (default) and live trading modes - Easy configuration via environment variables
元数据
Slug momentum-polymarket-trader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aion Test Skill 是什么?

Automated Polymarket trading skill based on price momentum signals—executes trades when market trends are detected. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Aion Test Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install momentum-polymarket-trader」即可一键安装,无需额外配置。

Aion Test Skill 是免费的吗?

是的,Aion Test Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aion Test Skill 支持哪些平台?

Aion Test Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aion Test Skill?

由 skybinjf(@skybinjf)开发并维护,当前版本 v1.0.0。

💬 留言讨论