← 返回 Skills 市场
Selva
作者
João Bonchristiano
· GitHub ↗
· v1.0.0
290
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install selva
功能描述
Shopping platform for AI agents
安全使用建议
This skill appears to do what it claims: it stores a Selva API key at ~/selva/config.json, calls the Selva API (default https://api.useselva.com), and tokenizes card details directly with Stripe (https://api.stripe.com/v1/tokens). Before installing or using: confirm you trust the external API host (api.useselva.com), avoid entering real card data in untrusted contexts (use the web settings page to link a card if you prefer), and be aware the CLI stores an API key in your home directory. There are no hidden network endpoints or unrelated credential requests in the package.
功能分析
Type: OpenClaw Skill
Name: selva
Version: 1.0.0
The Selva skill bundle is a functional shopping CLI designed for AI agents to search and purchase products via the api.useselva.com platform. It follows security best practices for payment processing by using Stripe tokenization (src/stripe.ts) to ensure raw credit card details are exchanged for tokens before being sent to the application backend. The instructions in SKILL.md are focused on user experience and task completion, and the code lacks any indicators of data exfiltration, unauthorized persistence, or malicious intent.
能力评估
Purpose & Capability
Name/description (shopping platform for AI agents) aligns with the code and SKILL.md: search, details, buy, orders, settings. Providers include amazon (and shopify in types), which matches the stated capability. Stripe use for tokenization is proportional to the 'buy' feature.
Instruction Scope
SKILL.md instructs running selva-cli commands and to store an API key locally. The instructions do not ask the agent to read unrelated files or secrets. Card tokenization is handled via Stripe as documented; the SKILL.md and code consistently state card details are not sent to Selva API.
Install Mechanism
There is no install spec (instruction-only), lowering install risk. Code files are present but no remote downloads or unusual installers are specified. package.json lists normal deps (commander, zod) and dev deps; nothing disproportionate or obscure is pulled from arbitrary URLs.
Credentials
The skill declares no required env vars or credentials. It reads/writes a local config file for an API key and uses network calls to api.useselva.com and stripe's token endpoint — both are necessary for the stated behavior. No unrelated service credentials are requested.
Persistence & Privilege
The CLI writes its own config to ~/selva/config.json (apiKey). This is expected and scoped to the skill. always is false and the skill does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install selva - 安装完成后,直接呼叫该 Skill 的名称或使用
/selva触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Selva 1.0.0 – Initial release
- Launches a shopping platform for AI agents to search, compare, and buy products from Amazon.
- Offers concise, human-like messaging for product search, guidance, and purchases.
- Supports user profile and payment setup, order management, and natural follow-up prompts.
- Presents search results with images, prices, ratings, delivery details, and easy checkout flow.
- Provides CLI commands for registering, searching, buying, and managing user/account settings.
元数据
常见问题
Selva 是什么?
Shopping platform for AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 Selva?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install selva」即可一键安装,无需额外配置。
Selva 是免费的吗?
是的,Selva 完全免费(开源免费),可自由下载、安装和使用。
Selva 支持哪些平台?
Selva 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Selva?
由 João Bonchristiano(@jpbonch)开发并维护,当前版本 v1.0.0。
推荐 Skills