Autohome - 汽车之家资讯获取技能
汽车资讯获取技能,用于获取汽车之家最新资讯并格式化输出。当用户需要最新的汽车新闻、汽车行业动态、新车发布信息时使用此技能。支持定时任务配置、格式化输出、带链接的资讯摘要。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 32 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the contained assets: SKILL.md, README, cron templates and a shell script all implement fetching/formatting Autohome news. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions direct use of web_fetch (network fetches of https://www.autohome.com.cn), openclaw cron (to create scheduled deliveries), and executing system commands. The provided script currently uses simulated data rather than performing live web_fetch; otherwise the actions are scoped to fetching/formatting news and scheduling deliveries. Be aware the agent will perform network requests and may run shell commands when invoked.
Install Mechanism
No install spec is provided (instruction-only + small script). Nothing is downloaded from third-party URLs or written to system locations by an installer.
Credentials
The skill declares no required environment variables or credentials. It does reference platform capabilities (openclaw cron, web_fetch) and may write output/log files under the user account when run — this is proportionate for a news-fetching script.
Persistence & Privilege
always:false and user-invocable:true. The skill instructs creation of cron jobs via openclaw cron which grants it persistent scheduled execution (expected for a notifier). The skill does not request elevated system-wide privileges or modify other skills' configs.
Assessment
This skill is coherent with its stated purpose and doesn't request secrets or perform suspicious installs. Before installing: 1) confirm the target USER_ID and channel in cron commands so automated messages aren't sent to unintended recipients; 2) know that scheduled jobs (openclaw cron) will persist and send messages through your configured integrations (Feishu/etc.), so verify those integrations' permissions are managed by the platform, not this skill; 3) the example script uses simulated data — if you enable live fetching, review how web_fetch is invoked and any limits (rate, extract size) and test manually first; 4) be aware the script writes output/log files under the invoking user's filesystem (~/.cache, ~/.logs or working directory) — ensure this is acceptable; 5) review the upstream repository/source (homepage is unknown) if you need provenance. Overall the package appears benign and proportionate.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download zipautohomeautomotivecarchinalatestnews
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Autohome - 汽车资讯获取技能
本技能用于获取汽车之家(autohome.com.cn)的最新汽车资讯,并提供格式化输出。
功能概述
- 获取最新汽车资讯 - 从汽车之家新闻页面获取最新的10条资讯
- 格式化输出 - 按照标准格式输出资讯,包含标题、链接、摘要
- 定时任务支持 - 可配置为每日定时执行
- 询价入口 - 每条资讯包含"立即询价"链接
使用场景
当用户需要:
- 获取最新的汽车行业新闻
- 了解新车发布信息
- 跟踪汽车技术发展动态
- 配置每日汽车资讯推送
基础使用方法
1. 获取当日资讯
直接请求获取最新的汽车资讯:
获取汽车之家最新10条资讯
2. 配置定时任务
创建每日定时任务(每天早上9点执行):
openclaw cron add --name "daily-car-news" --cron "0 9 * * *" --message "获取汽车之家最新10条资讯" --to "user:用户ID" --channel feishu --announce --description "每天上午9点获取汽车之家最新资讯"
输出格式
技能会按照以下格式输出资讯:
2026 年 [月] [日]汽车之家最新 10 条资讯汇总
摘要:摘要内容
摘要:摘要内容
...
格式说明
- 加粗标题 - 突出显示日期和汇总信息
- 编号列表 - (1)到(10)的编号
- 双链接格式 - 标题链接 + | + 立即询价链接
- 空格分隔 - 标题和摘要之间4行空行,每条资讯之间1行空行
- 摘要标签 - 摘要内容前有"摘要:"标签
高级配置
自定义时间
修改cron表达式调整执行时间:
- 每天中午12点:
0 12 * * * - 每天下午6点:
0 18 * * * - 工作日早上9点:
0 9 * * 1-5
修改接收人
更新定时任务的接收目标:
openclaw cron edit <任务ID> --to "user:新用户ID"
禁用/启用任务
openclaw cron disable daily-car-news
openclaw cron enable daily-car-news
技术实现
数据来源
- 汽车之家新闻页面:https://www.autohome.com.cn/news/
- 使用web_fetch工具获取页面内容
- 解析最新10条资讯的标题、链接和摘要
依赖工具
web_fetch- 获取网页内容exec- 执行系统命令openclaw cron- 管理定时任务
故障排除
常见问题
- 资讯获取失败 - 检查网络连接和汽车之家可访问性
- 格式问题 - 确保按照标准格式输出
- 定时任务不执行 - 检查cron服务状态:
openclaw cron status
调试命令
# 查看所有定时任务
openclaw cron list
# 查看任务状态
openclaw cron status
# 手动运行任务测试
openclaw cron run daily-car-news
更新日志
- v1.0 (2026-03-16): 初始版本,支持基本资讯获取和格式化输出
- 功能:获取最新10条汽车资讯、格式化输出、定时任务配置
Files
7 totalSelect a file
Select a file to preview.
Comments
Loading comments…
