TopRank Skills

Home / Claw Skills / Autres / Ktrendz Lightstick Trading
Official OpenClaw rules 15%

Ktrendz Lightstick Trading

K Trendz Lightstick Trading

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ktrendz Lightstick Trading 技能。 若已安装,则直接安装 Ktrendz Lightstick Trading 技能。

Overview

Skill Key
hans1329/ktrendz-lightstick-trading
Author
hans1329
Source Repo
openclaw/skills
Version
-
Source Path
skills/hans1329/ktrendz-lightstick-trading
Latest Commit SHA
a5fc0779e647d2720c072a7227eba8492729b1ff

Extracted Content

SKILL.md excerpt

# 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

```bash
# 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 <artist>`
- **"Should I buy X?"** → Check price + news signals first
- **"Buy X token"** → `/ktrendz:buy <artist>`
- **"Sell X token"** → `/ktrendz:sell <artist>`
- **"What tokens are available?"** → See Available Tokens below

## Main Commands

### /ktrendz:setup

Collects and validates API key, stores securely.

```bash
./scripts/setup.sh
```

### /ktrendz:price

Get current price and trading signals for a token.

```bash
./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.

```bash
./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.

```bash
./sc...

Related Claw Skills