TopTechPhoto

Find Assets — Development skill for Claude Code

Development community

Find assets in the Pics.io library by topic, collection or metadata.

How to install Find Assets

Installs to ~/.claude/skills/toptechphoto-picsio-mcp-plugin-find-assets/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toptechphoto-picsio-mcp-plugin-find-assets && curl -fsSL https://raw.githubusercontent.com/TopTechPhoto/picsio-mcp-plugin/HEAD/commands/find-assets.md -o ~/.claude/skills/toptechphoto-picsio-mcp-plugin-find-assets/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Find Assets does


description: Find assets in the Pics.io library by topic, collection or metadata argument-hint: [what to look for, e.g. "approved autumn campaign hero images"]

Find assets in Pics.io matching: **$ARGUMENTS**

Follow the `picsio-asset-search` skill:

  1. If the request names a topic, campaign, client, brand or event, call picsio_search_collections first and pick the matching collection(s).
  2. Call picsio_search_assets with those collection_ids plus the filters the request impl

Alternatives in Development

  • Module Build — Build and package a module for distribution (compile assets + zip) 407 ★
  • Tailor — Set CC in /tailor mode, Ask claude for changes and improvements to the application assets argument-hint compan 167 ★
  • EvoTrace — Compile real-world Claude Code and Codex trajectories into verified, tradable post-training assets 161 ★

Full documentation available on GitHub

View Source Repository