返回顶部
d

dribbble-pinterest-search

Choose public search tags for Dribbble and Pinterest, run public search flows without login, and extract normalized result fields such as title, high-resolution image, author, source URL, and publish/update time when available. Use when Codex needs to collect design inspiration from Dribbble or Pinterest, design a keyword taxonomy for B-end/data-visualization themes, or explain how to get public search result fields from these two platforms.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
61
下载量
0
收藏
概述
安装方式
版本历史

dribbble-pinterest-search

# Dribbble Pinterest Search Use English tags, not Chinese keywords, for public design search on Dribbble and Pinterest. Treat search pages as candidate discovery and detail pages as field enrichment. Keep the workflow public-only: - Do not require cookies, sessions, or login-only APIs. - Prefer browser automation for both platforms. - Use detail pages only when search results do not expose a reliable high-resolution image, author, or publish/update time. ## Workflow 1. Choose a category and tag set. - For B-end/data-visualization use cases, load [references/tag-taxonomy.md](references/tag-taxonomy.md). - Prefer Dribbble for dashboard, scene, motion, and high-quality UI shots. - Prefer Pinterest for color, infographic, isometric, and reference-heavy categories. 2. Build the public search URL. - Dribbble: `https://dribbble.com/search/<urlencoded-tag>` - Pinterest: `https://www.pinterest.com/search/pins/?q=<urlencoded-tag>&rs=typed` 3. Collect candidate cards from the search page. - Dribbble: find `a[href*="/shots/"]`, then keep only links matching `/shots/<numeric-id>`. - Pinterest: find `a[href*="/pin/"]`, then keep only links matching `/pin/<numeric-id>/`. 4. Normalize search-card fields first. - Always capture at least: `title`, `platform`, `source_url`, `cover_image_url`, `keyword/tag`. - If search-card author or time is weak, leave it empty and enrich from the detail page. 5. Enrich from the detail page when needed. - Use detail pages for high-resolution cover images. - Use detail pages for `author_name`. - Use detail pages for `publish_time` or `updated_time` only when the public page exposes it reliably. 6. Return a normalized public-only record. - Keep unstable fields nullable. - Record which tag matched. - Do not fabricate publish times or authors. ## Extraction Rules Use these field priorities: - `title`: search-card text first, then detail-page meta/title. - `cover_image_url`: prefer highest `srcset` candidate or detail-page `og:image`. - `author_name`: prefer detail-page author metadata or title pattern. - `publish_time`: prefer detail-page `og:updated_time`, `createdAt`, `datePublished`, or equivalent. Leave `null` when unavailable. - `summary`: use normalized title or public description snippet. Platform-specific details live in: - [references/platform-methods.md](references/platform-methods.md) - [references/tag-taxonomy.md](references/tag-taxonomy.md) ## Guardrails - Stay within public pages and public metadata. - Expect DOM changes and anti-bot behavior; selectors are heuristics, not guarantees. - Treat Dribbble publish time as unstable on public pages. - Treat Pinterest `og:updated_time` as the best public timestamp unless richer relay data is needed. - Prefer English tags even for Chinese design topics. ## Output Shape Normalize results into a shape close to: ```json { "title": "", "platform": "dribbble|pinterest", "source_url": "", "cover_image_url": "", "author_name": "", "publish_time": null, "keyword": "", "category": "", "matched_tags": [] } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dribbble-pinterest-search-1775878283 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dribbble-pinterest-search-1775878283 技能

通过命令行安装

skillhub install dribbble-pinterest-search-1775878283

下载 Zip 包

⬇ 下载 dribbble-pinterest-search v1.0.0

文件大小: 4.71 KB | 发布时间: 2026-4-12 09:47

v1.0.0 最新 2026-4-12 09:47
- Initial release of dribbble-pinterest-search skill.
- Enables public (no-login) search and extraction from Dribbble and Pinterest using English tags.
- Normalizes and returns core fields: title, high-res image, author, source URL, and publish/update time when available.
- Outlines platform-specific field extraction priorities and public search workflows.
- Designed to assist with design inspiration collection and keyword taxonomy tasks for B-end/data-visualization themes.
- Emphasizes public-only workflows and robust field extraction guardrails.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部