← Back to Skills Marketplace
Openclaw Wealth Guide
by
dxg852621787
· GitHub ↗
· v1.0.0
· MIT-0
135
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-wealth-guide
Description
自动采集、处理多种数据源并导出JSON、CSV、Excel等格式,支持定时任务及OpenClaw无缝集成,适合中国市场。
Usage Guidance
This repository appears to be a legitimate data‑harvester/OpenClaw integration. Before installing or running it:
- Review and run it in a virtual environment or isolated machine (e.g., VM or container). It performs network I/O (web/API scraping) and will make outbound HTTP requests.
- Inspect scripts/build_package.py and scripts/init_git_repo.py before running; they execute shell commands (subprocess.run with shell=True). Don’t run build/init scripts with elevated privileges or on production hosts without review.
- Provide credentials (DB/API keys) only via configuration files you control; the project does not request environment secrets but adapters accept auth in config — avoid storing secrets in unencrypted files.
- Verify upstream source if you need to trust updates (repo URLs point to Gitee/GitHub usernames that you may want to confirm). The codebase has minor typos and import inaccuracies in examples — treat examples as illustrative, not production-ready.
- Pin and audit dependencies (requirements.txt includes many heavy packages); consider installing dependencies in a venv and scanning them with your usual supply-chain tools.
If you want deeper assurance, ask for a full review of the remaining omitted source files (the scan truncated 26 files) or a dependency SBOM and runtime network/call list to check for unexpected endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-wealth-guide
Version: 1.0.0
The 'Smart Data Harvester' is a functional framework designed for automated data collection, processing, and exportation. A review of the source code across the 'src/data_harvester' directory, including adapters for Web, API, and Database sources, shows that the logic is consistent with the stated purpose. While the tool possesses high-risk capabilities such as network access (requests), file system modification (exporters), and database interaction (SQLAlchemy), these are necessary for its functionality and are implemented using standard libraries without evidence of obfuscation or malicious intent. No indicators of data exfiltration, unauthorized persistence, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description (智能数据采集器) matches the files and code: adapters for web/API/file/database, processors, exporters, scheduler, and OpenClaw integration. Declared dependencies (requests, bs4, pandas, APScheduler, SQLAlchemy, cryptography) are plausible for this functionality. The skill manifest, examples, and wrapper all align with the described purpose.
Instruction Scope
SKILL.md only instructs cloning the repo, installing Python deps, and configuring OpenClaw — all within the expected scope. It does not request unrelated system data or external endpoints beyond standard OpenClaw URLs and example sites. That said, runtime examples and helper scripts call external network resources (scraping targets, OpenClaw API endpoints) which is expected for a harvester but means the skill will make outbound HTTP calls when used. The documentation also contains a couple of small typos/incorrect commands (e.g., "uv pip install" and some example imports) and some example code assumes network access.
Install Mechanism
There is no platform install spec (instruction-only in registry), but the package includes full source and build scripts. Manual install instructions use git + pip which is standard. Build and helper scripts use subprocess.run with shell=True (scripts/build_package.py, scripts/init_git_repo.py), which is common for build tooling but increases risk if user-supplied input is passed into those commands later — recommend reviewing scripts before running and executing them in an isolated environment.
Credentials
The skill declares no required environment variables or credentials. Adapter code supports auth/config values supplied in YAML or runtime configuration (expected). There are no hard-coded external secrets or requests for unrelated cloud credentials in the manifest or SKILL.md.
Persistence & Privilege
Skill flags show default privileges (always: false, model invocation not disabled). The package contains code that writes output, creates packages, and can initialize a git repo (intended behavior), but it does not request persistent elevated platform privileges or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-wealth-guide - After installation, invoke the skill by name or use
/openclaw-wealth-guide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Smart Data Harvester 1.0.0 初始发布
- 支持网页、API、数据库和文件等多数据源采集
- 提供完整数据处理管道:清洗、转换、聚合与分析
- 多种数据导出格式:JSON、CSV、Excel、SQLite、PDF
- 定时任务调度功能,支持自动化采集
- 完全中文界面与文档,专为中国用户优化
- 原生OpenClaw技能,无缝集成与安装
Metadata
Frequently Asked Questions
What is Openclaw Wealth Guide?
自动采集、处理多种数据源并导出JSON、CSV、Excel等格式,支持定时任务及OpenClaw无缝集成,适合中国市场。 It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Openclaw Wealth Guide?
Run "/install openclaw-wealth-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Wealth Guide free?
Yes, Openclaw Wealth Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Wealth Guide support?
Openclaw Wealth Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Wealth Guide?
It is built and maintained by dxg852621787 (@dxg852621787); the current version is v1.0.0.
More Skills