Toolverse
All skills

naver-stock

by openclaw

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
25

About this skill

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

How to use

  1. Upewnij się, że masz zainstalowany Node.js na swoim komputerze (Windows, macOS lub Linux). Skill wymaga binarnego node do uruchomienia.

  2. Pobierz lub sklonuj repozytorium skill'u z GitHub'a (openclaw/skills) i przejdź do folderu naverstock-skill.

  3. Aby sprawdzić cenę akcji krajowej, uruchom skrypt z nazwą lub kodem spółki, na przykład: node index.cjs "삼성전자" lub node index.cjs 005930. Dla akcji zagranicznej użyj symbolu giełdowego, np. node index.cjs "AAPL" lub node index.cjs "Tesla".

  4. Skill zwróci JSON z bieżącą ceną na rynku regularnym, zmianami procentowymi oraz notowaniami z systemu Nextrade (alternatywny system obrotu dostępny w godzinach 08:00–08:50 przed otwarciem i 15:30–20:00 po zamknięciu regularnego handlu).

  5. Możesz również sprawdzać kursy walut, wpisując kod waluty (np. USD) lub nazwę (np. "엔" dla jena). Zwrócone dane zawierają kod waluty i wszystkie istotne zmiany ceny.

  6. Wyniki możesz integrować z innymi narzędziami poprzez parsowanie zwracanego JSON'a, który zawiera pola: name, code, price, change, changePercent, nxtPrice, nxtChange, nxtChangePercent i currency.

Related skills

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122