.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.
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.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/<skill-name>SKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/<skill-name>SKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/<skill-name>SKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-trackerclawhub inspect @jeromeex/gold-tracker --version 1.0.3This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
missing frontmatterThis 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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:1e5564696a16acb46847eec5b162229b0e59a285e46c13cb8b7f4d8f51b968f7.cache/.gitkeep.gitignorealerts/.gitkeeparchive/.gitkeepconfig.example.yamlexamples/analyze_finish.shexamples/analyze_prep.shexamples/crontab.exampleexamples/generic-schedule.mdexamples/gold-tracker.serviceexamples/gold-tracker.timerexamples/run_cycle.shlogs/.gitkeeplogs/2026-08-13.yamllogs/gold-tracker.lognotifiers/email.shnotifiers/file.shnotifiers/webhook.shscripts/__pycache__/alert_manager.cpython-314.pycscripts/__pycache__/analyze_check.cpython-314.pycscripts/__pycache__/analyze_scaffold.cpython-314.pycscripts/__pycache__/archive_manager.cpython-314.pycscripts/__pycache__/archive.cpython-314.pycscripts/__pycache__/check_analysis.cpython-314.pycscripts/__pycache__/fetch.cpython-314.pycscripts/__pycache__/log_fetch.cpython-314.pycscripts/__pycache__/news_collect.cpython-314.pycscripts/__pycache__/normalize.cpython-314.pycscripts/__pycache__/notify.cpython-314.pycscripts/__pycache__/setup.cpython-314.pyc**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…