ai-high-quality-briefing

PassAudited by VirusTotal on Apr 30, 2026.

Overview

Type: OpenClaw Skill Name: ai-high-quality-briefing Version: 0.1.0 The skill is a well-structured tool for generating AI and technology news briefings in Chinese. It uses standard agent capabilities like `web_search` and `web_fetch` to gather information from reputable sources (arXiv, GitHub, Hacker News) and provides detailed templates for daily and weekly summaries. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the use of `cron` is appropriately limited to scheduling the briefing tasks as requested by the user.

Findings (0)

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

Private or account-only page content could be summarized into a briefing or publishable copy if the agent uses an authenticated browser page.

Why it was flagged

This allows the agent to rely on an authenticated browser session or already-open account pages, but the skill does not bound which accounts/pages may be used or require explicit confirmation before including that content in a briefing.

Skill content
optionally use browser snapshot on already-open or login-required pages
Recommendation

Only allow browser snapshots for pages you explicitly choose, and avoid using logged-in/private pages unless you are comfortable with their contents appearing in the generated output.

What this means

The agent may keep generating scheduled briefings until the reminder or cron entry is changed or removed.

Why it was flagged

The skill supports recurring reminder-style execution, which is purpose-aligned when requested but creates persistent future activity.

Skill content
When the user wants recurring briefings:
- use `cron`
Recommendation

Confirm the schedule, topic scope, and how to stop or edit the recurring briefing before enabling it.

What this means

The skill may fail to find its references or read from an unexpected local path if that path exists in the environment.

Why it was flagged

The skill points to reference files using a hardcoded absolute path tied to a specific local user directory rather than a portable relative skill path.

Skill content
Read `/Users/youke/.openclaw/workspace/skills/ai-high-quality-briefing/references-query-patterns.md`
Recommendation

Prefer packaged relative paths for the reference files and verify the installed files match the reviewed artifacts.