← Back to Skills Marketplace
Shopflow Read-only Packet
by
Yifeng[Terry] Yu
· GitHub ↗
· v1.0.0
· MIT-0
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shopflow-read-only-packet
Description
Guides installation and connection to Shopflow's local MCP server for read-only submission readiness checks without live store claims.
Usage Guidance
This packet appears to do what it says: it teaches how to attach a local, read-only Shopflow MCP server. Before you run anything, do the following: (1) add/confirm required binaries in the manifest (git, Node.js, and pnpm) so metadata matches behavior; (2) review the GitHub repo (https://github.com/xiaojiou176-open/shopflow-suite.git) and package.json/scripts to ensure you trust what pnpm install and pnpm mcp:stdio will run; (3) run installs and the MCP server in a sandbox or isolated environment (not on a production host) if you have any doubt; (4) prefer to clone the repo locally and inspect files before executing; and (5) note this skill does not request credentials, but running third‑party installs will contact npm/GitHub and fetch remote code — treat that as the main risk. If you want higher assurance, ask the skill author to declare required binaries in manifest and to provide checksums or an official release URL for the referenced repo.
Capability Analysis
Type: OpenClaw Skill
Name: shopflow-read-only-packet
Version: 1.0.0
The skill bundle instructs the agent to perform high-risk operations, including cloning an external GitHub repository (github.com/xiaojiou176-open/shopflow-suite.git) and executing 'pnpm install' to set up a local MCP server. While these actions are aligned with the stated purpose of integrating the Shopflow suite and the documentation includes safety boundaries (e.g., 'Must not claim' sections in SKILL.md), the reliance on external code execution and shell access via pnpm/git constitutes a significant attack surface. There is no evidence of intentional malice, but the inherent risk of RCE via third-party dependencies warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the packet teaches how to attach and inspect a local Shopflow MCP read-only surface. However, the manifest declares no required binaries while the instructions implicitly require git, Node.js (pnpm), and a working pnpm toolchain — a mismatch that should be fixed in metadata.
Instruction Scope
SKILL.md stays within the stated purpose (clone the Shopflow repo, start the read-only MCP, run verification commands, and report capability/readiness). It does instruct the host to run pnpm install and pnpm mcp:stdio against a remote GitHub repo, which will execute code fetched from that repo and its npm dependencies — expected for this purpose but a real safety consideration (inspect the repo/package scripts before running on sensitive hosts).
Install Mechanism
There is no install spec (instruction-only), which is low-risk for the skill package itself. But the runtime instructions pull code and dependencies via git and pnpm from an external GitHub repository and npm registry; that network fetch is normal for this workflow but carries the usual risks of running upstream code.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond a repo path placeholder. Nothing asks for unrelated secrets or system credentials.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges, nor does it attempt to modify other skills' configs. It is user-invocable and can be invoked autonomously by the agent (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shopflow-read-only-packet - After installation, invoke the skill by name or use
/shopflow-read-only-packet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Shopflow Read-only Packet skill.
- Provides instructions to install, connect, and use Shopflow in read-only mode.
- Explains safe, packet-oriented capabilities and how to read submission readiness.
- Includes references for install, configuration, capability map, demo, and troubleshooting.
- Ensures integrity by avoiding unsupported claims about Shopflow or OpenClaw statuses.
Metadata
Frequently Asked Questions
What is Shopflow Read-only Packet?
Guides installation and connection to Shopflow's local MCP server for read-only submission readiness checks without live store claims. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install Shopflow Read-only Packet?
Run "/install shopflow-read-only-packet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shopflow Read-only Packet free?
Yes, Shopflow Read-only Packet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shopflow Read-only Packet support?
Shopflow Read-only Packet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shopflow Read-only Packet?
It is built and maintained by Yifeng[Terry] Yu (@xiaojiou176); the current version is v1.0.0.
More Skills