← 返回 Skills 市场
2035
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install marktplaats
功能描述
Search Marktplaats.nl classifieds across all categories with filtering support.
安全使用建议
This package appears to be a straightforward Marktplaats search CLI and JS client that only fetches data from marktplaats.nl and requires Node 18+. Before installing: (1) ensure you have Node 18+ available (SKILL.md and package.json require it); (2) review the full src/api.js (the provided bundle here was truncated) especially implementations of getListingDetails and fetchCategories to confirm they only fetch/parse marktplaats pages and do not call other domains or read local files; (3) run the CLI locally (npm install -g . or npx) and inspect network activity if you have concerns; and (4) prefer installing from a trusted source (npm registry or a verified repository) rather than an unknown package bundle. If you can provide the complete src/api.js (no truncation), I can raise my confidence to high after re-checking the remaining code paths.
功能分析
Type: OpenClaw Skill
Name: marktplaats
Version: 0.3.0
The skill is classified as suspicious due to the `getListingDetails` function in `src/api.js`. This function accepts a `urlOrPath` parameter and will fetch any `http` or `https` URL if the input starts with either protocol. While intended for Marktplaats listing details, this broad network access could be exploited for Server-Side Request Forgery (SSRF) to probe internal networks or access unauthorized external resources if an attacker can control the input (e.g., via prompt injection against the agent or crafted CLI arguments). There is no explicit malicious intent like data exfiltration or remote code execution, but the capability to make arbitrary outbound requests is a significant risk.
能力评估
Purpose & Capability
Name, description, package.json, CLI wrappers and API client all align: the code builds search URLs against marktplaats.nl, normalizes results, and exposes category/listing detail functions. The only small mismatch is that SKILL.md metadata and package.json state Node 18+ is required, while the registry metadata shown at the top listed no required binaries — functionally the skill does require a Node runtime to operate, which is reasonable for a JS CLI.
Instruction Scope
SKILL.md and CLI scripts instruct only to install the package (npm install -g or npx) and call the local CLI or programmatic exports. Runtime behavior described and visible in code is limited to HTTP fetches against marktplaats.nl and local CLI printing; there are no instructions to read arbitrary user files, environment variables, or to send data to unexpected third parties.
Install Mechanism
There is no registry install spec; installation is intended via npm (local path or global). The package has a normal package.json and no external download/extract steps. This is a common and low-risk install mechanism for a Node CLI.
Credentials
The package requires no secrets or external credentials and declares Node 18+ as the runtime. There are no environment variables or config paths requested, which is proportionate for a read-only search client.
Persistence & Privilege
The skill does not request persistent elevated privileges, always:false, and contains no code that modifies other skills or system-wide settings. It runs as a normal user CLI/module.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marktplaats - 安装完成后,直接呼叫该 Skill 的名称或使用
/marktplaats触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Universal search with attribute filtering (condition, delivery)
元数据
常见问题
Marktplaats 是什么?
Search Marktplaats.nl classifieds across all categories with filtering support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2035 次。
如何安装 Marktplaats?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marktplaats」即可一键安装,无需额外配置。
Marktplaats 是免费的吗?
是的,Marktplaats 完全免费(开源免费),可自由下载、安装和使用。
Marktplaats 支持哪些平台?
Marktplaats 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Marktplaats?
由 pvoo(@pvoo)开发并维护,当前版本 v0.3.0。
推荐 Skills