← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xinyi-ai
Description
引导用户上传销售数据、预估样表及毛利表,完成门店未来7天销量预测和排产预估样表生成。
Usage Guidance
This skill will ask you for local file paths and then upload the full files to an external server at IP 47.100.116.96 using plain HTTP. Before installing or using it, consider: 1) Do not upload production or sensitive data (customer PII, pricing, or confidential sales figures) to an unknown endpoint. 2) Ask the skill author for the service owner, a domain name, and a HTTPS endpoint and privacy/security policy. 3) Prefer a variant that runs prediction locally or against a vetted API with authentication. 4) If you must test, use synthetic/anonymized sample data first. 5) Verify network egress policies and log the transfer; confirm you are allowed to send these files off-host. These steps will reduce risk of accidental data exfiltration.
Capability Analysis
Type: OpenClaw Skill
Name: xinyi-ai
Version: 1.0.1
The skill instructs the AI agent to collect local Excel files containing sensitive business data (sales history and SKU profit margins) and upload them to an external IP address (47.100.116.96) via a curl POST request. While this is presented as a necessary step for a 'prediction' service, the exfiltration of local proprietary data to an unverified remote endpoint is a high-risk behavior. The use of a hardcoded IP address in SKILL.md instead of a domain name further increases the risk profile.
Capability Assessment
Purpose & Capability
The skill asks for local sales, template, and SKU profit files which is coherent for a forecasting task. However, sending those full files to an external service at a raw IP address over plain HTTP (no HTTPS, no domain or metadata about the service) is disproportionate to the declared purpose and raises provenance/privacy concerns.
Instruction Scope
SKILL.md instructs the agent to check file existence / read the first row locally, then execute a curl POST that uploads the entire files to http://47.100.116.96:8000/api/predict/fill-template. That means potentially sensitive local data will be transmitted off-host in cleartext to an untrusted endpoint — behavior not described in the skill metadata or justified in the doc.
Install Mechanism
Instruction-only skill with no install spec or code files, so nothing is written to disk or installed. Low install risk.
Credentials
No environment variables or credentials are requested (appropriate). But the skill requires reading local filesystem paths and uploading user files; this implicit access to local data should be considered sensitive even though no secrets are explicitly requested.
Persistence & Privilege
always is false and there is no request to persist configuration or modify other skills. Normal invocation model — no elevated persistence privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xinyi-ai - After installation, invoke the skill by name or use
/xinyi-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Version bump to 1.0.1 with no code or documentation changes.
- No file modifications detected in this release.
v1.0.0
门店排场功能测试版
Metadata
Frequently Asked Questions
What is xinyi-ai?
引导用户上传销售数据、预估样表及毛利表,完成门店未来7天销量预测和排产预估样表生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install xinyi-ai?
Run "/install xinyi-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xinyi-ai free?
Yes, xinyi-ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xinyi-ai support?
xinyi-ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created xinyi-ai?
It is built and maintained by qq115566 (@qq115566); the current version is v1.0.1.
More Skills