Overview
- Skill Key
- hans1329/clawhub-skills
- Author
- hans1329
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hans1329/clawhub-skills
- Latest Commit SHA
- 06f6ef004315563be612268a8372890ea15c04a5
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Clawhub Skills 技能。 若已安装,则直接安装 Clawhub Skills 技能。
# K-Trendz Lightstick Trading Skill
Trade K-pop artist lightstick tokens on the K-Trendz bonding curve market.
## Overview
K-Trendz Lightsticks are digital fan tokens tied to K-pop artists. Unlike arbitrage markets, this is a **bonding curve** system where:
- **Price increases with each purchase** (√supply formula)
- **Artist popularity directly affects demand**
- **Early buyers benefit from price appreciation**
## Trading Strategy Context
This is NOT an arbitrage market. Key principles:
1. **Buy when trending** - Rising `trending_score` and recent news indicate growing demand
2. **Buy early** - Lower `total_supply` means earlier position on the curve
3. **Monitor external signals** - News headlines often precede on-platform activity
4. **Hold during growth** - Bonding curve rewards patient holders
## Available Tools
### get_token_price
Get current price and popularity signals for a token.
**Endpoint**: `POST /functions/v1/bot-get-token-price`
**Headers**:
```
x-bot-api-key: YOUR_API_KEY
Content-Type: application/json
```
**Request**:
```json
{
"token_id": "7963681970480434413",
// OR
"artist_name": "RIIZE"
}
```
**Response**:
```json
{
"success": true,
"data": {
"token_id": "7963681970480434413",
"artist_name": "RIIZE",
"current_price_usdc": 1.85,
"buy_cost_usdc": 1.91,
"sell_refund_usdc": 1.78,
"price_change_24h": "+5.2",
"total_supply": 42,
"trending_score": 1250,
"votes": 89,
"follower_count": 156,
"view_count": 2340,
"external_signals": {
"article_count_24h": 3,
"headlines": [
{"title": "RIIZE announces world tour dates", "url": "..."},
{"title": "New single breaks records", "url": "..."}
],
"has_recent_news": true
},
"trading_context": {
"contract_address": "0xfe7791e3078FD183FD1c08dE2F1e4ab732024489",
"fee_structure": {
"buy_fee_percent": 3,
"sell_fee_percent": 2
}
}
}
}
```
**Decision Factors**:
| Fiel...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.