Real Skill packageSource verifiedClawHub registry

drivethru-production-scheduler

Schedule MRP production batches in Odoo (BaconCo) — the fluid shop-floor scheduler. Periodically read open `mrp.production.batch` records, rank them into a run order by the shop rule (manual pins first, then art readiness, then imminent event dates, then earliest governing deadline), write that order back to the floor, and refine it into machine + time slots where the picture is solid. Defers batches whose decals aren't printed or whose artwork isn't digitized below work that can actually run, and expedites them t…

Identity and source

Publisher attributionzmtuckerregistry owner unverified by skillvetai
Functional categoryWriting, Content & Translationautomatically inferred · 55% rule confidence
Package forminstruction with code5 recorded files
Canonical sourceClawHub registryclawhub:zmtucker:drivethru-production-scheduler
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/21/2026.claude/skills/drivethru-production-scheduler
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. 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/21/2026.agents/skills/drivethru-production-scheduler
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. 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/21/2026skills/drivethru-production-scheduler
2 structural issues
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md
  • error: metadata.openclaw.install must be an array. 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 @zmtucker/drivethru-production-scheduler
clawhub inspect @zmtucker/drivethru-production-scheduler --version 0.4.0

Security evidence

SkillVetAI static result: no findings detected

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
5 / 5 inspected as text
Checked
8/21/2026, 1:59:10 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: odoo.example.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/20/2026, 8:01:23 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:dae295fc8674e982eb2623e34f290bf4222406de2a7876537d0f9ae06a2766f4
Show up to 5 recorded paths
  • references/receipt_readiness.md
  • references/scheduling_algorithm.md
  • scripts/odoo_mcp.py
  • skill-card.md
  • SKILL.md

Source changelog

drivethru-production-scheduler 0.4.0 introduces art readiness and improved deadline handling to production batch scheduling. - Adds prioritization based on art readiness; batches blocked by unfinished decals or unready artwork are deferred until they risk lateness, then are expedited. - Queue ranking now considers three main factors: manual pins, art readiness (with escalation for urgent jobs), and imminent deadlines (event or ship date). - Event date logic refined: only events within a set horizon (default 5 days) drive priority; far-off events no longer jump urgent ship dates. - Queue payload now identifies and reports art blockers and at-risk batches for clearer scheduling decisions. - Documentation updated to reflect the new art and deadline handling model. - Removes deprecated skill card documentation (skill-card.md).