원클릭으로
media-logos
Manage company/product logo images in media/. Auto-fetch missing logos from logo.dev API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage company/product logo images in media/. Auto-fetch missing logos from logo.dev API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add or update a competitor profile, signals, and ICP insights in data/competitors/
Create or edit corkboard-style investigation boards that visualize relationship networks between companies, people, and products. Use when the user wants to map out connections, create relationship diagrams, or build visual investigation boards.
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD.
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format.
| name | media-logos |
| description | Manage company/product logo images in media/. Auto-fetch missing logos from logo.dev API. |
| user_invocable | false |
| triggers | ["when the user mentions a company or product that needs a logo","when adding or referencing images in media/"] |
When a company or product is mentioned and no corresponding image exists in media/, automatically fetch its logo using the logo.dev API.
media/Technology/
agents/ # AI agents and coding tools
b2b products/ # B2B SaaS products
b2c products/ # Consumer-facing products
company/ # Company logos
open-source/ # Open-source project logos
Search media/Technology/ subdirectories for an existing image matching the company/product name (case-insensitive, any image extension).
If no image exists, use the logo.dev API to fetch it:
curl -o "media/Technology/<category>/<name>.png" \
"https://img.logo.dev/<domain>?token=$LOGO_DEV_API_KEY&size=200&format=png"
<domain>: The company's primary domain (e.g., openai.com, salesforce.com)$LOGO_DEV_API_KEY: Stored in .env as LOGO_DEV_API_KEYPlace logos in the appropriate subdirectory:
Claude Code AI Logo.jpg).png format for new downloadsLOGO_DEV_API_KEY is not set in .env, warn the user to add it