design-platform-search

Run public design search flows on Dribbble, Pinterest, and Behance without login, and extract normalized result fields such as title, search-page cover image, author, source URL, and publish time when available. Use when Codex needs a reusable method for public inspiration retrieval across major design platforms, especially when the collection strategy should stay lightweight and search-page-first.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "design-platform-search" with this command: npx skills add joeyyyy0430/design-platform-search

Public Design Search

Use public search pages as the primary source of truth and keep the workflow login-free.

Workflow

  1. Choose search tags.

    • Prefer English tags for these three platforms unless a platform clearly supports another language.
    • Load references/tag-taxonomy.md for generic tag-selection guidance and example category/tag patterns.
    • Keep tag choice independent from platform-specific extraction logic.
  2. Build public search URLs.

    • Dribbble: https://dribbble.com/search/<urlencoded-tag>
    • Pinterest: https://www.pinterest.com/search/pins/?q=<urlencoded-tag>&rs=typed
    • Behance: https://www.behance.net/search/projects?search=<urlencoded-tag>
  3. Collect candidate cards from the search page.

    • Prefer browser automation over raw HTTP for all three platforms.
    • Normalize search-card fields first: title, source_url, cover_image_url, summary, author_name when exposed, and raw_metrics when exposed.
  4. Backfill sparingly.

    • Default: keep the search-page cover_image_url.
    • Use detail pages primarily for publish_time.
    • Only backfill author_name when the search card exposes nothing and the request budget allows it.
    • On constrained servers or proxy-heavy environments, disable Pinterest detail backfill entirely and rely on search-page results.
  5. Return a normalized public-only record.

    • Keep unstable fields nullable.
    • Record the input tag or matched tag set when useful.
    • Do not fabricate authors, publish times, or engagement metrics.

Extraction Priorities

  • title: search-card title first, then safe public meta/title fallback.
  • cover_image_url: search-page image first; only do light URL upgrades when the site uses obvious small fixed-size variants.
  • author_name: search-card author first; leave Unknown if public search does not expose it reliably.
  • publish_time: detail-page public metadata when available; otherwise null.
  • summary: normalized title or short public snippet.

Platform-specific rules live in:

Network Guidance

  • Pinterest and Behance may require VPN or proxy access in restricted regions.
  • Browser traffic may work best through SOCKS5 while image download or pHash download may need an HTTP proxy.
  • Verify network reachability before changing selectors.
  • If a platform is reachable only through unstable proxies, reduce detail backfill before changing the tag set.

Guardrails

  • Public pages only. No login-only APIs, cookies, or authenticated sessions.
  • Prefer search-page fields over detail scraping whenever they are good enough.
  • Do not chase high-resolution cover images unless the search-page image is clearly unusable.
  • Treat missing metrics as normal.
  • Expect DOM drift and anti-bot behavior.
  • These three platforms are effectively English-first in most reusable workflows.

Output Shape

Normalize results into a shape close to:

{
  "title": "",
  "platform": "dribbble|pinterest|behance",
  "source_url": "",
  "cover_image_url": "",
  "author_name": "",
  "publish_time": null,
  "keyword": "",
  "matched_tags": []
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Postnify

Postnify is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Go...

Registry SourceRecently Updated
910Profile unavailable
General

ZenQuote

Daily inspirational quotes from ZenQuotes.io. Get daily wisdom, random quotes, quote images. Supports automated daily delivery via cron scheduling.

Registry SourceRecently Updated
1010Profile unavailable
General

企业年金查询技能 Pro

企业年金智能查询技能。搜索并确认企业年金信息,输出带来源链接和错误检查的标准化调查报告。只查询企业年金,不查询职业年金。

Registry SourceRecently Updated
2410Profile unavailable
General

Bing CN Search

使用必应中文搜索(Bing CN)获取互联网信息。当用户询问新闻、时事、需要搜索互联网内容、或提到"搜索一下"、"查一下"、"网上说"等场景时触发。

Registry SourceRecently Updated
3830Profile unavailable