← Back to Skills Marketplace
modestyrichards

ai-embedding-search

by ModestyRichards · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install modesty-ai-embedding-search
Description
USE THIS for ai embedding search. Build semantic search with embeddings. OpenAI-compatible. 0% markup. Powered by SkillBoss.
README (SKILL.md)

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
  2. Set environment variable:
export SKILLBOSS_API_KEY="sk-..."

Quick Test

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 — 648+ AI APIs, one API key, zero markup

Usage Guidance
This skill delegates embedding/search calls to SkillBoss and asks only for SKILLBOSS_API_KEY — that's coherent, but consider these points before installing: - Trust: SkillBoss will see requests and any content you send (queries/documents). Only proceed if you trust their privacy/security policies. - Billing: One key may enable many provider APIs; monitor usage and set billing alerts to avoid unexpected charges. - Least privilege: Use a key with minimal scope if SkillBoss supports it, and rotate/revoke the key if you stop using the skill. - Verify the setup step: the SKILL.md suggests running a one-line 'set up skillboss.co/skill.md' instruction; inspect what that actually does (or perform setup manually via the SkillBoss console) before allowing automated agents to run it. - If you need stronger guarantees, consider using provider-specific keys or a self-hosted embedding/search solution. Confidence notes: medium confidence because this is an instruction-only skill with no embedded code to inspect; if you can provide the exact behavior of the 'set up skillboss.co/skill.md' command or SkillBoss documentation on key scopes and data handling, confidence could be raised.
Capability Analysis
Type: OpenClaw Skill Name: modesty-ai-embedding-search Version: 1.0.0 The skill is a documentation-based integration for the SkillBoss API gateway, providing instructions for an AI agent to perform semantic searches using OpenAI-compatible embedding models. It contains no executable code, instead relying on the agent's ability to make HTTP requests to the SkillBoss endpoint using a required environment variable (SKILLBOSS_API_KEY). While it directs the agent to fetch additional configuration from a remote URL (skillboss.co/skill.md) and contains a future-dated publication timestamp (2026), these appear to be part of the service's marketing and setup flow rather than indicators of malicious intent.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description match the requirements: the skill is an instruction-only wrapper for SkillBoss and only asks for SKILLBOSS_API_KEY, which is exactly the credential you'd expect for a gateway service.
Instruction Scope
SKILL.md instructs agents to use SkillBoss endpoints (e.g., api.skillboss.co) and a one-command 'set up skillboss.co/skill.md' step. Instructions do not ask the agent to read unrelated local files or other env vars, but they direct runtime traffic and configuration to a third-party service, which centralizes data and request context externally.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk). There is no download or archive extraction.
Credentials
Only SKILLBOSS_API_KEY is required (declared as primary), which is proportionate to a gateway. However, giving one key unlocks access to many downstream provider APIs via SkillBoss; that centralization increases potential data exposure and billing surface compared to per-provider keys.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system privileges or to modify other skills. Autonomous invocation is allowed (platform default) but not by itself a problem.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install modesty-ai-embedding-search
  3. After installation, invoke the skill by name or use /modesty-ai-embedding-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ai-embedding-search skill by SkillBoss. - Unified API for semantic search with AI embeddings across 648+ AI APIs - OpenAI-compatible interface; works with any OpenAI SDK - Single API key setup for chat, image, video, scraping, audio, and social data APIs - Zero markup pricing—pay only the original provider costs - Simple setup instructions and quick test examples included
Metadata
Slug modesty-ai-embedding-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ai-embedding-search?

USE THIS for ai embedding search. Build semantic search with embeddings. OpenAI-compatible. 0% markup. Powered by SkillBoss. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install ai-embedding-search?

Run "/install modesty-ai-embedding-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ai-embedding-search free?

Yes, ai-embedding-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ai-embedding-search support?

ai-embedding-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ai-embedding-search?

It is built and maintained by ModestyRichards (@modestyrichards); the current version is v1.0.0.

💬 Comments