← 返回
开发者工具 中文

Apple News (MacOS)

Open Apple News, read Apple News links, and run local News workflows on macOS using deterministic CLI commands and shortcut-based search fallback.
在 macOS 上打开 Apple News,阅读 Apple News 链接,并使用确定性 CLI 命令和基于快捷键的搜索回退来运行本地 News 工作流。
ivangdavila
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 506
下载
💾 16
安装
1
版本
#latest

概述

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 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 20:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,399
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,834
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,856