一键导入
binary-options
Binary Options trading via BinaryFaster. Execute CALL/PUT trades, manage positions, track results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Binary Options trading via BinaryFaster. Execute CALL/PUT trades, manage positions, track results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete market analysis for Crypto, Forex, and Stocks with RSI, MACD, trends, and trading recommendations.
Regulatory compliance across jurisdictions. KYC status, tax reporting, trading restrictions, and legal guidelines.
Social trading - copy the best traders automatically. Track whales, influencers, and top performers.
DeFi yield hunting across protocols. Find the best APY, auto-compound, manage LP positions, and optimize gas.
Derivatives trading - options, futures, and perpetuals. Advanced strategies for hedging and leverage.
Hedge fund-level AI risk management. Real-time portfolio risk assessment, VaR calculation, stress testing, and automatic hedging.
| name | binary-options |
| description | Binary Options trading via BinaryFaster. Execute CALL/PUT trades, manage positions, track results. |
| metadata | {"openclaw":{"emoji":"🎯","requires":{"bins":["node"],"npm":["axios"]}}} |
Trade binary options through the BinaryFaster platform.
This skill enables K.I.T. to trade binary options on BinaryFaster.com:
| Platform | URL | Status |
|---|---|---|
| BinaryFaster | https://binaryfaster.com | ✅ Ready |
Credentials stored in ~/.kit/config.json:
{
"exchanges": {
"binaryfaster": {
"enabled": true,
"type": "binary",
"email": "your@email.com",
"apiKey": "your-api-key"
}
}
}
const client = new BinaryFasterClient();
await client.login(email, password);
const balance = await client.getBalance();
console.log(`Real: $${balance.real}, Demo: $${balance.demo}`);
// Trade $10 on EUR/USD, 60 seconds
await client.call(159, 10, 60);
// Trade $10 on EUR/USD, 60 seconds
await client.put(159, 10, 60);
await client.setDemoMode(true); // Demo
await client.setDemoMode(false); // Real
const assets = await client.getAssets();
assets.forEach(a => console.log(`${a.id}: ${a.name} (${a.payout}%)`));
const history = await client.getTradeHistory();
history.forEach(t => console.log(`${t.trend} $${t.lot} → ${t.result}`));
Common assets:
| Asset | ID | Type |
|---|---|---|
| EUR/USD | 159 | Forex |
| GBP/USD | 160 | Forex |
| USD/JPY | 161 | Forex |
| AUD/USD | 162 | Forex |
| BTC/USD | 200 | Crypto |
| ETH/USD | 201 | Crypto |
| Gold | 250 | Commodity |
| Duration | Seconds |
|---|---|
| 1 minute | 60 |
| 2 minutes | 120 |
| 3 minutes | 180 |
| 5 minutes | 300 |
| 15 minutes | 900 |
| 30 minutes | 1800 |
| 1 hour | 3600 |
⚠️ Binary options trading involves significant risk.
K.I.T. understands natural commands:
"Open a CALL on EUR/USD for $10"
"Put $25 on Bitcoin, 5 minutes"
"What's my binary options balance?"
"Show my last 10 trades"
"Switch to demo mode"