Real Skill packageSource verifiedClawHub registry

Gold Tracker

A zero-dependency gold price tracking skill for AI agents. Fetches live gold prices and USD/CNY rates, validates data, detects price breakouts with dynamic volatility-based thresholds (0.5%-3%), archives logs daily with auto-cleanup, and generates briefings.

Identity and source

Publisher attributionJérôme Xinglin QIANregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 60% rule confidence
Package forminstruction with code66 recorded files
Canonical sourceClawHub registryclawhub:jeromeex:gold-tracker
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/13/2026.claude/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/13/2026.agents/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/13/2026skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @jeromeex/gold-tracker
clawhub inspect @jeromeex/gold-tracker --version 1.0.3

Security evidence

SkillVetAI static result: medium signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
33 / 66 inspected as text
Checked
8/13/2026, 7:58:57 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumSKILL.md has no parseable YAML frontmatterSKILL.md:1 · confidence 100%missing frontmatter
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
7 dependency and API indicators
  • api: clawhub.ai
  • api: oilprice.com
  • api: open.er-api.com
  • api: www.fxstreet.com
  • api: www.gold.org
  • api: www.mining.com
  • api: www.reuters.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/12/2026, 6:32:00 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:1e5564696a16acb46847eec5b162229b0e59a285e46c13cb8b7f4d8f51b968f7
Show up to 30 recorded paths
  • .cache/.gitkeep
  • .gitignore
  • alerts/.gitkeep
  • archive/.gitkeep
  • config.example.yaml
  • examples/analyze_finish.sh
  • examples/analyze_prep.sh
  • examples/crontab.example
  • examples/generic-schedule.md
  • examples/gold-tracker.service
  • examples/gold-tracker.timer
  • examples/run_cycle.sh
  • logs/.gitkeep
  • logs/2026-08-13.yaml
  • logs/gold-tracker.log
  • notifiers/email.sh
  • notifiers/file.sh
  • notifiers/webhook.sh
  • scripts/__pycache__/alert_manager.cpython-314.pyc
  • scripts/__pycache__/analyze_check.cpython-314.pyc
  • scripts/__pycache__/analyze_scaffold.cpython-314.pyc
  • scripts/__pycache__/archive_manager.cpython-314.pyc
  • scripts/__pycache__/archive.cpython-314.pyc
  • scripts/__pycache__/check_analysis.cpython-314.pyc
  • scripts/__pycache__/fetch.cpython-314.pyc
  • scripts/__pycache__/log_fetch.cpython-314.pyc
  • scripts/__pycache__/news_collect.cpython-314.pyc
  • scripts/__pycache__/normalize.cpython-314.pyc
  • scripts/__pycache__/notify.cpython-314.pyc
  • scripts/__pycache__/setup.cpython-314.pyc

Source changelog

**Major restructure and simplification of setup, validation, and analysis workflow.** - Unified initialization, health check, and directory creation under `verify.py init/check`. - Added standard shell scripts (`analyze_prep.sh`, `analyze_finish.sh`, `run_cycle.sh`) for zero-token, guided workflows. - Rewrote the operation manual for clarity—focusing on concise iron rules, schema templates, tighter forbidden phrase checks, and troubleshooting. - Changed main output YAML schema (logs/YYYY-MM-DD.yaml) to stricter, more compact form; removed redundant fields and steps. - All data sources, thresholds, and notification settings centralized in `config.yaml` (copied from example). - Decoupled strict validation/analysis from frequent data fetch; increased automation for archiving, notification, and deduplication. - Deprecated or replaced legacy scripts (`normalize.py`, `archive_manager.py`, etc…