← Back to Skills Marketplace
bakyang2

Kr Crypto Intelligence Skill

by bakyang2 · GitHub ↗ · v1.4.1 · MIT-0
cross-platform ✓ Security Clean
209
Downloads
0
Stars
0
Active Installs
14
Versions
Install in OpenClaw
/install kr-crypto-intelligence
Description
Korean crypto market data + AI analysis for trading agents. 13 tools — Kimchi Premium across 180+ tokens, exchange intelligence, AI sentiment analysis (world...
README (SKILL.md)

KR Crypto Intelligence

Korean crypto market data API + AI-powered market analysis for trading agents. South Korea ranks top 3 globally in crypto trading volume. 13 tools covering 180+ tokens.

How to Use

MCP server — no local code, no API keys, no credentials needed.

MCP Connection

{
  "mcpServers": {
    "kr-crypto-intelligence": {
      "url": "https://mcp.printmoneylab.com/mcp"
    }
  }
}

Available Tools (13)

Tool Price Description
get_market_read $0.10 AI market analysis — 12+ sources + exchange intelligence + Claude AI token-level signals
get_global_vs_korea_divergence_deep $0.10 Deep tier — light data + Korean news signals (Coinness Telegram) + structured AI breakdown
get_global_vs_korea_divergence $0.05 Light tier — global vs Korean price premium + AI interpretation
get_kr_sentiment $0.05 Korean market sentiment in English — exchange intelligence + Korean news context
get_arbitrage_scanner $0.01 Token-by-token Kimchi Premium for 180+ tokens, reverse premium, Upbit-Bithumb gaps
get_exchange_alerts $0.01 New listings/delistings, investment warnings, caution flags
get_market_movers $0.01 1-min price surges/crashes, volume spikes, top 20 by volume
get_kimchi_premium $0.001 Upbit vs Binance BTC price gap
get_stablecoin_premium $0.001 USDT/USDC premium (fund flow indicator)
get_kr_prices $0.001 KRW prices from Upbit/Bithumb
get_fx_rate $0.001 USD/KRW exchange rate
get_available_symbols $0.001 Tradeable symbols list
check_health $0.001 Service status

REST API (Alternative)

GET https://api.printmoneylab.com/api/v1/market-read → $0.10 GET https://api.printmoneylab.com/api/v1/global-vs-korea-divergence-deep → $0.10 GET https://api.printmoneylab.com/api/v1/global-vs-korea-divergence → $0.05 GET https://api.printmoneylab.com/api/v1/kr-sentiment → $0.05 GET https://api.printmoneylab.com/api/v1/arbitrage-scanner → $0.01 GET https://api.printmoneylab.com/api/v1/exchange-alerts → $0.01 GET https://api.printmoneylab.com/api/v1/market-movers → $0.01 GET https://api.printmoneylab.com/api/v1/kimchi-premium → $0.001 GET https://api.printmoneylab.com/api/v1/stablecoin-premium → $0.001 GET https://api.printmoneylab.com/api/v1/kr-prices → $0.001 GET https://api.printmoneylab.com/api/v1/fx-rate → $0.001 GET https://api.printmoneylab.com/api/v1/symbols (free) GET https://api.printmoneylab.com/health (free)

Data Privacy & What Gets Sent

The server requires only the tool call parameters listed below. What your MCP client actually transmits depends on the client implementation — please review your MCP client's privacy and transport settings to verify.

Specifically, each tool requires:

  • get_kimchi_premium, get_global_vs_korea_divergence, get_global_vs_korea_divergence_deep: symbol parameter only (e.g., "BTC")
  • get_kr_prices: symbol and exchange parameters only
  • get_arbitrage_scanner, get_exchange_alerts, get_market_movers: no parameters — server computes from cached exchange data
  • get_market_read: no parameters — server fetches all data internally and runs AI analysis server-side
  • get_kr_sentiment: no parameters — server combines exchange data with Korean news context and runs AI sentiment analysis server-side
  • get_fx_rate, get_stablecoin_premium, get_available_symbols, check_health: no parameters

Note: Like any HTTP service, the server receives standard HTTP metadata (IP address, user-agent) as part of normal network communication.

Network calls only to: mcp.printmoneylab.com and api.printmoneylab.com

Payment Authorization (x402 Protocol)

How x402 payment works — step by step:

  1. Agent calls a paid endpoint (e.g., get_kimchi_premium)
  2. Server returns HTTP 402 with price in the payment-required header
  3. The MCP client or platform decides whether to pay — this is NOT automatic
  4. If the client approves, it signs a USDC transfer for the exact amount on Base, Polygon, or Solana
  5. Client retries with payment proof in X-PAYMENT header
  6. Server verifies payment and returns data

Key points:

  • Payment is NOT automatic. The agent's MCP client (e.g., xpay Smart Proxy, Claude, Cursor) controls whether to authorize payment.
  • No wallet keys or credentials are stored in this skill. Payment is handled entirely by the MCP client's x402 transport layer.
  • The skill cannot charge without explicit client-side authorization. The x402 protocol requires a cryptographic signature from the buyer's wallet.
  • Cost per call: $0.001 (basic data) to $0.10 (AI deep analysis). No subscriptions, no hidden fees.

Autonomous Invocation Advisory

This skill is designed to be invoked by the agent when the user asks about Korean crypto markets. If your platform supports invocation controls:

  • Recommended: Set to "user-invoked only" until comfortable with billing behavior
  • Budget: Configure your MCP client's spending limit
  • Maximum cost per session: Bounded by your client's spending policy

Security

Usage Guidance
This skill is a thin instruction set that points your agent at an external paid data provider (mcp.printmoneylab.com / api.printmoneylab.com). Before installing: 1) Verify the upstream repository and SKILL.md on the listed GitHub homepage and confirm the truncated security section; 2) Confirm your MCP client enforces explicit user approval for x402 payments and will never auto-sign wallet transactions (test using the free /health or /symbols endpoints first); 3) Set the skill to user-invoked only (or enforce strict spending limits) to avoid accidental charges from autonomous agents; 4) Do not include secrets or private data in tool parameters—the remote server will see request metadata (IP, UA); 5) If you rely on this data for trading, validate returned values against other sources and review the provider's reputation and TLS certificate. If any of these checks fail or the provider’s behavior is unclear, treat the skill as risky and do not enable it for autonomous use.
Capability Analysis
Type: OpenClaw Skill Name: kr-crypto-intelligence Version: 1.4.1 The skill is a configuration for a remote MCP (Model Context Protocol) server providing Korean cryptocurrency market data. It contains no executable code, requires no local credentials or environment variables, and lacks any indicators of data exfiltration or malicious intent. The implementation uses the x402 protocol for pay-per-call API access, which is transparently documented as requiring explicit client-side authorization for any financial transactions.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (Korean crypto data + AI analysis) aligns with the runtime instructions: the skill instructs agents to call an external MCP/REST API for market data and paid AI analysis. It does not request unrelated credentials or binaries.
Instruction Scope
SKILL.md instructs only remote calls to the provider domains and lists allowed parameters; that scope is appropriate. Note: the doc explicitly states the MCP client will send normal HTTP metadata (IP, user-agent) and that what is transmitted depends on the MCP client implementation — users should confirm their MCP client's privacy/transport behavior. The SKILL.md appears truncated in the provided excerpt; review the full upstream file before trusting it.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk by the skill itself. This is the lowest-risk pattern for installation.
Credentials
The skill requires no environment variables, credentials, or config paths. Payment is described as handled by the client's x402 transport and does not require the skill to store wallet keys, which is proportionate for a paid remote service.
Persistence & Privilege
The skill is not marked always:true and does not request elevated system presence. However, it exposes paid endpoints; because platform agents can invoke skills autonomously by default, users should control invocation and spending limits in their MCP client to avoid unexpected charges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kr-crypto-intelligence
  3. After installation, invoke the skill by name or use /kr-crypto-intelligence
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.1
Clean publish: SKILL.md only, removed server code
v1.4.0
Add divergence endpoints (light/deep), Polygon network support, repository metadata, 13 tools total
v1.3.0
Add kr-sentiment: world's first Korean-to-English crypto sentiment API. 11 tools total.
v1.2.6
Complete SKILL.md rewrite: instruction-only, data privacy, payment authorization, no env vars needed
v1.2.5
Instruction-only publish with updated SKILL.md (10 tools, 3 new exchange intelligence endpoints)
v1.2.4
Replaced hardcoded file paths with configurable env vars, added os import
v1.2.3
Declared env vars, added transparency section for credentials and telemetry
v1.2.2
Updated SKILL.md with 10 endpoints, 3 new exchange intelligence tools
v1.2.1
Added 3 new Korean Exchange Intelligence endpoints (arbitrage-scanner, exchange-alerts, market-movers), 10 MCP tools, market-read AI upgrade with token-level analysis
v1.1.2
- Clarified privacy section to note that standard HTTP metadata (e.g., IP address, user-agent) is received by the server. - Explained that whether conversation context is forwarded depends on the MCP client implementation. - No changes to endpoints or tool functionality.
v1.1.1
- Clarified data privacy: explained exactly what parameters are sent by each tool, and stated that no conversation context, user data, or prompts are transmitted to servers. - Expanded documentation on x402 payment flow: described step-by-step how payment authorization works, emphasizing that payment is not automatic and must be approved by the client. - Added advisory on autonomous invocation and recommended budget controls for safer usage. - Simplified and shortened tool descriptions for easier reading. - Improved documentation formatting, privacy, and security clarity.
v1.1.0
- Added new AI-powered tool: get_market_read, providing real-time market analysis with signal, confidence, key factors, and risks using 9 data sources and Claude AI. - Updated documentation to reflect 7 available tools (previously 6), including pricing and detailed breakdown of market read functionality. - Clarified REST API and MCP tool endpoints, adding pricing info. - Improved payment and security sections for clarity. - Enhanced descriptions emphasizing integrated AI market analysis.
v1.0.1
Expanded usage instructions and documentation: - Added detailed "How to Use" section for connecting via MCP client, including configuration example. - Documented each available tool with methods, parameters, and descriptions in a table. - Added instructions for calling the REST API as an alternative to MCP, with sample endpoints. - Included example JSON response for clarity. - Expanded payment section with a step-by-step explanation of the x402 protocol and endpoint costs. - Enhanced security information, clarifying credentials and network restrictions.
v1.0.0
- Initial release of KR Crypto Intelligence skill. - Provides Korean crypto market data: Kimchi Premium, stablecoin premium, Upbit/Bithumb prices, and USD/KRW FX rates. - Includes 6 tools for market signals, price checks, and health status. - Pay-per-use pricing ($0.001 USDC per call) via x402 protocol on Base or Solana. - No signup or API key required. - Links to API, documentation, and source code provided.
Metadata
Slug kr-crypto-intelligence
Version 1.4.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 14
Frequently Asked Questions

What is Kr Crypto Intelligence Skill?

Korean crypto market data + AI analysis for trading agents. 13 tools — Kimchi Premium across 180+ tokens, exchange intelligence, AI sentiment analysis (world... It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.

How do I install Kr Crypto Intelligence Skill?

Run "/install kr-crypto-intelligence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kr Crypto Intelligence Skill free?

Yes, Kr Crypto Intelligence Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kr Crypto Intelligence Skill support?

Kr Crypto Intelligence Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kr Crypto Intelligence Skill?

It is built and maintained by bakyang2 (@bakyang2); the current version is v1.4.1.

💬 Comments