← 返回 Skills 市场
aiwithabidi

Pinecone

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
454
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install pinecone
功能描述
Pinecone vector database — manage indexes, upsert vectors, query similarity search, manage namespaces, and track collections via the Pinecone API. Build sema...
安全使用建议
This skill's purpose (Pinecone CLI) is reasonable and the single required secret (PINECONE_API_KEY) matches the purpose — but the script reads a local .env file at WORKSPACE or ~/.openclaw/workspace/.env to find that key if the environment variable is missing. That local-file access is not documented in SKILL.md. Actionable steps before installing or using: 1) Inspect or run the script in an isolated environment (container/VM). 2) If you store secrets in ~/.openclaw/workspace/.env, be aware the skill will read it; consider rotating the Pinecone key or removing it from that file. 3) Ask the publisher to declare the .env fallback in SKILL.md (or remove the fallback) and to fix the HTTP method/path bugs — the current implementation appears buggy and may fail or behave unexpectedly. 4) If you don't trust the author, avoid installing; else test with a limited-scoped Pinecone key and monitor network requests. If you want, I can point out the exact lines to change to remove the .env fallback and to correct the API calls.
功能分析
Type: OpenClaw Skill Name: pinecone Version: 1.0.0 The skill bundle is classified as suspicious due to a complete mismatch between the documented functionality in SKILL.md and the actual implementation in scripts/pinecone.py. The Python script contains non-functional code that uses incorrect HTTP methods (e.g., GET for upsert and query operations) and invalid API paths that do not match the official Pinecone API. Furthermore, the command functions ignore the input arguments provided by the user, rendering the skill non-functional for its stated purpose. While the script targets the legitimate api.pinecone.io domain and lacks explicit exfiltration logic, the collection of the PINECONE_API_KEY from the environment or .env files by a non-functional script is highly irregular.
能力评估
Purpose & Capability
Name, description, and declared PINECONE_API_KEY requirement align with a Pinecone CLI. However, the implementation contains many incorrect HTTP methods/paths (e.g., upsert/query using GET, unusual /index vs /indexes usage) suggesting the code is buggy or not the official Pinecone API shape. These are coherence/quality issues but do not by themselves imply malicious intent.
Instruction Scope
SKILL.md states requests go directly to Pinecone and that nothing is stored locally, but the script will try to read a local .env file at WORKSPACE or ~/.openclaw/workspace/.env to extract PINECONE_API_KEY if the environment variable is absent. That local-file access is not declared in the metadata and is a scope mismatch (it reads user files to obtain credentials).
Install Mechanism
No install spec is provided (instruction-only with an included script). This is low-risk from an installation perspective because nothing arbitrary is downloaded or written by an installer.
Credentials
The only declared credential is PINECONE_API_KEY, which is appropriate. However, the script also reads WORKSPACE (to locate a .env file) and will parse that file for PINECONE_API_KEY if the env var is missing; those additional environment/config accesses are not declared in requires.env and may expose or depend on local files containing secrets.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not attempt to persist or enable itself. It runs as a normal, user-invoked CLI script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pinecone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pinecone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pinecone vector database skill. - Manage Pinecone indexes: create, configure, list, and delete. - Upsert, fetch, query, and delete vectors with support for metadata and batch operations. - Organize and manage vectors by namespaces and collections (snapshots). - Perform similarity search and hybrid sparse-dense search. - Requires only Python 3.10+ stdlib (no dependencies), using the Pinecone API. - All commands are CLI-based and output JSON by default; add --human for readable output.
元数据
Slug pinecone
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Pinecone 是什么?

Pinecone vector database — manage indexes, upsert vectors, query similarity search, manage namespaces, and track collections via the Pinecone API. Build sema... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 454 次。

如何安装 Pinecone?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinecone」即可一键安装,无需额外配置。

Pinecone 是免费的吗?

是的,Pinecone 完全免费(开源免费),可自由下载、安装和使用。

Pinecone 支持哪些平台?

Pinecone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pinecone?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论