CoinOS Skills Overview

CoinOS Skills is a Skills protocol-based AI toolkit, enabling AI Agents to invoke 150+ actions through natural language.

Package

aicoin-skill

Installation

OpenClaw (via ClawHub):

npx clawhub install aicoin

Claude Code:

npx skills add aicoincom/coinos-skills

Script List

ScriptDescriptionActions
coin.mjsCoin Data13
market.mjsMarket Data22
features.mjsFeatures & Signals17
news.mjsNews & Content6
twitter.mjsTwitter / X Data4
newsflash.mjsNewsflash OpenData3
hl-market.mjsHyperliquid Market15
hl-trader.mjsHyperliquid Trader30
exchange.mjsExchange Trading10
ft.mjsFreqtrade Control7
ft-dev.mjsFreqtrade Dev5
auto-trade.mjsAuto Trading4
ft-deploy.mjsFreqtrade Deploy7

API Data Scripts

coin.mjsCoin Data

ActionDescriptionMin Tier
coin_tickerCoin ticker dataFree
coin_listCoin listBasic
coin_configCoin profileBasic
funding_rateFunding rate historyBasic
trade_dataLatest trade dataBasic
liquidation_mapLiquidation mapAdvanced
liquidation_historyLiquidation order historyAdvanced
ai_analysisAI coin analysisPro
open_interestAggregated OI historyPro
estimated_liquidationEstimated liquidation chartPro
historical_depthHistorical order depthPro
super_depthLarge order depth historyPro
funding_rate (weighted)Weighted funding rate historyPro

market.mjsMarket Data

ActionDescriptionMin Tier
klineK-line dataFree
hot_coinsTrending coinsFree
exchangesAll exchangesFree
tickerExchange tickersBasic
futures_interestFutures OI dataBasic
depth_latestReal-time depthStandard
indicator_klineIndicator K-lineAdvanced
indicator_pairsIndicator K-line pairsAdvanced
index_listIndex listAdvanced
index_priceIndex priceAdvanced
index_infoIndex infoAdvanced
depth_fullFull order bookAdvanced
depth_groupedGrouped depthAdvanced
stock_quotesCrypto stock dataPro
stock_companyCrypto stock company dataPro
stock_top_gainerCrypto stock top gainersPro
treasury_entitiesTreasury entity dataPro
treasury_historyTreasury history dataPro
treasury_accumulatedTreasury accumulated dataPro
treasury_latest_entitiesLatest treasury entitiesPro
treasury_latest_historyLatest treasury historyPro
treasury_summaryTreasury summaryPro

features.mjsFeatures & Signals

ActionDescriptionMin Tier
pair_tickerPair ticker dataFree
ls_ratioLong/short ratioBasic
navNavigation dataBasic
pair_by_marketPair info by marketBasic
pair_listPair list by exchangeBasic
grayscale_trustGrayscale trust dataStandard
gray_scaleGrayscale dataStandard
signal_alertSignal alert dataStandard
signal_configSignal alert configStandard
strategy_signalStrategy signal dataStandard
change_signalAnomaly signal dataStandard
big_ordersWhale order trackingStandard
agg_tradesAggregated large tradesStandard
liquidationLiquidation dataAdvanced
signal_alert_listSignal alert settingsPro
stock_marketStock market dataPro
delete_signalDelete signal alertPro

news.mjsNews & Content

ActionDescriptionMin Tier
news_rssNews RSS feedFree
news_listNews listBasic
flash_listIndustry flash newsBasic
newsflashFlash newsStandard
news_detailNews detailStandard
exchange_listingExchange listing announcementsPro

twitter.mjsTwitter / X Data

ActionDescriptionMin Tier
latestLatest tweetsBasic
searchSearch tweetsBasic
membersSearch KOL / usersStandard
interaction_statsTweet interaction statsStandard

newsflash.mjsNewsflash OpenData

ActionDescriptionMin Tier
searchFlash news searchBasic
listFlash news listBasic
detailFlash news detailStandard

hl-market.mjsHyperliquid Market

ActionDescriptionMin Tier
tickersHL all tickersFree
tickerHL single tickerFree
whale_positionsWhale positionsStandard
whale_eventsWhale eventsStandard
whale_directionsWhale directionsStandard
whale_history_ratioWhale L/S ratio historyStandard
liq_historyLiquidation historyStandard
liq_statsLiquidation statsStandard
liq_stats_by_coinLiquidation stats by coinStandard
liq_top_positionsTop liquidation positionsStandard
taker_klinesTaker K-linesStandard
oi_summaryOI overviewAdvanced
oi_top_coinsOI top coinsAdvanced
taker_deltaTaker DeltaAdvanced
oi_historyOI historyPro

hl-trader.mjsHyperliquid Trader

ActionDescriptionMin Tier
infoHL raw infoFree
top_tradesTop tradesBasic
top_openTop open ordersBasic
active_statsActive statsBasic
trader_statsTrader statsStandard
best_tradesBest tradesStandard
performancePerformance by coinStandard
completed_tradesCompleted tradesStandard
accountsBatch accountsStandard
statisticsBatch statisticsStandard
fillsTrade fillsStandard
fills_by_oidFills by OIDStandard
fills_by_twapidFills by TWAP IDStandard
orders_latestLatest ordersStandard
order_by_oidOrder by OIDStandard
filled_ordersFilled ordersStandard
filled_by_oidFilled by OIDStandard
twap_statesTWAP statesStandard
current_pos_historyCurrent position historyStandard
completed_pos_historyCompleted position historyStandard
current_pnlCurrent position PnLStandard
completed_pnlCompleted PnLStandard
current_executionsCurrent executionsStandard
completed_executionsCompleted executionsStandard
portfolioPortfolio overviewStandard
pnlsPnL historyStandard
max_drawdownMax drawdownStandard
net_flowNet flowStandard
smart_findSmart Money searchStandard
discoverTrader discoveryAdvanced

Local Tool Scripts

The following scripts are local tools and not subject to API tier restrictions.

exchange.mjsExchange Trading

ActionDescription
exchangesSupported exchanges
marketsMarket list
tickerReal-time ticker
orderbookOrder book
balanceAccount balance
positionsOpen positions
create_orderPlace order
cancel_orderCancel order
set_leverageSet leverage
transferTransfer funds

ft.mjsFreqtrade Control

ActionDescription
pingHealth check
start / stop / reloadStart / stop / reload
balanceAccount balance
trades_openOpen trades
force_enter / force_exitManual entry / exit
profitProfit summary
daily / weekly / monthlyPeriodic reports

ft-dev.mjsFreqtrade Dev

ActionDescription
backtest_startStart backtest
backtest_statusBacktest status
candles_liveLive candles
candles_analyzedAnalyzed candles
strategy_list / strategy_getStrategy management

auto-trade.mjsAuto Trading

ActionDescription
setupSave trading config
statusView config & status
openOpen position
closeClose position

ft-deploy.mjsFreqtrade Deploy

ActionDescription
checkCheck prerequisites
deployOne-click deploy
backtestStandalone backtest
updateUpdate version
status / start / stopProcess management
logsView logs
removeRemove process