Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/itamarzand88/cli-anything-web/pexels-clinpx skills add ItamarZand88/CLI-Anything-WEB --skill pexels-cligit clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEBWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/itamarzand88/cli-anything-web/pexels-cli)<a href="https://agentmods.dev/skills/itamarzand88/cli-anything-web/pexels-cli"><img src="https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/pexels-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00094 | $0.00769 |
| Opus 5 | $0.00047 | $0.00385 |
| Sonnet 5 | $0.00019 | $0.00154 |
| Haiku 4.5 | $0.00009 | $0.00077 |
Grade A, and why
pexels-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cli-web-pexels
Search and download Pexels stock photos and videos (no auth, Cloudflare bypass built in).
Install: pip install cli-web-pexels
Commands
| Command | Purpose | Key options |
|---|---|---|
photos search QUERY |
Search photos | --orientation landscape|portrait|square, --size large|medium|small, --color HEX_OR_NAME, --page N |
photos get SLUG |
Photo details (image URLs, EXIF, location) | slug or numeric ID |
photos download SLUG |
Download a photo (JPEG) | --size small|medium|large|original, -o/--output PATH |
videos search QUERY |
Search videos | --orientation, --page N |
videos get SLUG |
Video details (video_files[] with quality/fps/link) |
slug or numeric ID |
videos download SLUG |
Download a video (MP4) | --quality sd|hd|uhd (default hd), -o/--output PATH |
users get USERNAME |
Photographer profile | |
users media USERNAME |
A user's uploaded photos/videos | --page N |
collections get SLUG |
Collection detail + media | --page N |
collections discover |
Popular and curated collections |
Examples
# Landscape nature photos; grab the first download URL
cli-web-pexels photos search "mountain lake" --orientation landscape --json | jq '.data[0].download_url'
# Photo details by slug (slug comes from search results)
cli-web-pexels photos get green-leaves-1072179 --json
# Download original size to a path
cli-web-pexels photos download green-leaves-1072179 --size original -o leaves.jpg
# Search videos and inspect HD renditions
cli-web-pexels videos get long-narrow-road-856479 --json | jq '.video_files[] | select(.quality=="hd")'
# Photographer profile
cli-web-pexels users get catiamatos --json
JSON output
Read commands accept --json and return the data directly — search returns {"data": [{id, title, slug, photographer, image_url, download_url, ...}]}, get returns the photo/video object. Errors return {"error": true, "code": "...", "message": "..."}. Download commands write the file and print the path (no --json flag).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 57 lines · 94 tokens per session scan A 90539ff1d421
pexels-cli is a skill published in the GitHub repository ItamarZand88/CLI-Anything-WEB (216 stars, last pushed 10d ago), licensed MIT. It adds 94 tokens to every session and 769 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
playwright-test-generator
Use when someone wants to add, write, create, or scaffold new Playwright end-to-end tests for a page, flow, form, component, uncovered route, or first-project setup. The skill analyzes coverage gaps, explores live pages only on local/disposable or externally isolated approved non-production targets, proposes scenarios…
playwright-test-generator
Use this skill to generate new Playwright end-to-end tests from scratch — for a page, a user flow, a form, or a component — taking them from zero to reviewed, passing specs. Reach for it whenever someone wants to add, write, create, or scaffold Playwright E2E coverage, fill coverage gaps for uncovered routes, or…
playwright-gif-capture
Specialization of playwright-harness for capturing an ANIMATED GIF of web content: drive a page/canvas/WebGL animation, grab a sequence of frames, and encode a looping GIF. Use when the task is "make a gif of this", "grab a gif of the demo/animation/shader", "record the canvas as a gif", or "capture a looping clip for…
qa-explore
Exploratory end-to-end QA with a team of agents that drive a real browser like human testers — they click through the whole app, create/fill/submit, screenshot and visually judge rendering + data correctness, capture trace/HAR/console/video evidence, adversarially verify each finding, learn from rejected findings, and…
capturing-flows
Use when motion is the evidence, such as demonstrating a multi-step flow, a transition, a loading state, or a bug that only shows while it happens, by recording a browser session and delivering it as a GIF.