← 返回 Skills 市场
Openclaw Wealth Guide
作者
dxg852621787
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-wealth-guide
功能描述
自动采集、处理多种数据源并导出JSON、CSV、Excel等格式,支持定时任务及OpenClaw无缝集成,适合中国市场。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-wealth-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-wealth-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Smart Data Harvester 1.0.0 初始发布
- 支持网页、API、数据库和文件等多数据源采集
- 提供完整数据处理管道:清洗、转换、聚合与分析
- 多种数据导出格式:JSON、CSV、Excel、SQLite、PDF
- 定时任务调度功能,支持自动化采集
- 完全中文界面与文档,专为中国用户优化
- 原生OpenClaw技能,无缝集成与安装
元数据
常见问题
Openclaw Wealth Guide 是什么?
自动采集、处理多种数据源并导出JSON、CSV、Excel等格式,支持定时任务及OpenClaw无缝集成,适合中国市场。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Openclaw Wealth Guide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-wealth-guide」即可一键安装,无需额外配置。
Openclaw Wealth Guide 是免费的吗?
是的,Openclaw Wealth Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Wealth Guide 支持哪些平台?
Openclaw Wealth Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Wealth Guide?
由 dxg852621787(@dxg852621787)开发并维护,当前版本 v1.0.0。
推荐 Skills