← Back to Skills Marketplace
190
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install shuaishou-mcp-client
Description
Builds and uses an MCP client (Streamable HTTP transport) to connect to the htyd MCP server and invoke all available tools (including login). Use when connec...
Usage Guidance
This skill is a straightforward Node client for a specific MCP server and appears to do what it claims. Before installing or running: 1) Confirm you trust the endpoint https://dz.shuaishou.com/mcp (or set MCP_URL to a test endpoint). 2) Understand that credentials (MCP_APP_KEY or full Authorization) may be entered interactively and will be saved to ~/.htyd-mcp-client-streamable.json — treat that file as sensitive or edit the code to change storage behavior. 3) The manifest did not declare required env vars; set them explicitly in your environment if you prefer not to type credentials interactively. 4) If unsure, run the script in an isolated environment or inspect the full htyd-mcp.mjs file locally; do not provide platform credentials (shop keys) unless you trust the server and workflow.
Capability Analysis
Type: OpenClaw Skill
Name: shuaishou-mcp-client
Version: 1.0.1
The skill bundle provides a legitimate MCP (Model Context Protocol) client for the 'Shuaishou' (甩手) e-commerce automation platform, specifically for the 'htyd' service. The core logic in `htyd-mcp.mjs` implements a JSON-RPC client over HTTP/SSE to interact with `https://dz.shuaishou.com/mcp`. It facilitates workflows for collecting product data from platforms like 1688 or Taobao and publishing them to Temu shops. While the script handles credentials and stores an authorization token in a local configuration file (`~/.htyd-mcp-client-streamable.json`), these actions are consistent with its stated purpose as a CLI tool for e-commerce management. No evidence of data exfiltration, malicious persistence, or prompt injection attacks was found; the script uses only native Node.js modules and lacks external dependencies.
Capability Assessment
Purpose & Capability
Name/description match the shipped code: the included Node script implements an MCP Streamable HTTP client and targets the production endpoint https://dz.shuaishou.com/mcp by default. Minor inconsistency: the registry metadata lists no required environment variables, but SKILL.md and the code expect MCP_URL/MCP_APP_KEY/MCP_AUTHORIZATION — this is expected for operation but should have been declared in the manifest.
Instruction Scope
SKILL.md instructs users to run npm install and node htyd-mcp.mjs commands (tools, call, collect_and_publish, etc.). The instructions explicitly prompt for credentials if env vars are not set and perform network calls to the configured MCP endpoint. The client writes a config file to the user's home (~/.htyd-mcp-client-streamable.json) to persist Authorization tokens. The instructions do not ask the agent to read unrelated system files, but they do instruct saving and reusing credentials locally.
Install Mechanism
No install spec that downloads arbitrary code; repository ships the Node script and a minimal package.json with no dependencies. Runtime requires npm/node but no external archives or obscure URLs are fetched by an installer.
Credentials
The code and README expect MCP_APP_KEY or MCP_AUTHORIZATION (and optional MCP_URL) to authenticate to the MCP server. The manifest failing to declare these env vars is an omission. The client stores the Authorization value in a config file under the user's home directory; this is proportional to the function but users should treat that file as sensitive.
Persistence & Privilege
The skill does not request elevated system privileges or set always:true. It persists only its own config file in the user's home directory and does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shuaishou-mcp-client - After installation, invoke the skill by name or use
/shuaishou-mcp-client - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Production version release with expanded Temu publishing features.
- Declares this as the production ("正式生产环境版本") release for the htyd MCP client for https://dz.shuaishou.com/mcp.
- Adds and documents powerful new Temu-related tools and workflows: one-step collect + claim + publish ("collect_and_publish"), publish-and-track commands, and itemId-based publish record queries.
- Enhances documentation with complete workflow explanations (采集→认领→发布), recommended usage, automatic result tracking, platform support matrix, default publishing settings, and environment variable configuration.
- Clarifies that full automation (publish) currently only supports Temu (platId 68); other platforms stop at claim.
- Provides both English and Chinese usage instructions and parameter references.
v1.0.0
Initial release of htyd-mcp-client-streamable, an MCP client for Streamable HTTP endpoints.
- Provides a Node.js client to connect to MCP servers over Streamable HTTP transport (`/mcp`).
- Supports listing and invoking all available MCP tools, including authentication with `login_shuashou`.
- Documents quick start, example commands, and recommended workflows for use in environments lacking native MCP support (such as OpenClaw).
- Includes environment variable configuration and persistent storage for authentication tokens.
- Covers all major MCP actions: shop listing, goods collection, login, and claims.
Metadata
Frequently Asked Questions
What is 甩手店长一键采集,刊登?
Builds and uses an MCP client (Streamable HTTP transport) to connect to the htyd MCP server and invoke all available tools (including login). Use when connec... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install 甩手店长一键采集,刊登?
Run "/install shuaishou-mcp-client" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 甩手店长一键采集,刊登 free?
Yes, 甩手店长一键采集,刊登 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 甩手店长一键采集,刊登 support?
甩手店长一键采集,刊登 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 甩手店长一键采集,刊登?
It is built and maintained by WangJie (@wang-jie-ss); the current version is v1.0.1.
More Skills