unsplash

インストール
CLI
npx skills add https://github.com/cevatkerim/skills --skill unsplash

CLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。

最終更新日: 4/24/2026

Agent Skills

A collection of reusable skills for AI coding agents.

Installation

Using the skills CLI:

npx skills add cevatkerim/skills

Or install a specific skill:

npx skills add cevatkerim/skills --skill unsplash

Available Skills

Unsplash

Search and fetch high-quality photos from Unsplash with automatic attribution.

Features:

  • Search photos by keyword with filters (orientation, color, sorting)
  • Random photo selection with optional filtering
  • Download tracking as required by Unsplash API
  • Automatic attribution in text and HTML formats
  • Shell-based implementation (no Python dependencies)

See skills/unsplash/README.md for detailed documentation.

Repository Structure

.
├── README.md           # This file
└── skills/
    └── unsplash/       # Unsplash photo search skill
        ├── SKILL.md
        ├── README.md
        ├── install.sh
        ├── .env.example
        ├── scripts/
        │   ├── lib/
        │   ├── search.sh
        │   ├── random.sh
        │   └── track.sh
        └── examples/

Support

If you find this project useful, consider buying me a coffee!

Buy Me A Coffee

License

MIT