원클릭으로
crypto
Get real-time cryptocurrency prices. Use when users ask about Bitcoin, Ethereum, or other crypto prices and market data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Get real-time cryptocurrency prices. Use when users ask about Bitcoin, Ethereum, or other crypto prices and market data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | crypto |
| description | Get real-time cryptocurrency prices. Use when users ask about Bitcoin, Ethereum, or other crypto prices and market data. |
Identify the cryptocurrency the user is asking about (Bitcoin, Ethereum, Solana, etc.)
Execute the appropriate script
python3 scripts/crypto.py btc - Get Bitcoin pricepython3 scripts/crypto.py eth - Get Ethereum pricepython3 scripts/crypto.py sol - Get Solana pricepython3 scripts/crypto.py doge - Get Dogecoin pricepython3 scripts/crypto.py <symbol> - Get any crypto price by symbolFormat the response with:
User: "What's the current Bitcoin price?"
Action: Execute python3 scripts/crypto.py btc
Response: "Bitcoin is currently trading at $67,234. It has changed +2.3% in the last 24 hours. (Source: CoinGecko)"
User: "How much is Ethereum worth?"
Action: Execute python3 scripts/crypto.py eth
Response: "Ethereum is currently priced at $3,456, down -1.2% over the past 24 hours. (Source: CoinGecko)"
User: "Check Solana and Dogecoin prices"
Action: Execute python3 scripts/crypto.py sol and python scripts/crypto.py doge
Response: "Current prices - Solana: $145 (+5.7% 24h), Dogecoin: $0.12 (+0.8% 24h). (Source: CoinGecko)"