원클릭으로
apodc
Download NASA's Astronomy Picture of the Day (user)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Download NASA's Astronomy Picture of the Day (user)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
识别业务能力并分类子域(Core/Supporting/Generic),产出核心域声明与所有权建议。
从不变量出发设计聚合边界:聚合根、实体、值对象、事务边界与跨聚合一致性策略。
映射限界上下文间的关系与集成策略:模式选择、契约所有权、失败模式与版本策略。
设计限界上下文及其通用语言:边界、职责、词汇表、团队所有权与边界 ADR。
协作式领域发现:通过事件风暴或领域故事讲述,产出事件流、命令/事件候选、热点与歧义清单。
设计构造块间的协作机制:领域事件、领域服务、仓储接口与工厂。
| name | apodc |
| description | Download NASA's Astronomy Picture of the Day (user) |
| user_invocable | true |
This skill downloads the latest Astronomy Picture of the Day (APOD) from NASA's website and saves it to your Desktop along with metadata.
When the user requests to download APOD or get today's astronomy picture:
Run the download script:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/apod/download_apod.py
The script will:
~/Desktop/APOD/APOD_YYYY-MM-DD.{ext}~/Desktop/APOD/APOD_YYYY-MM-DD.txt with title, description, and dateReport the result to the user, including:
The following Python packages must be installed:
pip install requests beautifulsoup4
User request: "Download today's APOD" Action: Run the script and report that the image was saved to ~/Desktop/APOD/APOD_2025-12-19.png
User request: "Get the astronomy picture of the day" Action: Run the script and confirm the download with file locations
User request: "Fetch NASA's picture of the day" Action: Run the script and show the image title and save location