skills$openclaw/gold_price_mcp
jjannet1.8k

by jjannet

gold_price_mcp – OpenClaw Skill

gold_price_mcp is an OpenClaw Skills integration for coding workflows. ดึงราคาทองคำปัจจุบันจาก api กลางของประเทศไทย

1.8k stars3.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namegold_price_mcp
descriptionดึงราคาทองคำปัจจุบันจาก api กลางของประเทศไทย OpenClaw Skills integration.
ownerjjannet
repositoryjjannet/gold-price-mcp
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jjannet/gold-price-mcp
last updatedFeb 7, 2026

Maintainer

jjannet

jjannet

Maintains gold_price_mcp in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
_meta.json
281 B
claude_desktop_config.json
243 B
gold-price-mcp.py
3.6 KB
readme.md
53 B
requirements.txt
17 B
run.sh
204 B
SKILL.md
531 B
test_api.py
2.3 KB
SKILL.md

name: gold_price_mcp description: ดึงราคาทองคำปัจจุบันจาก api กลางของประเทศไทย metadata: {"clawdbot":{"emoji":"💰","requires":{"bins":["python3.10"]}}} tools:

  • name: mcp_gold_price_mc_get_thai_gold_price # เปลี่ยนจาก get_thai_gold_price description: Get current Thai gold prices (gold ornament and gold bar prices) with latest update time. inputSchema: type: object properties: {} required: []

README.md

source .venv/bin/activate && python gold-price-mcp.py

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install gold_price_mcp?

Run openclaw add @jjannet/gold-price-mcp in your terminal. This installs gold_price_mcp into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jjannet/gold-price-mcp. Review commits and README documentation before installing.