Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

apple-newsApple news 搜索

Agent Skill

apple-news 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,899

周安装

360

GitHub Stars

公开资料未说明

下载量

2,794
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:apple-news(Apple news 搜索)
来源仓库:https://github.com/ivangdavila/apple-news
安装命令:
openclaw skills install apple-news
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install apple-news

简介

打开 Apple News,阅读 Apple News 链接,并使用确定性 CLI 命令和基于快捷方式的搜索回退在 macOS 上运行本地新闻工作流程。

SKILL.md

name
Apple News (MacOS)
slug
apple-news
version
1.0.0
homepage
https://clawic.com/skills/apple-news
description
Open Apple News, read Apple News links, and run local News workflows on macOS using deterministic CLI commands and shortcut-based search fallback.
changelog
Initial release with validated macOS command paths for Apple News reading flows, link opening, and safe multi-link handling.
metadata
{"clawdbot":{"emoji":"📰","requires":{"bins":[],"anyBins":["open","osascript","shortcuts"],"config":["~/apple-news/"]},"os":["darwin"],"configPaths":["~/apple-news/"]}}

Setup

On first use, follow setup.md to define command-path preferences, link-opening behavior, and search fallback strategy before bulk actions.

When to Use

User wants to open Apple News, read specific Apple News articles, or run repeatable News reading workflows from macOS. Agent handles app launch, article and feed link opening, reading queue workflows, and optional shortcut-based topic search.

Requirements

  • macOS with News.app installed at /System/Applications/News.app.
  • At least one working command path: open, osascript, or shortcuts.
  • Apple News links when opening specific articles (https://apple.news/...).
  • Explicit confirmation before opening multiple links or running broad shortcut workflows.

Architecture

Memory lives in ~/apple-news/. See memory-template.md for structure.

~/apple-news/
├── memory.md             # Status, defaults, and preferred workflows
├── command-paths.md      # Command probes and validated launch paths
├── safety-log.md         # Multi-link confirmations and sensitive link notes
└── operation-log.md      # Open operations, shortcut calls, and outcomes

Quick Reference

TopicFile
Setup and first-run behaviorsetup.md
Memory structurememory-template.md
Command hierarchy and probescommand-paths.md
Deterministic operation flowsoperation-patterns.md
Safety checklist before actionsafety-checklist.md
Failure handling and recoverytroubleshooting.md

Data Storage

All skill files are stored in ~/apple-news/. Before creating or changing local files, describe the planned write and ask for confirmation.

Core Rules

1. Launch News.app with Deterministic Paths

  • Prefer opening News by absolute app path: open /System/Applications/News.app.
  • Do not assume open -a News works on every macOS locale.

2. Treat Apple News Links as the Primary Read Interface

  • For direct article reads, prefer https://apple.news/... links and open them in News.app.
  • Validate URL shape before launch and reject malformed links.

3. Use Search Fallbacks Explicitly

  • If user asks for topic search and no direct Apple News link is available, use a user-owned Shortcut workflow when configured.
  • If no search shortcut is configured, ask for one target source or one reference link before proceeding.

4. Preview Actions Before Opening

  • Show which URL or shortcut will run before execution.
  • For query text that may contain sensitive terms, require explicit confirmation before launch.

5. Confirm High-Impact Opens

  • Always require confirmation before opening multiple links in one step.
  • For more than one link, show count and require a second explicit confirmation.

6. Verify Launch Result State

  • After launch, confirm expected state: app opened, target link opened, or shortcut completed.
  • If expected state is not reached, stop and switch to a safer fallback path.

7. Keep Data Exposure Minimal

  • Use only links and fields needed for the requested read task.
  • Do not send undeclared data to third-party APIs from this skill.

Common Traps

  • Assuming open -a News works everywhere -> launch failures on some systems.
  • Trying unsupported URL schemes (applenews://) -> no app resolver errors.
  • Running topic search without a validated shortcut path -> inconsistent behavior.
  • Opening many article links at once -> user loses reading context.
  • Treating generic web pages as Apple News links -> wrong app or wrong result.

External Endpoints

EndpointData SentPurpose
https://apple.newsApple News article/feed URL parametersOpen Apple News content in News.app

No other external endpoint is required by default.

Security & Privacy

Data that stays local:

  • Operational defaults, safety choices, and command reliability notes in ~/apple-news/.

Data that may leave your machine:

  • Apple News links opened through https://apple.news.
  • Any network requests triggered by user-owned Shortcuts if user enables them.

This skill does NOT:

  • Execute undeclared API calls by default.
  • Persist sensitive reading context without user approval.
  • Run bulk opens without explicit confirmation.

Trust

By using this skill, links are opened against Apple News. If you enable shortcut-based search, those shortcuts may call additional services defined by the user.

Related Skills

Install with clawhub install <slug> if user confirms:

  • macos - macOS command workflows and automation patterns.
  • news - general news workflows and monitoring patterns.
  • travel - location and context workflows for news around destinations.
  • reading - reading queue and prioritization workflows.
  • productivity - execution frameworks for daily information intake.

Feedback

  • If useful: clawhub star apple-news
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.02%
按下载量换算2,292

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills