Context
Plugin Library “Apply to bot…” needs to attach a skill (e.g. pstack poteto-mode) to one named Grok Bot. Today Applier returns missing_attach_api.
Current state
gbot bots update = profile fields only (no skill attach)
- AB skills are plugin-scoped host files loaded by Cursor/Claude/Codex — not addressable to one Grok Bot id
- In Grok Bot, skills are a global shared library across assistants
- Honest interim only: profile bake (
gbot bots update --description) or nudge (gbot send)
Ask
A real per-bot skill attach API (gbot and/or agent-bundle), or a documented decision that per-bot attach is out of scope.
Acceptance
apply(plugin_id, skill_id, bot_ref) can attach without mutating unrelated bots
- Or explicit “use profile_bake / account-wide only” product decision
Filed from Plugin Applier for Plugin Library Delivery.
Context
Plugin Library “Apply to bot…” needs to attach a skill (e.g. pstack
poteto-mode) to one named Grok Bot. Today Applier returnsmissing_attach_api.Current state
gbot bots update= profile fields only (no skill attach)gbot bots update --description) or nudge (gbot send)Ask
A real per-bot skill attach API (gbot and/or agent-bundle), or a documented decision that per-bot attach is out of scope.
Acceptance
apply(plugin_id, skill_id, bot_ref)can attach without mutating unrelated botsFiled from Plugin Applier for Plugin Library Delivery.