/install aiml-embeddings
AIMLAPI Embeddings
Overview
Converts text into high-dimensional numerical representations (vectors) using AIMLAPI's embedding models like text-embedding-3-large.
Quick start
export AIMLAPI_API_KEY="sk-aimlapi-..."
python3 {baseDir}/scripts/gen_embeddings.py --input "Laura is a DJ."
Tasks
Generate embeddings
Use scripts/gen_embeddings.py to get vector representations of text.
python3 {baseDir}/scripts/gen_embeddings.py \
--input "Knowledge is power." \
--model text-embedding-3-large \
--dimensions 1024 \
--out-dir ./out/embeddings
References
references/endpoints.md: API schema and parameter details.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aiml-embeddings - After installation, invoke the skill by name or use
/aiml-embeddings - Provide required inputs per the skill's parameter spec and get structured output
What is AIML Embeddings Generator?
Generate text embeddings via AIMLAPI. Use for semantic search, clustering, or high-dimensional text representations with text-embedding-3-large and other mod... It is an AI Agent Skill for Claude Code / OpenClaw, with 464 downloads so far.
How do I install AIML Embeddings Generator?
Run "/install aiml-embeddings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIML Embeddings Generator free?
Yes, AIML Embeddings Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AIML Embeddings Generator support?
AIML Embeddings Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIML Embeddings Generator?
It is built and maintained by AI/ML API (@aimlapihello); the current version is v1.0.0.