Aky Select
AdvisoryAudited by Static analysis on May 8, 2026.
Overview
No suspicious patterns detected.
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.
Installing or running the skill depends on AkShare and its transitive dependencies running locally.
The skill relies on a third-party Python package for market-data access. This is disclosed and expected for the stock-screening purpose.
[0] uv | package: akshare
Install from a trusted package source and review or pin the dependency if you require stricter supply-chain control.
The script can continue running automatically after installation and write daily log files.
The documentation provides a command that, if the user runs it, adds a recurring weekday cron job for the stock screener.
(crontab -l 2>/dev/null; echo "5 15 * * 1-5 cd ~/.openclaw/workspace && python3 skills/aky-select/scripts/aky_select.py >> skills/aky-select/logs/aky_\$(date +\%Y\%m\%d).log 2>&1") | crontab -
Only add the cron entry if you want daily scheduled runs; use crontab -e or crontab -l to review and remove duplicate or unwanted entries.
