← All skills
Tencent SkillHub · Data Analysis

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package.json, scripts/buy.sh, scripts/price.sh, scripts/sell.sh, scripts/setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

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 <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

/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: SignalMeaningBuy Signaltrending_score risingOn-platform engagement up✅ Bullishprice_change_24h positiveRecent momentum✅ Trend continuationtotal_supply lowFew holders✅ Early opportunityhas_recent_news trueMedia 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

ArtistToken IDK-Trendz Supporters12666454296509763493RIIZE7963681970480434413IVE4607865675402095874Cortis13766662462343366758BTS9138265216282739420All Day Project18115915419890895215

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

ActionFeeDistributionBuy3%2% Artist Fund, 1% PlatformSell2%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/ EndpointMethodDescription/token-pricePOSTGet price + signals/buyPOSTPurchase 1 token/sellPOSTSell 1 token

Files

SKILL.md - This file package.json - Package metadata scripts/setup.sh - API key configuration scripts/price.sh - Get token price scripts/buy.sh - Buy token scripts/sell.sh - Sell token

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/buy.sh Scripts
  • scripts/price.sh Scripts
  • scripts/sell.sh Scripts
  • scripts/setup.sh Scripts
  • package.json Config