openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 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...

开发与 DevOps

作者:AI/ML API @aimlapihello

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 280 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:aimlapihello/aiml-embeddings

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill's files, instructions, and single required secret (AIMLAPI_API_KEY) match its stated purpose of calling AIMLAPI's embeddings endpoint and saving the result locally.

目的

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).

说明范围

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.

安装机制

No install spec; this is an instruction-only skill with a small Python script. Nothing is downloaded or installed automatically.

证书

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.

持久

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.

综合结论

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 direct…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AIML Embeddings Generator」。简介:Generate text embeddings via AIMLAPI. Use for semantic search, clustering, or h…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aimlapihello/aiml-embeddings/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。