-
Notifications
You must be signed in to change notification settings - Fork 369
Make Peekaboo skill docs the single source of truth for OpenClaw agent use #198
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
No fields configured for issues without a type.
Summary
There are currently two Peekaboo skill documents that appear to overlap:
openclaw/Peekaboo: https://github.com/openclaw/Peekaboo/blob/main/skills/peekaboo/SKILL.mdopenclaw/openclaw: https://github.com/openclaw/openclaw/blob/main/skills/peekaboo/SKILL.mdThis is confusing for agentic use because it is not obvious which file should be treated as canonical when Peekaboo command surfaces or recommended workflows change.
Why this matters
The Peekaboo project is likely the more up-to-date source for Peekaboo-specific behavior, command docs, validation workflows, and agent guidance. If OpenClaw keeps a separate copy of similar guidance, it can drift and cause agents to follow stale instructions.
Suggested direction
Use the Peekaboo repo's skill file as the single source of truth for Peekaboo-specific guidance:
openclaw/Peekaboo.openclaw/openclawPeekaboo skill to point to or consume the canonical Peekaboo skill instead of duplicating command/workflow reference content.openclaw/openclaw, such as the OpenClaw bridge socket behavior, if that context cannot live cleanly in the Peekaboo repo.Acceptance criteria