← 返回 Skills 市场
zheng108

dealmoon

作者 zheng108 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
233
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dealmoon
功能描述
Retrieve business listings and information in North America (via AJAX endpoint).
使用说明 (SKILL.md)

North America Business Search

Access structured business data, including real estate, retail, and services across North American regions.

Business Directory API (Primary)

This endpoint requires specific headers to mimic XMLHttpRequest and form-encoded data.

Basic Search (Real Estate)

curl  "https://www.dealmoon.com/local-category/updata?lang=cn" \
     -H 'content-type: application/x-www-form-urlencoded; charset=UTF-8' \
     -H 'x-requested-with: XMLHttpRequest' \
     --data-raw 'keyword=&page=1&cityId=3&countyId=&hasCoupon=false&topLeft=&bottomRight=&type=realestate&inCooperation=false'
安全使用建议
This skill is an instruction-only scraper that issues curl POSTs to a Dealmoon AJAX endpoint and doesn't request credentials. Before installing: confirm you are allowed to scrape the target site (terms of service and legal considerations), be mindful of rate limits and polite usage to avoid blocking, and test in a controlled environment. If you need authenticated or higher-volume access, require an official API or credentials rather than scraping. The minor oddity: the example uses lang=cn despite the 'North America' description — verify the parameters you send are appropriate for your target region.
功能分析
Type: OpenClaw Skill Name: dealmoon Version: 1.0.0 The dealmoon skill bundle provides a straightforward method to query business listings from a legitimate domain (dealmoon.com) using a standard curl command. The instructions in SKILL.md are consistent with the stated purpose of retrieving real estate and business data via an AJAX endpoint, and there are no indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (fetch North American business listings) lines up with the single runtime action: a curl call to Dealmoon's AJAX endpoint. Requiring curl is proportional and expected.
Instruction Scope
SKILL.md only shows a single curl example that mimics an XMLHttpRequest and posts form-encoded search parameters — this stays within the stated purpose. Minor inconsistency: the example uses lang=cn even though the description says 'North America' (likely a site-internal locale parameter), but otherwise the instructions do not ask for unrelated files, env vars, or credentials.
Install Mechanism
No install spec or external downloads — instruction-only skill that relies on an existing curl binary. Low-risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or access.
Persistence & Privilege
Does not request always:true and does not modify system or other skills. Default autonomous invocation is allowed by platform but the skill itself has no elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dealmoon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dealmoon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with business search functionality for North America. - Retrieve structured data on real estate, retail, and service listings. - Provides example API usage via AJAX with required headers.
元数据
Slug dealmoon
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

dealmoon 是什么?

Retrieve business listings and information in North America (via AJAX endpoint). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 dealmoon?

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

dealmoon 是免费的吗?

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

dealmoon 支持哪些平台?

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

谁开发了 dealmoon?

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

💬 留言讨论