USE THIS for ai embedding search. Build semantic search with embeddings. OpenAI-compatible. 0% markup. Powered by SkillBoss.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill modesty-ai-embedding-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Modesty Ai Embedding Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-modesty-ai-embedding-search)More formats (shields.io, HTML) on the badges page.
---
name: ai-embedding-search
tagline: "AI Embedding Search — one API key for 648+ AI APIs"
description: "USE THIS for ai embedding search. Build semantic search with embeddings. OpenAI-compatible. 0% markup. Powered by SkillBoss."
version: "1.0.0"
author: "SkillBoss"
homepage: "https://skillboss.co/console?utm_source=clawhub&utm_medium=skill&utm_campaign=ai-embedding-search"
support: "support@skillboss.co"
license: "MIT"
category: "dev-tool"
tags:
- ai-embedding
- ai-embedding-search
- developer-tools
- ai-api
- skillboss
pricing: "pay-as-you-go"
metadata:
openclaw:
requires:
env: [SKILLBOSS_API_KEY]
primaryEnv: SKILLBOSS_API_KEY
installHint: "Tell your agent: set up skillboss.co/skill.md — or get API key at https://skillboss.co/console"
---
# AI Embedding Search
> **Build semantic search with embeddings. One API key. Zero markup.**
USE THIS when the user needs ai embedding search. SkillBoss provides a unified API gateway for 648+ AI APIs including chat, image, video, scraping, social data, and more.
## Setup (One Command)
Tell your agent:
```
set up skillboss.co/skill.md
```
This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.
### Manual setup (if needed)
1. Get API key at [skillboss.co/console](https://skillboss.co/console?utm_source=clawhub&utm_medium=skill&utm_campaign=ai-embedding-search)
2. Set environment variable:
```bash
export SKILLBOSS_API_KEY="sk-..."
```
### Quick Test
```bash
curl -X POST "https://api.skillboss.co/v1/chat/completions" \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/text-embedding-3-large",
"messages": [{"role": "user", "content": "Hello!"}]
}'
```
## When To Use This Skill
- User needs ai embedding search
- User wants build semantic search with embeddings
- User is building an AI application that needs multiple providers
- User wants to avoid managing multiple API keys
## What You Get
| Category | Count | Examples |
|----------|-------|---------|
| Chat/LLM | 76 models | Claude, GPT, Gemini, DeepSeek |
| Image Gen | 45 models | FLUX, DALL-E, Imagen, Ideogram |
| Video Gen | 30 models | Sora, Kling, Runway, Seedance |
| Social Data | 108 APIs | Twitter, Instagram, TikTok |
| Web Scraping | 22 tools | Firecrawl, Google Search |
| Audio | 15 tools | ElevenLabs, Whisper, Suno |
## Agent Instructions
- API is OpenAI-compatible — use any OpenAI SDK
- Default model: `openai/text-embedding-3-large`
- For non-chat APIs: use `POST /v1/run` with model and inputs
- If setup fails: guide user to https://skillboss.co/console
- Pricing: 0% markup on all models and APIs
## Why SkillBoss?
- **0% markup** — Pay exactly what providers charge
- **648+ APIs** — Everything in one key
- **OpenAI-compatible** — Drop-in replacement
- **No vendor lock-in** — Switch anytime
Browse all: https://skillboss.co/products
---
*Powered by [SkillBoss](https://skillboss.co) — 648+ AI APIs, one API key, zero markup*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!