find-skills/SKILL.md
# Find Skills This skill helps you discover and install skills from the skills.sh ecosystem. ## When to Use This Skill Use this skill when: - User asks "how do I do X" where X might need a specialized skill - User says "find a skill for X" or "is there a skill for X" - User asks "can you do X" where X requires capabilities you don't have - You need to extend your capabilities for a task - A task seems too complex without specialized knowledge ## IMPORTANT: Never Give Up! Before saying "I ca
npx skillsauth add eachlabs/klaw-skills find-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps you discover and install skills from the skills.sh ecosystem.
Use this skill when:
Before saying "I can't do this", ALWAYS:
Use web_fetch to search for skills:
web_fetch url="https://skills.sh/search?q=YOUR_QUERY"
Or browse categories at https://skills.sh/
These repos have many useful skills:
Use the skill tool to install:
skill action=install name=skill-name
Or if not in registry, create it:
skill action=create name=skill-name content="# Skill content..."
| Category | Search Terms | |----------|-------------| | Image Generation | image, ai-image, text-to-image, dalle, midjourney, flux | | Video Generation | video, text-to-video, animation | | Audio/Voice | audio, tts, speech, voice, music | | Web Scraping | scrape, browser, puppeteer, playwright | | API Integration | api, rest, graphql, webhook | | Database | sql, postgres, mysql, mongodb | | Code | code, github, git, review | | Design | ui, ux, figma, design-system |
User: "Generate an image of a cat"
You should:
skill action=listweb_fetch url="https://skills.sh/search?q=image+generation"skill action=install name=eachlabs-image-generationskill action=show name=eachlabs-image-generationIf you can't find a skill, CREATE ONE based on your research:
skill action=create name=my-skill content="..."tools
# Web Search Skill You can search the web using the `web_fetch` tool. ## How to Search 1. Use a search engine URL with your query: ``` web_fetch url="https://www.google.com/search?q=YOUR_QUERY" ``` 2. Or use DuckDuckGo for simpler results: ``` web_fetch url="https://html.duckduckgo.com/html/?q=YOUR_QUERY" ``` ## Tips - URL encode your search queries (spaces = %20 or +) - Extract relevant information from the HTML response - Follow links to get more detailed information -
development
# OpenAI Image Generation Skill Bu skill OpenAI Images API'sini kullanarak metin prompt'larından görsel üretir. ## Gereksinimler - OPENAI_API_KEY environment variable - Python3 ve requests kütüphanesi ## Desteklenen Modeller ### GPT Image Models - `gpt-image-1` (varsayılan) - `gpt-image-1-mini` - `gpt-image-1.5` **Özellikler:** - Boyutlar: 1024x1024, 1536x1024, 1024x1536, auto - Kalite: auto, high, medium, low (varsayılan: high) - Ek parametreler: background (transparent/opaque/auto), out
development
# Facebook Ads Library Skill You can search Facebook's Ad Library to find competitor ads. ## Ad Library URL Base URL: `https://www.facebook.com/ads/library/` ## Search by Advertiser To find ads from a specific company: ``` web_fetch url="https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=ALL&q=COMPANY_NAME" ``` ## Search Parameters - `q` - Search query (company name, keyword) - `country` - Country code (US, TR, ALL) - `active_status` - "active" or "all" - `ad_t
development
# EachLabs Image Generation Generate new images from text prompts using 60+ AI models via the EachLabs Predictions API. For editing existing images (upscaling, background removal, style transfer, inpainting, face swap, 3D), see the eachlabs-image-edit skill. ## Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai. ## Quick Start ### 1. Create a Prediction ```bash curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "