Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
AIML Embeddings Generator
v1.0.0Generate text embeddings via AIMLAPI. Use for semantic search, clustering, or high-dimensional text representations with text-embedding-3-large and other mod...
⭐ 0· 408·0 current·0 all-time
byAI/ML API@aimlapihello
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (generate embeddings via AIMLAPI) match the implementation and declared primaryEnv. The code only contacts https://api.aimlapi.com/v1/embeddings and exposes options that are reasonable for an embeddings client (model, dimensions, encoding, timeout, retries).
Instruction Scope
SKILL.md instructs to set AIMLAPI_API_KEY and run scripts/gen_embeddings.py. The script reads either AIMLAPI_API_KEY or an explicitly provided --apikey-file, posts input to the AIMLAPI embeddings endpoint, and writes the JSON response to a local out directory. It does not reference other system files, secrets, or unrelated endpoints.
Install Mechanism
No install spec; this is an instruction-only skill with a small Python script. Nothing is downloaded or installed automatically.
Credentials
Only AIMLAPI_API_KEY is required (declared as primaryEnv). The optional --apikey-file reads a file only if explicitly provided. No unrelated credentials or environment variables are requested.
Persistence & Privilege
always is false, the skill does not request permanent presence or modify other skills or global agent settings. It performs only a runtime API call and writes output to a user-specified (or default) local directory.
Assessment
This skill appears to do what it claims: it sends text to AIMLAPI's embeddings endpoint and saves the response. Before installing, verify you trust the AIMLAPI service and that the endpoint URL is correct. Keep your AIMLAPI_API_KEY secret and avoid pointing --apikey-file to sensitive system files. Be aware that any text you submit will be transmitted to the remote API (privacy considerations and possible billing), and confirm the output directory is appropriate for storing results.Like a lobster shell, security has layers — review code before you run it.
latestvk9730bm8pnkv89mfgmqjr69cw981xj3j
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Environment variables
AIMLAPI_API_KEYrequired