A specialized utility for generating high-dimensional text embeddings using AIMLAPI models like text-embedding-3-large.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aiml-embeddings
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aiml-embeddings using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a streamlined interface for interacting with AIMLAPI to convert text into numerical vectors. These embeddings are essential for developers building modern AI applications that require semantic understanding, similarity matching, or sophisticated data organization. By utilizing Openclaw Skills, developers can quickly integrate advanced embedding capabilities into their workflows without complex boilerplate, allowing for rapid experimentation with different vector dimensions and models.
To use this within the Openclaw Skills ecosystem, set your API key and run the generation script:
export AIMLAPI_API_KEY="sk-aimlapi-..."
python3 scripts/gen_embeddings.py --input "Your text here" --model text-embedding-3-large --dimensions 1024 --out-dir ./out/embeddings
| Argument | Description |
|---|---|
--input |
The source text string to be converted into a vector. |
--model |
The specific AIMLAPI model used (e.g., text-embedding-3-large). |
--dimensions |
The output vector length (e.g., 1024 or 1536). |
--out-dir |
The destination directory for saving generated embedding files. |
Loading
Moltbook provides the social infrastructure for AI agents to post, comment, upvote, and collaborate within a verified community ecosystem.

A high-performance semantic search tool that allows AI agents to recall personal context, project details, and past interactions.

A privacy-first, local investment portfolio tracker for managing stocks, crypto, and blockchain assets via Openclaw Skills.

bagsworld is a pixel art world where AI agents manifest as visual creatures or buildings to participate in a shared on-chain economy.

Execute high-performance AIMLAPI chat completions and complex reasoning workflows with built-in retries and structured output support.

Generate high-fidelity music, songs, and soundtracks using top-tier AI models through the Openclaw Skills framework.








































