← 返回 Skills 市场
alexanderhe88

Marketplace Local Search

作者 Alex He · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
263
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install marketplace-local-search
功能描述
Search Facebook Marketplace listings near a specified location with filters for radius, price range, limit, and pickup-only. This skill is a thin client for...
安全使用建议
This skill appears to be what it says: a thin client that queries a local Marketplace-compatible service and outputs normalized JSON. Before installing/running: (1) verify why requirements.txt includes Flask — if you only need the client, you can remove that dependency to avoid installing server packages; (2) confirm config.json or the MARKETPLACE_API_BASE_URL env var points to a trusted local service (the default is http://127.0.0.1:8787); if you set base_url to a remote host, the client will send query data there; and (3) inspect or control the local Marketplace service you use (its implementation will determine privacy and scraping behavior). There are no required credentials in the package and the code does not read unrelated system files.
功能分析
Type: OpenClaw Skill Name: marketplace-local-search Version: 0.1.0 The skill is a straightforward Python client designed to query a local Facebook Marketplace search service. The script (facebook_marketplace_search.py) uses standard libraries like 'requests' and 'argparse' to communicate with a local endpoint (defaulting to 127.0.0.1:8787), and the documentation (SKILL.md) accurately describes its purpose as a thin wrapper without embedded scraping logic or background services. No signs of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description match the included Python client: the script issues an HTTP GET to a local Marketplace-compatible service and returns normalized JSON. One minor mismatch: requirements.txt includes Flask (a server framework) even though the shipped client code does not use Flask; that dependency appears unnecessary for the client's stated purpose.
Instruction Scope
SKILL.md instructions are scoped to installing dependencies, optionally copying a config example, and running the client. The runtime code only reads its own config files and two environment variables (MARKETPLACE_API_BASE_URL and MARKETPLACE_API_TIMEOUT) and makes HTTP requests to the configured base URL; it does not access unrelated system files or credentials.
Install Mechanism
There is no automated install spec; SKILL.md instructs running pip install -r requirements.txt which pulls packages from PyPI. This is a common, moderate-risk step — but the listed dependency on Flask is unexpected for a pure client and may cause you to install unnecessary server-side packages.
Credentials
The registry declares no required environment variables or credentials. The client optionally reads MARKETPLACE_API_BASE_URL and MARKETPLACE_API_TIMEOUT to override defaults; this is reasonable, but changing base_url can cause the skill to send requests to an arbitrary (including remote) endpoint, so verify that base_url points to a trusted local service.
Persistence & Privilege
The skill does not request persistent privileges, always:false, and does not modify other skills or system configuration. It runs as an on-demand client script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marketplace-local-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marketplace-local-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial clean wrapper release under a new slug. Thin client only; no bundled scraper, local service, or LaunchAgent.
元数据
Slug marketplace-local-search
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Marketplace Local Search 是什么?

Search Facebook Marketplace listings near a specified location with filters for radius, price range, limit, and pickup-only. This skill is a thin client for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 Marketplace Local Search?

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

Marketplace Local Search 是免费的吗?

是的,Marketplace Local Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Marketplace Local Search 支持哪些平台?

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

谁开发了 Marketplace Local Search?

由 Alex He(@alexanderhe88)开发并维护,当前版本 v0.1.0。

💬 留言讨论