Install
openclaw skills install ktrendz-lightstick-tradingClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
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.
openclaw skills install ktrendz-lightstick-tradingTrade 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.
Run /ktrendz:setup first to configure your API key:
You can also set via environment variable:
KTRENDZ_API_KEY# Setup (one-time)
/ktrendz:setup
# Check token price
/ktrendz:price RIIZE
# Buy a token
/ktrendz:buy RIIZE
# Sell a token
/ktrendz:sell RIIZE
/ktrendz:price <artist>/ktrendz:buy <artist>/ktrendz:sell <artist>Collects and validates API key, stores securely.
./scripts/setup.sh
Get current price and trading signals for a token.
./scripts/price.sh RIIZE
Output includes:
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 |
Purchase 1 lightstick token.
./scripts/buy.sh RIIZE
Constraints:
Sell 1 lightstick token.
./scripts/sell.sh RIIZE
| Artist | Token ID |
|---|---|
| K-Trendz Supporters | 12666454296509763493 |
| RIIZE | 7963681970480434413 |
| IVE | 4607865675402095874 |
| Cortis | 13766662462343366758 |
| BTS | 9138265216282739420 |
| All Day Project | 18115915419890895215 |
This is a bonding curve market, not arbitrage:
| Action | Fee | Distribution |
|---|---|---|
| Buy | 3% | 2% Artist Fund, 1% Platform |
| Sell | 2% | Platform |
Round-trip cost: 5%
User: "What's RIIZE trading at?"
You:
./scripts/price.sh RIIZEUser: "Buy RIIZE for me"
You:
./scripts/buy.sh RIIZEUser: "Should I sell my IVE?"
You:
./scripts/price.sh IVEBase 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 |
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