jike-digest

PassAudited by ClawScan on May 10, 2026.

Overview

This skill appears to do what it claims—fetch recent Jike topic posts, filter them, and write a local Markdown digest—with only disclosed, purpose-aligned local file and CLI use.

Before installing, confirm you trust the local autocli tool, set the topic ID and output directory deliberately, and use a dedicated folder because the workflow may replace existing digest files for the same topic/date.

Findings (2)

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

If the output directory is misconfigured, existing digest files for that topic/date could be overwritten or removed.

Why it was flagged

The skill instructs the agent to delete or clear existing files for the current topic/date before writing the new digest. This is scoped to generated output and purpose-aligned, but users should make sure BASE_DIR is set correctly.

Skill content
若 `{BASE_DIR}/{topic_id}/{YYYYMMDD}/` 已存在则清空与当前 topic 相关文件
Recommendation

Set BASE_DIR to a dedicated digest folder and avoid pointing it at directories containing unrelated files.

What this means

The safety and behavior of the actual Jike fetching step depends on the user's local autocli installation, which was not reviewed here.

Why it was flagged

The main data-fetching behavior depends on an external 'autocli' command, but that dependency is not included, pinned, or installed by the reviewed skill artifacts.

Skill content
- **autocli**:获取 Topic 内容
Recommendation

Use a trusted autocli installation and verify what account or network access it uses before running the digest workflow.