← Back to Skills Marketplace
skybinjf

Aion Test Skill

by skybinjf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install momentum-polymarket-trader
Description
Automated Polymarket trading skill based on price momentum signals—executes trades when market trends are detected
Usage Guidance
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.
Capability Analysis
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).
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install momentum-polymarket-trader
  3. After installation, invoke the skill by name or use /momentum-polymarket-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug momentum-polymarket-trader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aion Test Skill?

Automated Polymarket trading skill based on price momentum signals—executes trades when market trends are detected. It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Aion Test Skill?

Run "/install momentum-polymarket-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aion Test Skill free?

Yes, Aion Test Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aion Test Skill support?

Aion Test Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aion Test Skill?

It is built and maintained by skybinjf (@skybinjf); the current version is v1.0.0.

💬 Comments