mirror of
https://github.com/Starchild-ai-agent/official-skills.git
synced 2026-09-18 10:19:40 +08:00
2bb14704da
The prompt injects only each skill's first sentence (90-char cap, _first_sentence in clawd core/skills/loader.py). For these 7, the old first-sentence cut dropped info that helps the agent pick the RIGHT skill — not just trailing examples: - ibkr: keeps 'not cloud' (LOCAL TWS/IB Gateway, not a cloud key) - temp-files: keeps 'distinct from the backup skill' - cli-bridge: keeps 'agent-shell local-exec channel' - creator-paywall: adds '(not fiat/Stripe)' - image-create: adds '(no reference photo)' — disambiguates from edit/portrait - image-edit: 'of an existing image' — disambiguates from create - image-portrait: 'from a reference photo' — disambiguates from create No content removed — details reordered so the 90-char first sentence is self-contained. The other 12 skills whose old cut only dropped example lists are left untouched (no behavioural impact). Each fix carries a patch version bump. skills.json is CI-regenerated on merge. Co-authored-by: Starchild <noreply@iamstarchild.com>