with one click
coinx
使用 coinx CLI(ccxt + ta)查询加密货币价格、K线和多指标共振信号,输出机器可读 JSON,适用于新闻信号确认与量化分析。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用 coinx CLI(ccxt + ta)查询加密货币价格、K线和多指标共振信号,输出机器可读 JSON,适用于新闻信号确认与量化分析。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use this skill when the user wants to search books on WeRead (微信读书), look up book details, check book availability, or find books by title/author/keyword on weread.qq.com. Also trigger when the user mentions "微信读书", "weread", or wants to check if a book is available on WeRead.
在 macOS 上通过 `memo` CLI 管理 Apple Notes(创建、查看、编辑、删除、搜索、移动和导出笔记)。当用户要求 OpenClaw 添加笔记、列出笔记、搜索笔记或管理笔记文件夹时使用。
在 macOS 上通过 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期过滤以及 JSON/纯文本输出。
使用 blogwatcher CLI 监控博客和 RSS/Atom 订阅源的更新。
Manus API integration and usage workflows. Use when asked about Manus/Minus API, Manus CLI usage, webhooks, task lifecycle, or when creating/automating Manus tasks and reports.
| name | coinx |
| description | 使用 coinx CLI(ccxt + ta)查询加密货币价格、K线和多指标共振信号,输出机器可读 JSON,适用于新闻信号确认与量化分析。 |
| homepage | https://github.com/makoshan/coinx |
| metadata | {"clawdbot":{"emoji":"📈","requires":{"bins":["python"]}}} |
使用 coinx CLI 查询价格、K线和技术指标信号(不执行下单)。
项目链接
安装
pip install ccxt pandas numpy ta pytestpip install git+https://github.com/makoshan/coinx.git最简使用
python -m coinx price --ex okx --symbol BTC/USDTpython -m coinx ta confluence --ex okx --symbol BTC/USDT --tf-main 1h --tf-htf 4h --lookback 500score.final_bias 和 score_main/score_htf 作为信号输入。快速入门
python -m coinx --help常用命令
python -m coinx price --ex okx --symbol BTC/USDTpython -m coinx candle --ex okx --symbol BTC/USDT --tf 1h --limit 200python -m coinx ta confluence --ex okx --symbol BTC/USDT --tf-main 1h --tf-htf 4h --lookback 500输出要点
price.last, price.chg24h_pct, price.vol24hindicators(RSI/MACD/OBV/VWMA/MFI/CCI/CMF/ATR/MA/SAR/Breakout/日周RSI)signals(trend_gate_long, entry_filter_long, tp_filter)score(score_main, score_htf, final_bias)structure.events(如 SOW, LPSY, ST)退出码
0 成功2 参数错误3 数据错误4 计算错误1 其他内部错误集成建议
score.final_bias 作为方向过滤信号。score_main/score_htf 作为强度分层输入。breakout_high40/breakout_low40 作为关键位确认条件。