binary-options
A skill for automated binary options trading on the BinaryFaster platform.
Install
mkdir -p .claude/skills/binary-options && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11474" && unzip -o skill.zip -d .claude/skills/binary-options && rm skill.zipInstalls to .claude/skills/binary-options
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Binary Options trading via BinaryFaster. Execute CALL/PUT trades, manage positions, track results.Key capabilities
- →Execute CALL trades to predict price increases
- →Execute PUT trades to predict price decreases
- →Manage positions across various assets like Forex, Crypto, and Commodities
- →Switch between demo and real trading modes
- →Track trade history and account balances
How it works
The skill interacts with the BinaryFaster.com platform via a client library to execute binary option trades and retrieve account details.
Inputs & outputs
When to use binary-options
- →Check real or demo account balances
- →Execute a CALL trade on a specific asset
- →Execute a PUT trade on a specific asset
- →List available trading assets and payouts
About this skill
Binary Options Trading (BinaryFaster)
Trade binary options through the BinaryFaster platform.
Overview
This skill enables K.I.T. to trade binary options on BinaryFaster.com:
- CALL/PUT Trades - Predict price direction
- Multiple Assets - Forex, Crypto, Commodities
- Flexible Durations - 1 min to 1 hour
- Demo & Real - Practice or trade real money
Supported Platform
| Platform | URL | Status |
|---|---|---|
| BinaryFaster | https://binaryfaster.com | ✅ Ready |
Configuration
Credentials stored in ~/.kit/config.json:
{
"exchanges": {
"binaryfaster": {
"enabled": true,
"type": "binary",
"email": "[email protected]",
"apiKey": "your-api-key"
}
}
}
Trading Commands
Check Balance
const client = new BinaryFasterClient();
await client.login(email, password);
const balance = await client.getBalance();
console.log(`Real: $${balance.real}, Demo: $${balance.demo}`);
Open CALL Trade (Price Goes UP)
// Trade $10 on EUR/USD, 60 seconds
await client.call(159, 10, 60);
Open PUT Trade (Price Goes DOWN)
// Trade $10 on EUR/USD, 60 seconds
await client.put(159, 10, 60);
Switch to Demo Mode
await client.setDemoMode(true); // Demo
await client.setDemoMode(false); // Real
Get Available Assets
const assets = await client.getAssets();
assets.forEach(a => console.log(`${a.id}: ${a.name} (${a.payout}%)`));
Get Trade History
const history = await client.getTradeHistory();
history.forEach(t => console.log(`${t.trend} $${t.lot} → ${t.result}`));
Asset IDs
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 |
Trade Durations
| Duration | Seconds |
|---|---|
| 1 minute | 60 |
| 2 minutes | 120 |
| 3 minutes | 180 |
| 5 minutes | 300 |
| 15 minutes | 900 |
| 30 minutes | 1800 |
| 1 hour | 3600 |
Risk Warning
⚠️ Binary options trading involves significant risk.
- Only trade what you can afford to lose
- Start with demo mode to practice
- Use proper risk management
- Past results don't guarantee future performance
Natural Language Examples
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"
When not to use it
- →When trading options other than binary options
- →When using a platform other than BinaryFaster.com
- →When the user is unwilling to accept significant financial risk
Prerequisites
Limitations
- →Binary options trading involves significant risk.
- →It is specific to the BinaryFaster.com platform.
- →It requires an email and API key for configuration.
How it compares
This workflow automates binary options trading on a specific platform, allowing programmatic execution and management, unlike manual trading through a web interface.
Compared to similar skills
binary-options side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| binary-options (this skill) | 0 | 6mo | Review | Intermediate |
| open-eth-terminal-agent | 0 | 7mo | Review | Intermediate |
| zyfai | 0 | 6mo | Review | Intermediate |
| apify-ultimate-scraper | 0 | 3mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
open-eth-terminal-agent
jfarid27
An agent that can help users with creating and running open-eth-terminal scripts to support
zyfai
kbarbel640-del
Earn yield on any Ethereum wallet on Base, Arbitrum, and Plasma. Use when a user wants passive DeFi yield on their funds. Deploys a non-custodial subaccount (Safe) linked to their EOA, enables automated yield optimization, and lets them deposit/withdraw anytime.
apify-ultimate-scraper
Anhvu1107
ALWAYS use this when the request matches Apify Ultimate Scraper: AI-driven data extraction from 55+ Actors across all major platforms.
weather-nws
kbarbel640-del
Reliable US weather data using the National Weather Service API. Free, no API key, detailed forecasts and official alerts.
bgmx
yjl9903
Maintain bgmx project data workflows only when the user explicitly invokes $bgmx or explicitly asks Codex to maintain bgmx data. Covers syncing Bangumi subject data, manually creating Bangumi subject revisions, syncing yuc.wiki seasonal calendars, and switching the active online calendar season.
node-red-telemetry
ssrjkk
Telemetry with Node-RED. data collection.