A Share Site Crawl
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is mostly a coherent public-market crawler, but it may ask to use logged-in browser profiles or cookies without a clear credential boundary.
Install only if you are comfortable with a web-crawling helper for the named A-share sites. For normal public crawling, the artifacts look purpose-aligned. Be cautious if asked for logged-in Snowball/Xueqiu access, browser profiles, or cookies: use a separate session, keep it read-only, and do not provide broader account access than necessary.
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.
If used with a real logged-in profile or cookies, the agent may see account-specific site content and operate through the user's session.
The skill may request access through a user's logged-in browser session or cookies, but the metadata declares no credentials and the artifacts do not define strict handling, isolation, or read-only boundaries.
Ask for stronger access only when the user explicitly wants better extraction from a restricted site, especially 雪球. Examples: attached Chrome relay tab; logged-in browser profile; cookies or authenticated environment
Use a separate, low-privilege browser profile or temporary session if authenticated access is needed; avoid sharing raw cookies; confirm the task is read-only and scoped to the named sites.
The skill may generate browsing or fetch traffic to the listed market-information sites and reveal the user's query interests to those sites.
Browser and fetch access to external financial sites is central to the skill's stated purpose, but users should understand that crawl requests are sent to third-party sites and may encounter access controls.
Prefer `browser` for page truth and `web_fetch` for cheap probing.
Keep crawls scoped to the requested sites and pages, respect login walls and anti-bot restrictions, and avoid bulk or scripted collection unless the user explicitly approves it.
If the user later wires this into a scheduler, it could repeatedly collect and retain public market records.
The skill discusses recurring cron-style workflows, but the artifacts do not include code that installs persistence or runs autonomously.
building repeatable market-news collection, normalization, and cron workflows
Only enable recurring jobs deliberately, with clear rate limits, retention rules, site scope, and a way to stop the job.
