بنقرة واحدة
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