← Back to Skills Marketplace
zheng108

dealmoon

by zheng108 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
233
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dealmoon
Description
Retrieve business listings and information in North America (via AJAX endpoint).
README (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'
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dealmoon
  3. After installation, invoke the skill by name or use /dealmoon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dealmoon
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is dealmoon?

Retrieve business listings and information in North America (via AJAX endpoint). It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.

How do I install dealmoon?

Run "/install dealmoon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is dealmoon free?

Yes, dealmoon is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does dealmoon support?

dealmoon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created dealmoon?

It is built and maintained by zheng108 (@zheng108); the current version is v1.0.0.

💬 Comments