← Back to Skills Marketplace
yangkai258

Xhs Rental Ocr

by yangkai258 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xhs-rental-ocr
Description
从小红书笔记图片提取结构化数据(租金/面积/单价等),自动裁切长图 + OCR 识别 + 导出 Excel。 使用 Apple Vision 框架进行离线 OCR,支持中文识别。 Use when: 用户需要从小红书/社交媒体图片提取表格数据、价格信息、统计数据等。
Usage Guidance
This package appears to do what it says: local macOS Apple Vision OCR → parse → Excel. Before installing: 1) Confirm you are on macOS and have Python 3.9+; pyobjc packages require pip and network access to install. 2) Verify the GitHub repo URL actually exists and is from a trusted author (SKILL.md/README reference a GitHub account). 3) Review the scripts if you will process sensitive images (the code writes sliced images to the same folder and performs local file I/O). 4) Run in a contained environment (or inspect the code) if you are unsure; no credentials or network exfiltration are requested by the code, but dependency installation will contact PyPI.
Capability Analysis
Type: OpenClaw Skill Name: xhs-rental-ocr Version: 1.0.0 The skill is a legitimate data extraction tool designed for macOS, using the Apple Vision framework for offline OCR. The code in scripts/extract_data.py and scripts/vision_ocr.py focuses on image processing, text recognition, and exporting results to Excel without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included code: scripts perform image slicing, call Apple Vision via pyobjc, run regex extraction, and export to Excel. The SKILL.md and README correctly describe macOS-only usage and the required Python packages. Minor metadata mismatch: registry metadata lists no required binaries while SKILL.md lists python3 as a required binary, but this is a documentation inconsistency rather than a functional mismatch.
Instruction Scope
Runtime instructions limit work to downloading (TODO)/reading local images, slicing, running Apple Vision OCR, parsing text, and writing Excel files. There are no instructions to read unrelated system files, access credentials, or transmit data to external endpoints. The only network activity implied is cloning the repo and pip-installing dependencies during setup; the OCR itself is performed locally.
Install Mechanism
No automated install spec is provided (instruction-only), and required dependencies are standard Python packages (Pillow, openpyxl, pyobjc-framework-*). These are installed via pip from PyPI in the documentation — acceptable and traceable. No downloads from obscure hosts or archive extraction from arbitrary URLs are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to the stated functionality (local OCR and Excel export). The code does write cropped image files alongside originals, which is expected behavior but worth noting.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configs, and is user-invocable only. It does not persist credentials or alter agent policies.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xhs-rental-ocr
  3. After installation, invoke the skill by name or use /xhs-rental-ocr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xhs-rental-ocr v1.0.0 – Initial release - Extracts structured data (rent, area, price per sqm, etc.) from Xiaohongshu/Social media images. - Features automatic long image slicing, OCR (Apple Vision framework, offline, Chinese supported), and export to Excel/CSV. - Supports batch processing and multiple input formats (URL, local images). - Includes configurable output columns for real estate data extraction. - macOS only; dependencies: Python 3.9+, Pillow, openpyxl, pyobjc.
Metadata
Slug xhs-rental-ocr
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Xhs Rental Ocr?

从小红书笔记图片提取结构化数据(租金/面积/单价等),自动裁切长图 + OCR 识别 + 导出 Excel。 使用 Apple Vision 框架进行离线 OCR,支持中文识别。 Use when: 用户需要从小红书/社交媒体图片提取表格数据、价格信息、统计数据等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Xhs Rental Ocr?

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

Is Xhs Rental Ocr free?

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

Which platforms does Xhs Rental Ocr support?

Xhs Rental Ocr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xhs Rental Ocr?

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

💬 Comments