fitness-planner-be76fc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fitness-planner-be76fc (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use the bundled wrapper script to run the planning CLI:
scripts/run_fitness_planner.sh --helpThis skill is for turning the existing Obsidian training log into an actionable upcoming plan.
Use this skill when the user wants to:
recover, maintain, or build planDo not use this skill to fetch new Strava data. Use fitness-agent for ingest and fitness-insights for retrospective analysis. Use fitness-planner for the next-step plan.
fitness-log notes under Activities/.auto: infer recover, maintain, or buildPlans/.Generate the next 7-day plan from the configured vault:
scripts/run_fitness_planner.sh plan generateGenerate a 14-day build plan with explicit overrides:
scripts/run_fitness_planner.sh \
--vault-path "/path/to/YourVault" \
--root-folder "Fitness/Strava" \
plan generate \
--days 14 \
--goal build \
--start-date 2026-03-16The skill writes these artifacts under the configured root folder:
Plans/Training Plans.basePlans/Fitness Planner.mdPlans/Generated/YYYY-MM-DD-next-7-days-auto.md or similarThe generated plan note includes:
build despite recovery signals in recent data.$fitness-planner 基于我现有的运动数据生成下一周训练计划$fitness-planner 给我做一个未来两周的 build 计划$fitness-planner 根据最近训练量生成更保守的恢复周安排fitness_planner.py: self-contained CLI entrypoint packaged with the skill.src/fitness_planner/: parser, analysis engine, planning heuristics, and output generators.scripts/run_fitness_planner.sh: stable wrapper for local execution.references/planning_heuristics.md: heuristic planning rules and caution language.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.