openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 微盟帮助中心

This skill helps merchants learn and understand Weimob's features and capabilities (e.g., Weimob Shop, Wholesale Shop, Smart Retail, Smart Supermarket, Smart...

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 37 · 0当前安装次数· 0历史安装次数

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:alphatok/weimob-helper

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only wrapper that queries Weimob's public help-center search API and formats results for merchants; its requirements and instructions are consistent with that purpose.

目的

The name/description say it helps merchants understand Weimob features; the SKILL.md instructs the agent to call Weimob's help-center search API and present results. No unrelated credentials, binaries, or installs are requested — the requested network access aligns with the stated purpose.

说明范围

Runtime instructions are focused: extract keywords, call the specified search endpoint via the web_fetch tool, and produce grounded responses while preserving system path strings. The skill does not direct the agent to read local files or other environment variables. Note: it will send user query text to help.weimob.com (expected for a help-center search).

安装机制

No install spec or code files are present (instruction-only), so nothing is written to disk and there is no third-party package installation risk.

证书

The skill declares no required environment variables, credentials, or config paths. There are no disproportionate secret or credential requests relative to the simple search-and-display functionality.

持久

always is false and the skill is user-invocable; it does not request permanent presence, nor modify other skills or system-wide settings. Autonomous invocation is allowed by default but is not combined with other concerning privileges here.

综合结论

This skill is coherent and low-risk: it simply queries Weimob's public help-center search API and reformats results. Consider that user query text will be sent to help.weimob.com, so avoid including sensitive personal or business secrets in queries. The skill assumes a platform-provided web_fetch tool; if your environment disables outbound HTTP for privacy or compliance, the skill will not function. If you want to limit network calls, keep the…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「微盟帮助中心」。简介:This skill helps merchants learn and understand Weimob's features and capabilit…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alphatok/weimob-helper/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: weimob-help-center
description: This skill helps merchants learn and understand Weimob's features and capabilities (e.g., Weimob Shop, Wholesale Shop, Smart Retail, Smart Supermarket, Smart Mall, WeCom Assistant, and WeCom Mini Assistant). It should be triggered when a user asks about Weimob's functions, product capabilities, or operational workflows.
---

# Weimob Help Center

## Overview

This skill enables Claude to search the Weimob Help Center and provide concise, grounded, and user-friendly explanations of Weimob's product capabilities and system paths.

## Workflow

To assist a merchant using this skill:

### 1. Extract Search Query
Identify the core keywords from the user's request (e.g., "微商城", "企微助手", "智慧零售", "智慧商超", "智慧购百", "批发商城").

### 2. Search Weimob Help Center
Use the `web_fetch` tool to call the search API:
`https://help.weimob.com/os/api/hcai/search?keyword={keyword}&groupId=0&status=1&page=1&pageSize=20`

- Ensure `{keyword}` is properly URL-encoded.
- The `groupId=0` parameter searches all groups; `status=1` targets active content.

### 3. Generate Grounded Response
Analyze the search results and format the response according to these rules:

- **Opening**: Start with a user-friendly, grounded (接地气), and concise (言简意赅) answer to the user's core question.
- **Paths**: **MUST RETAIN** all system-related path information exactly as provided (e.g., `商城 → 售后管理 → 售后订单`). Do NOT modify or simplify these paths.
- **Content**:
  - Focus on explaining the specific capability or function the user inquired about.
  - Summarize the key steps or requirements clearly.
  - If multiple relevant features are found, list the most important ones with their primary backend paths.
- **Tone**: Professional yet approachable, suitable for a business assistant helping a merchant.

## Example

**User**: "怎么看全部订单?"

**Assistant Action**: Call API with `keyword=全部订单`.

**Assistant Response**: 
"亲,查看店铺的全部订单非常简单。您可以直接进入微盟后台,按照以下路径查看:
**商城 → 订单管理 → 全部订单**

在这里,您可以统一管理所有状态的订单,支持根据订单号、买家姓名、下单时间等多种维度进行精准筛选。如果是需要处理售后退款,则需要前往 **商城 → 售后管理 → 售后订单**。
"

## Guidelines

- Prioritize accuracy of system paths over stylistic changes.
- If the search results are too technical, translate them into business-oriented language while keeping the core instructions intact.
- Avoid unnecessary jargon; keep the focus on helping the merchant understand and execute.