Install
openclaw skills install @matilda-grifin/ai-news-weekly-agentGenerate a weekly AI report with OpenClaw top skills, official announcements, industry news, and capped paper ratio in Markdown format.
openclaw skills install @matilda-grifin/ai-news-weekly-agentGenerate a weekly AI report in Markdown, including OpenClaw top skills, official announcements, industry news, and capped paper ratio.
python3 run_daily_digest.py --use-llm --llm-provider auto --window-hours 168 --max-paper-ratio 0.2 --min-official-items 3
ARK_API_KEYARK_MODELARK_ENDPOINT_ID (recommended, ep-xxx)OPENAI_API_KEYOPENAI_BASE_URL (if ends with /v1, script auto-expands to /chat/completions)OPENAI_MODEL (optional, but recommended)Notes:
.env.--llm-provider auto prefers Ark when Ark vars exist; otherwise uses OpenAI-compatible mode.DIGEST_WEBHOOK_URL: webhook for send notifications when using --sendUse runtime env injection in OpenClaw, or copy this template to local .env:
ARK_API_KEY=
ARK_MODEL=Doubao-Seed-1.6-lite
ARK_ENDPOINT_ID=
OPENAI_API_KEY=
OPENAI_BASE_URL=
OPENAI_MODEL=
DIGEST_WEBHOOK_URL=
This skill may access these external endpoints during execution:
https://ark.cn-beijing.volces.com (Ark LLM API)OPENAI_BASE_URL target (OpenAI-compatible provider endpoint)https://topclawhubskills.com (OpenClaw leaderboard snapshot)sources.json.env is not tracked and should never be committed.--use-llm is enabled.--allow-insecure-ssl.--allow-custom-llm-endpoint is provided.LLM_ALLOWED_HOSTS (comma-separated) to add trusted hosts.