name: "每日新闻摘要" description: "获取并总结今日科技新闻" version: "1.0.0" triggers: - "今日新闻" - "科技新闻" steps: - action: web_search query: "latest tech news today" max_results: 5 - action: summarize content: "{{search_results}}" style: "bullet_points" - action: respond message: "📰 今日科技新闻摘要: {{summary}}"
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill my-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of My Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-my-skill-16fa1736)More formats (shields.io, HTML) on the badges page.
name: "每日新闻摘要"
description: "获取并总结今日科技新闻"
version: "1.0.0"
triggers:
- "今日新闻"
- "科技新闻"
steps:
- action: web_search
query: "latest tech news today"
max_results: 5
- action: summarize
content: "{{search_results}}"
style: "bullet_points"
- action: respond
message: "📰 今日科技新闻摘要:
{{summary}}"Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!