Daily Finance
v1.0.1每日全球财经要闻速览,涵盖股市、加密货币、宏观经济,中英双语精美呈现。Daily global financial news briefing covering stock markets, crypto, and macro economy — bilingual EN/CN visual dashboard....
⭐ 0· 44·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (daily finance briefing) match the instructions and included scripts: the SKILL.md asks the agent to web-search financial news, produce a bilingual HTML dashboard, and the repo contains small local scripts for push scheduling. No unrelated credentials, binaries, or packages are requested.
Instruction Scope
SKILL.md instructs the agent to use web_search for market/news data and to save output to /mnt/user-data/outputs/daily-finance.html — this is expected for a content-generation skill. It also documents push management CLI usage that reads/writes JSON under data/users. The instructions do not ask for arbitrary system files or secret env vars, but they do rely on internet search results (web_search) and writing to the agent's user-data mount.
Install Mechanism
No install spec; code is instruction-only plus a few small local Node scripts. Nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required environment variables or credentials. The included scripts operate on a local data/users directory only and sanitize inputs; no secrets or unrelated service tokens are requested.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The push-toggle script emits __OPENCLAW_CRON_ADD__/__OPENCLAW_CRON_RM__ markers to register scheduled pushes — this implies the platform will schedule deliveries if the CLI is invoked. This scheduling behavior is expected for a push-capable skill but grants the skill the ability to request scheduled runs when the user enables pushes.
Assessment
This skill appears coherent and self-contained: it scrapes web news (via web_search), generates a single HTML dashboard at /mnt/user-data/outputs/daily-finance.html, and includes small local Node scripts to manage scheduled push delivery by writing data/users/*.json and printing platform scheduling markers. Before installing, confirm you are comfortable with the agent performing web searches and writing files to the /mnt/user-data area. If you plan to use the push feature, understand that running push-toggle.js will register scheduled tasks (via the platform markers) and create per-user JSON under data/users; review those files if they will contain any sensitive info. There are ad-slot divs in the HTML spec—be aware you (or the agent) might later populate them with external ad resources. Overall the package does not request credentials or external downloads and looks consistent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97bgkv2zy8k6p27kxxyw6z7d1843dm3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
