Compétences daily-news-report
📰

daily-news-report

Sûr 🌐 Accès réseau

生成每日科技新闻报告

此技能可自动从多个来源收集每日的科技新闻,并整理成一份结构化的 Markdown 报告,省去数小时的手动调研时间。

Prend en charge: Claude Codex Code(CC)
🥉 73 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "daily-news-report". Run daily-news-report skill

Résultat attendu:

在 NewsReport/ 目录中生成 Markdown 文件,包含:带日期的标题、统计摘要(来源数量、收集条目数)、20 条高质量条目,每条包含摘要、要点、来源链接、关键词和质量评分。

Utilisation de "daily-news-report". Run daily-news-report for 2026-02-15

Résultat attendu:

生成 '2026-02-15-news-report.md',包含该日期的新闻,仅包含不在缓存历史中的文章。

Audit de sécurité

Sûr
v1 • 2/24/2026

All static findings are false positives. The skill is a legitimate news aggregation tool that scrapes public websites and generates markdown reports. Content hashing uses MD5 for deduplication (not security), backticks are markdown code fences (not shell execution), hardcoded URLs are the core functionality, and environment checks are fallback mechanisms.

3
Fichiers analysés
588
Lignes analysées
5
résultats
1
Total des audits
Problèmes à risque moyen (1)
External Command Pattern in Documentation
The skill uses backtick syntax in documentation. This is markdown code fence formatting, not actual shell command execution.
Problèmes à risque faible (3)
Hardcoded URLs in Configuration
The skill contains hardcoded URLs to news sources. These are legitimate public websites being scraped as the core functionality.
Content Hashing for Deduplication
The skill uses MD5 hashing for content deduplication. This is appropriate for content fingerprinting, not security.
Environment Detection for Compatibility
The skill checks for sub-agent availability as part of fallback mechanism.
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
50
Communauté
94
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

开发者每日研究简报

软件开发者每天早晨使用此技能获取精选的科技新闻和文章摘要,无需手动访问多个网站。

团队知识共享

技术团队负责人生成每日报告与团队分享,让每个人都能及时了解最新的技术趋势和工具。

Newsletter 内容策展

内容创作者将生成的报告作为每周科技Newsletter或博客文章的素材来源。

Essayez ces prompts

基础每日报告
Run the daily-news-report skill to generate today's tech news report.
指定日期报告
Use the daily-news-report skill with the argument [optional: 2026-02-20] to generate a report for a specific date.
按主题筛选
Run daily-news-report skill and prioritize content related to AI and machine learning in the final report.
完整多来源报告
Execute daily-news-report with all available sources including browser-based sources to generate a comprehensive report.

Bonnes pratiques

  • 在早晨运行此技能,此时来源网站内容最新
  • 查看质量评分以了解内容筛选方式
  • 检查缓存以避免与先前报告重复

Éviter

  • 不要在同一天多次运行此技能,否则只会产生重复内容
  • 不要期望获取实时新闻——从发布到抓取存在延迟
  • 不要依赖此技能获取突发新闻——它专为每日精选摘要设计

Foire aux questions

此技能从哪些来源抓取内容?
此技能从 Hacker News、HuggingFace Papers、Paul Graham Essays、One Useful Thing、James Clear、Farnam Street、HackerNoon、Scott Young、Product Hunt 和 Latent Space 抓取内容。
生成报告需要多长时间?
根据来源可用性不同,生成报告大约需要 2-6 分钟。仅使用一级来源大约需要 2 分钟。
我可以添加自己的新闻来源吗?
目前,来源配置需要直接编辑 sources.json 文件。不支持通过提示添加自定义来源。
如果某个来源不可用会怎样?
此技能具有容错能力——如果某个来源失败,它会继续处理其余来源并记录错误。失败的来源会在配置中标记。
此技能在无网络环境下能工作吗?
不能,此技能需要互联网连接来抓取新闻来源。如果外部网站无法访问,它将失败。
质量评分是如何工作的?
每个来源都有平均质量评分(3.8-4.8)。文章评分基于来源可信度、互动指标和与技术主题的相关性。

Détails du développeur

Structure de fichiers