{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ktrendz-lightstick-trading",
    "name": "KTrendz Lightstick Trading",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/hans1329/ktrendz-lightstick-trading",
    "canonicalUrl": "https://clawhub.ai/hans1329/ktrendz-lightstick-trading",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ktrendz-lightstick-trading",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ktrendz-lightstick-trading",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/buy.sh",
      "scripts/price.sh",
      "scripts/sell.sh",
      "scripts/setup.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ktrendz-lightstick-trading"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ktrendz-lightstick-trading",
    "agentPageUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "K-Trendz Lightstick Trading",
        "body": "Trade K-pop artist lightstick tokens on the K-Trendz bonding curve market.\n\nCapability 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."
      },
      {
        "title": "Prerequisites",
        "body": "Run /ktrendz:setup first to configure your API key:\n\nK-Trendz API Key (required): Contact K-Trendz team for provisioning\n\nYou can also set via environment variable:\n\nKTRENDZ_API_KEY"
      },
      {
        "title": "Quick Start",
        "body": "# Setup (one-time)\n/ktrendz:setup\n\n# Check token price\n/ktrendz:price RIIZE\n\n# Buy a token\n/ktrendz:buy RIIZE\n\n# Sell a token\n/ktrendz:sell RIIZE"
      },
      {
        "title": "🎯 Decision Tree",
        "body": "\"What's the price of X?\" → /ktrendz:price <artist>\n\"Should I buy X?\" → Check price + news signals first\n\"Buy X token\" → /ktrendz:buy <artist>\n\"Sell X token\" → /ktrendz:sell <artist>\n\"What tokens are available?\" → See Available Tokens below"
      },
      {
        "title": "/ktrendz:setup",
        "body": "Collects and validates API key, stores securely.\n\n./scripts/setup.sh"
      },
      {
        "title": "/ktrendz:price",
        "body": "Get current price and trading signals for a token.\n\n./scripts/price.sh RIIZE\n\nOutput includes:\n\nCurrent price (USDC)\nBuy cost / Sell refund\n24h price change\nTrending score\nRecent news signals\n\nDecision Factors:\n\nSignalMeaningBuy Signaltrending_score risingOn-platform engagement up✅ Bullishprice_change_24h positiveRecent momentum✅ Trend continuationtotal_supply lowFew holders✅ Early opportunityhas_recent_news trueMedia coverage✅ Potential catalyst"
      },
      {
        "title": "/ktrendz:buy",
        "body": "Purchase 1 lightstick token.\n\n./scripts/buy.sh RIIZE\n\nConstraints:\n\nMaximum 1 token per transaction (bonding curve protection)\n$100/day limit per agent\nSame-block trades blocked (MEV protection)"
      },
      {
        "title": "/ktrendz:sell",
        "body": "Sell 1 lightstick token.\n\n./scripts/sell.sh RIIZE"
      },
      {
        "title": "Available Tokens",
        "body": "ArtistToken IDK-Trendz Supporters12666454296509763493RIIZE7963681970480434413IVE4607865675402095874Cortis13766662462343366758BTS9138265216282739420All Day Project18115915419890895215"
      },
      {
        "title": "Trading Strategy",
        "body": "This is a bonding curve market, not arbitrage:\n\nBuy when trending - Rising scores + news = growing demand\nBuy early - Lower supply = better curve position\nMonitor signals - News often precedes on-platform activity\nHold during growth - Bonding curve rewards patient holders"
      },
      {
        "title": "Fee Structure",
        "body": "ActionFeeDistributionBuy3%2% Artist Fund, 1% PlatformSell2%Platform\n\nRound-trip cost: 5%"
      },
      {
        "title": "Rate Limits",
        "body": "Daily Volume: $100 USD per agent\nTransaction Frequency: Max 100 trades/day\nCircuit Breaker: Pauses if price moves >20% in 10 blocks"
      },
      {
        "title": "Example Interactions",
        "body": "User: \"What's RIIZE trading at?\"\n\nYou:\n\nRun ./scripts/price.sh RIIZE\nReport: \"RIIZE is at $1.85 (+5.2% 24h). Trending score 1250 with 3 recent news articles. Buy cost: $1.91\"\n\nUser: \"Buy RIIZE for me\"\n\nYou:\n\nConfirm: \"Buy 1 RIIZE token for ~$1.91?\"\nIf yes, run ./scripts/buy.sh RIIZE\nReport: \"Purchased 1 RIIZE for $1.91. Tx: 0x...\"\n\nUser: \"Should I sell my IVE?\"\n\nYou:\n\nRun ./scripts/price.sh IVE\nCheck signals (price trend, news, trending score)\nAdvise based on data"
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://k-trendz.com/api/bot/\n\nEndpointMethodDescription/token-pricePOSTGet price + signals/buyPOSTPurchase 1 token/sellPOSTSell 1 token"
      },
      {
        "title": "Files",
        "body": "SKILL.md - This file\npackage.json - Package metadata\nscripts/setup.sh - API key configuration\nscripts/price.sh - Get token price\nscripts/buy.sh - Buy token\nscripts/sell.sh - Sell token"
      }
    ],
    "body": "K-Trendz Lightstick Trading\n\nTrade K-pop artist lightstick tokens on the K-Trendz bonding curve market.\n\nCapability 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.\n\nPrerequisites\n\nRun /ktrendz:setup first to configure your API key:\n\nK-Trendz API Key (required): Contact K-Trendz team for provisioning\n\nYou can also set via environment variable:\n\nKTRENDZ_API_KEY\nQuick Start\n# Setup (one-time)\n/ktrendz:setup\n\n# Check token price\n/ktrendz:price RIIZE\n\n# Buy a token\n/ktrendz:buy RIIZE\n\n# Sell a token\n/ktrendz:sell RIIZE\n\n🎯 Decision Tree\n\"What's the price of X?\" → /ktrendz:price <artist>\n\"Should I buy X?\" → Check price + news signals first\n\"Buy X token\" → /ktrendz:buy <artist>\n\"Sell X token\" → /ktrendz:sell <artist>\n\"What tokens are available?\" → See Available Tokens below\nMain Commands\n/ktrendz:setup\n\nCollects and validates API key, stores securely.\n\n./scripts/setup.sh\n\n/ktrendz:price\n\nGet current price and trading signals for a token.\n\n./scripts/price.sh RIIZE\n\n\nOutput includes:\n\nCurrent price (USDC)\nBuy cost / Sell refund\n24h price change\nTrending score\nRecent news signals\n\nDecision Factors:\n\nSignal\tMeaning\tBuy Signal\ntrending_score rising\tOn-platform engagement up\t✅ Bullish\nprice_change_24h positive\tRecent momentum\t✅ Trend continuation\ntotal_supply low\tFew holders\t✅ Early opportunity\nhas_recent_news true\tMedia coverage\t✅ Potential catalyst\n/ktrendz:buy\n\nPurchase 1 lightstick token.\n\n./scripts/buy.sh RIIZE\n\n\nConstraints:\n\nMaximum 1 token per transaction (bonding curve protection)\n$100/day limit per agent\nSame-block trades blocked (MEV protection)\n/ktrendz:sell\n\nSell 1 lightstick token.\n\n./scripts/sell.sh RIIZE\n\nAvailable Tokens\nArtist\tToken ID\nK-Trendz Supporters\t12666454296509763493\nRIIZE\t7963681970480434413\nIVE\t4607865675402095874\nCortis\t13766662462343366758\nBTS\t9138265216282739420\nAll Day Project\t18115915419890895215\nTrading Strategy\n\nThis is a bonding curve market, not arbitrage:\n\nBuy when trending - Rising scores + news = growing demand\nBuy early - Lower supply = better curve position\nMonitor signals - News often precedes on-platform activity\nHold during growth - Bonding curve rewards patient holders\nFee Structure\nAction\tFee\tDistribution\nBuy\t3%\t2% Artist Fund, 1% Platform\nSell\t2%\tPlatform\n\nRound-trip cost: 5%\n\nRate Limits\nDaily Volume: $100 USD per agent\nTransaction Frequency: Max 100 trades/day\nCircuit Breaker: Pauses if price moves >20% in 10 blocks\nExample Interactions\n\nUser: \"What's RIIZE trading at?\"\n\nYou:\n\nRun ./scripts/price.sh RIIZE\nReport: \"RIIZE is at $1.85 (+5.2% 24h). Trending score 1250 with 3 recent news articles. Buy cost: $1.91\"\n\nUser: \"Buy RIIZE for me\"\n\nYou:\n\nConfirm: \"Buy 1 RIIZE token for ~$1.91?\"\nIf yes, run ./scripts/buy.sh RIIZE\nReport: \"Purchased 1 RIIZE for $1.91. Tx: 0x...\"\n\nUser: \"Should I sell my IVE?\"\n\nYou:\n\nRun ./scripts/price.sh IVE\nCheck signals (price trend, news, trending score)\nAdvise based on data\nAPI Reference\n\nBase URL: https://k-trendz.com/api/bot/\n\nEndpoint\tMethod\tDescription\n/token-price\tPOST\tGet price + signals\n/buy\tPOST\tPurchase 1 token\n/sell\tPOST\tSell 1 token\nFiles\nSKILL.md - This file\npackage.json - Package metadata\nscripts/setup.sh - API key configuration\nscripts/price.sh - Get token price\nscripts/buy.sh - Buy token\nscripts/sell.sh - Sell token"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hans1329/ktrendz-lightstick-trading",
    "publisherUrl": "https://clawhub.ai/hans1329/ktrendz-lightstick-trading",
    "owner": "hans1329",
    "version": "1.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading",
    "downloadUrl": "https://openagent3.xyz/downloads/ktrendz-lightstick-trading",
    "agentUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ktrendz-lightstick-trading/agent.md"
  }
}