/install ktrendz-lightstick-trading
K-Trendz Lightstick Trading
Trade K-pop artist lightstick tokens on the K-Trendz bonding curve market.
Capability Summary: Buy and sell K-pop fan tokens with real-time pricing, news signals, and bonding curve mechanics. Early buyers benefit from price appreciation as artist popularity grows.
Prerequisites
Run /ktrendz:setup first to configure your API key:
- K-Trendz API Key (required): Contact K-Trendz team for provisioning
You can also set via environment variable:
KTRENDZ_API_KEY
Quick Start
# Setup (one-time)
/ktrendz:setup
# Check token price
/ktrendz:price RIIZE
# Buy a token
/ktrendz:buy RIIZE
# Sell a token
/ktrendz:sell RIIZE
🎯 Decision Tree
- "What's the price of X?" →
/ktrendz:price \x3Cartist> - "Should I buy X?" → Check price + news signals first
- "Buy X token" →
/ktrendz:buy \x3Cartist> - "Sell X token" →
/ktrendz:sell \x3Cartist> - "What tokens are available?" → See Available Tokens below
Main Commands
/ktrendz:setup
Collects and validates API key, stores securely.
./scripts/setup.sh
/ktrendz:price
Get current price and trading signals for a token.
./scripts/price.sh RIIZE
Output includes:
- Current price (USDC)
- Buy cost / Sell refund
- 24h price change
- Trending score
- Recent news signals
Decision Factors:
| Signal | Meaning | Buy Signal |
|---|---|---|
trending_score rising |
On-platform engagement up | ✅ Bullish |
price_change_24h positive |
Recent momentum | ✅ Trend continuation |
total_supply low |
Few holders | ✅ Early opportunity |
has_recent_news true |
Media coverage | ✅ Potential catalyst |
/ktrendz:buy
Purchase 1 lightstick token.
./scripts/buy.sh RIIZE
Constraints:
- Maximum 1 token per transaction (bonding curve protection)
- $100/day limit per agent
- Same-block trades blocked (MEV protection)
/ktrendz:sell
Sell 1 lightstick token.
./scripts/sell.sh RIIZE
Available Tokens
| Artist | Token ID |
|---|---|
| K-Trendz Supporters | 12666454296509763493 |
| RIIZE | 7963681970480434413 |
| IVE | 4607865675402095874 |
| Cortis | 13766662462343366758 |
| BTS | 9138265216282739420 |
| All Day Project | 18115915419890895215 |
Trading Strategy
This is a bonding curve market, not arbitrage:
- Buy when trending - Rising scores + news = growing demand
- Buy early - Lower supply = better curve position
- Monitor signals - News often precedes on-platform activity
- Hold during growth - Bonding curve rewards patient holders
Fee Structure
| Action | Fee | Distribution |
|---|---|---|
| Buy | 3% | 2% Artist Fund, 1% Platform |
| Sell | 2% | Platform |
Round-trip cost: 5%
Rate Limits
- Daily Volume: $100 USD per agent
- Transaction Frequency: Max 100 trades/day
- Circuit Breaker: Pauses if price moves >20% in 10 blocks
Example Interactions
User: "What's RIIZE trading at?"
You:
- Run
./scripts/price.sh RIIZE - Report: "RIIZE is at $1.85 (+5.2% 24h). Trending score 1250 with 3 recent news articles. Buy cost: $1.91"
User: "Buy RIIZE for me"
You:
- Confirm: "Buy 1 RIIZE token for ~$1.91?"
- If yes, run
./scripts/buy.sh RIIZE - Report: "Purchased 1 RIIZE for $1.91. Tx: 0x..."
User: "Should I sell my IVE?"
You:
- Run
./scripts/price.sh IVE - Check signals (price trend, news, trending score)
- Advise based on data
API Reference
Base URL: https://k-trendz.com/api/bot/
| Endpoint | Method | Description |
|---|---|---|
/token-price |
POST | Get price + signals |
/buy |
POST | Purchase 1 token |
/sell |
POST | Sell 1 token |
Files
SKILL.md- This filepackage.json- Package metadatascripts/setup.sh- API key configurationscripts/price.sh- Get token pricescripts/buy.sh- Buy tokenscripts/sell.sh- Sell token
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ktrendz-lightstick-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/ktrendz-lightstick-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
KTrendz Lightstick Trading 是什么?
Trade K-pop artist lightstick tokens using bonding curve prices, real-time signals, and news to buy or sell with a $100 daily limit and fee structure. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2126 次。
如何安装 KTrendz Lightstick Trading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ktrendz-lightstick-trading」即可一键安装,无需额外配置。
KTrendz Lightstick Trading 是免费的吗?
是的,KTrendz Lightstick Trading 完全免费(开源免费),可自由下载、安装和使用。
KTrendz Lightstick Trading 支持哪些平台?
KTrendz Lightstick Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 KTrendz Lightstick Trading?
由 hans1329(@hans1329)开发并维护,当前版本 v1.2.1。