Clawvicular

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent and purpose-aligned, but users should notice its optional daily channel posting and its persistent local archive of searched sources.

Safe to install if you want this kind of content. Before enabling the cron, test the output manually, confirm the target channel is appropriate, and periodically review the saved sources archive.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Future posts may rely on stale, low-quality, or controversial links that were previously saved.

Why it was flagged

The skill intentionally stores web-discovered URLs in a persistent local archive that future runs may reuse.

Skill content
Every source with a URL gets indexed — this is the permanent archive.
Recommendation

Periodically review `references/sources.md`, remove bad sources, and avoid adding private or internal URLs.

What this means

If enabled, posts may be sent under your configured Telegram, Discord, or Slack integration.

Why it was flagged

The optional cron example uses an OpenClaw messaging channel to publish generated content, relying on whatever account or bot permissions that channel has.

Skill content
--announce --channel telegram --to "<channel-id>"
Recommendation

Use only an intended channel, test privately first, and confirm the bot/account has no broader posting permissions than needed.

What this means

If you set up the cron job, the skill can continue generating and announcing content every day.

Why it was flagged

The documented optional setup creates a recurring daily job that runs the skill until the user removes it.

Skill content
openclaw cron add --name "clawvicular-daily" \
  --cron "0 10 * * *"
Recommendation

Enable the cron only if you want automated daily posting, monitor the output, and use the documented `openclaw cron remove` command when no longer needed.