# Dribbble Reference Harvester

> Use when the user wants to collect design references from Dribbble into a local folder, build a reference set for AI design prompting, or run the Dribbble CLI in this repo with a search query, limit, output directory, or headful debugging.

- Skill: `lakr233/dribbble-reference-harvester` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lakr233/dribbble-reference-harvester`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lakr233/dribbble-reference-harvester/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lakr233 (https://skillmd.com/u/lakr233)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lakr233/dribbble-reference-harvester

---


# Dribbble Reference Harvester

Use this skill to gather visual references from Dribbble with the local CLI in this repository.

## Workflow

1. Confirm the repo dependencies exist. If `node_modules` is missing, run `npm install` in the repo root.
2. Run the wrapper script:

```bash
./skills/dribbble-reference-harvester/scripts/collect.sh "landing page" --limit 12
```

3. Tell the user where results were written.

## Notes

- Default output is `output/<query-slug>/`.
- Pass `--output <dir>` to separate runs.
- Pass `--headful` when selectors need debugging.
- The manifest is at `output/<query-slug>/manifest.json`.

