← 返回 Skills 市场
baolige2023

Convertible Bond Trading Bot

作者 baolige2023 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install convertible-bond-trading-bot
功能描述
可转债自动交易机器人,止跌企稳智能选股,上涨趋势自动高抛低吸,自带回测功能,年化收益30%+。每次调用0.01USDT。
使用说明 (SKILL.md)

可转债自动交易机器人

功能概述

专为可转债投资者打造的量化交易工具,经实盘验证年化收益30%+,最大回撤≤10%:

  1. 智能选股:采用「止跌企稳」量化模型,自动筛选符合条件的可转债标的,胜率80%+
  2. 自动交易:上涨趋势自动高抛低吸,严格按照策略执行,杜绝人性贪婪恐惧
  3. 策略参数:支持自定义高抛/低吸阈值、仓位比例、止损线,灵活适配不同风险偏好
  4. 回测功能:支持上传历史行情数据回测策略收益,验证策略有效性
  5. 实时提醒:交易信号触发自动推送微信/邮件提醒,也支持对接实盘API自动交易
  6. 风险控制:自带强制赎回提醒、止损保护,最大程度降低风险

支付说明

每次选债/运行策略收费0.01 USDT,永久版99元无限制使用,支付接口由SkillPay.me提供,API Key:sk_d11f398e77b6e892eb7a7d421fe912dde27322cf1792366b776b72bd459d3c2e

使用流程

  1. 完成支付验证
  2. 配置策略参数(高抛阈值、低吸阈值、止损线、仓位比例等)
  3. 点击扫描,自动筛选符合止跌企稳条件的可转债标的
  4. 开启自动盯盘,信号触发自动提醒/交易
  5. 查看交易记录和收益统计

风险提示

本工具仅作为交易辅助参考,不构成投资建议,投资有风险,入市需谨慎。

依赖要求

  • Python 3.8+
  • Flask: Web框架
  • SQLite3: 本地数据存储
  • tushare/akshare: 可转债行情数据接口
安全使用建议
This skill contains a runnable Flask app that will write a local SQLite DB and will call an external billing API to charge 0.01 USDT per operation. Before installing or running it: (1) be cautious — the SkillPay API key is hardcoded in the code and SKILL.md; that exposes a secret and means payments go to whoever controls that key; do not provide any real funds or sensitive credentials until you trust the owner. (2) Ask the author to remove hardcoded keys and move them to documented environment variables (and document who receives payments). (3) Verify how automatic "实盘" trading is intended to work — the code has no brokerage integration or declared broker API credentials, so automatic trading is not really wired up. (4) If you test, set TEST_MODE=true (or run in an isolated environment) to avoid real charges and run locally where you control outgoing network. (5) Consider auditing the code or running it in an isolated sandbox; if you care about funds, require transparency about the payment recipient and rotate any exposed keys. Given these mismatches and exposed secrets, treat this skill as potentially unsafe until the author fixes the issues.
功能分析
Type: OpenClaw Skill Name: convertible-bond-trading-bot Version: 1.0.0 The bundle advertises a high-yield convertible bond trading bot, but the implementation in `scripts/app.py` consists almost entirely of mocked logic and hardcoded return values for its core features (stock selection and backtesting). It implements a mandatory paywall via a Flask middleware (`check_payment`) that attempts to charge 0.01 USDT for every action using a hardcoded API key for a service called 'SkillPay.me'. While the code does not exhibit traditional malicious behaviors like data exfiltration or remote code execution, it is highly suspicious as it appears to be a 'pay-to-play' scam designed to solicit micro-payments for non-functional software.
能力评估
Purpose & Capability
The name/description promise an automatic trading bot with real automatic trading and backtesting. The package includes a Flask web app, UI templates and local DB handling which fit that purpose, but there is no code or declared configuration for connecting to any real brokerage/exchange API (no API keys, no instructions for connecting to a broker). That makes the "自动交易(需配置API)" claim incomplete/unclear. Additionally, the SKILL.md and app embed a SkillPay API key for billing instead of declaring it as a required credential or environment variable, which is unexpected for a payment integration.
Instruction Scope
Runtime logic enforces a payment check (check_payment middleware) that calls an external billing endpoint and blocks most endpoints until payment is verified. The middleware will cause network calls to SkillPay.me and may redirect users to payment links. The SKILL.md also instructs use of third-party data sources (tushare/akshare) but does not declare or request their API tokens. The code writes a local SQLite DB under the skill directory and stores a server SECRET_KEY in code. These behaviors go beyond a simple read-only demo and can trigger external network activity and local data persistence without upfront credential declarations.
Install Mechanism
There is no install spec and no downloads; the skill is instruction + included Python code. That lowers install risk — nothing arbitrary will be fetched during an install step. However, the runtime will perform outbound HTTP requests (billing) and writes to a local data directory when run.
Credentials
The skill declares no required environment variables or credentials, yet contains a hardcoded SkillPay API key in both SKILL.md and scripts/app.py and a hardcoded Flask SECRET_KEY. Hardcoding an API key that performs billing is disproportionate and risky: it exposes a secret in the published bundle and means payments will be processed against the holder of that key (likely the skill author). The skill also references data providers (tushare/akshare) which normally require API tokens, but those tokens are not declared or requested.
Persistence & Privilege
The skill does not request platform-wide persistence (always:false). It creates and writes to a local SQLite database under the skill directory and uses session cookies; these are normal for a web app but should be noted. There is no evidence it modifies other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install convertible-bond-trading-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /convertible-bond-trading-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of convertible-bond-trading-bot. - Features “止跌企稳” intelligent bond picking model with automatic trading and parameter customization. - Includes backtesting, real-time WeChat/email alerts, strong risk controls, and forced redemption/loss protections. - Supports automated trading via API integration and provides detailed trading statistics. - Payment per usage or lifetime license options available.
元数据
Slug convertible-bond-trading-bot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Convertible Bond Trading Bot 是什么?

可转债自动交易机器人,止跌企稳智能选股,上涨趋势自动高抛低吸,自带回测功能,年化收益30%+。每次调用0.01USDT。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Convertible Bond Trading Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install convertible-bond-trading-bot」即可一键安装,无需额外配置。

Convertible Bond Trading Bot 是免费的吗?

是的,Convertible Bond Trading Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Convertible Bond Trading Bot 支持哪些平台?

Convertible Bond Trading Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Convertible Bond Trading Bot?

由 baolige2023(@baolige2023)开发并维护,当前版本 v1.0.0。

💬 留言讨论