Back to list
zeulewan

apodc

by zeulewan

Personal Claude Code plugin marketplace

0🍴 0📅 Jan 1, 2026

SKILL.md


name: apodc description: Download NASA's Astronomy Picture of the Day (user) user_invocable: true

APOD - Astronomy Picture of the Day Downloader

Overview

This skill downloads the latest Astronomy Picture of the Day (APOD) from NASA's website and saves it to your Desktop along with metadata.

Instructions

When the user requests to download APOD or get today's astronomy picture:

  1. Run the download script:

    python3 ${CLAUDE_PLUGIN_ROOT}/skills/apod/download_apod.py
    
  2. The script will:

    • Fetch the latest APOD from https://apod.nasa.gov/apod/astropix.html
    • Download the high-resolution image
    • Save it to ~/Desktop/APOD/APOD_YYYY-MM-DD.{ext}
    • Create a metadata file ~/Desktop/APOD/APOD_YYYY-MM-DD.txt with title, description, and date
  3. Report the result to the user, including:

    • Success/failure status
    • File paths where the image and metadata were saved
    • Any errors encountered

Requirements

The following Python packages must be installed:

pip install requests beautifulsoup4

Special Cases

  • Videos: If APOD is a video (YouTube embed), the script will notify the user and skip the download
  • Network errors: Clear error messages will be displayed if the website is unreachable
  • Existing files: If today's APOD has already been downloaded, it will be overwritten

Examples

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

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon