← 返回 Skills 市场
ljqdh

Q Erp

作者 lee · GitHub ↗ · v1.0.19 · MIT-0
cross-platform ✓ 安全检测通过
282
总下载
1
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install q-erp
功能描述
千易 ERP 管理查询技能(一期增强)。覆盖老板快报、今日经营动态、商品销售情况、增长潜力、平台/站点/店铺/店铺组/店铺负责人销售战绩、七日销售走势;所有查询必须通过 q-claw。
安全使用建议
This skill appears coherent and limited to routing ERP queries to a backend via the `q-claw` tool. Before installing, verify: (1) your agent runtime provides the expected q-claw integration and securely injects tenantKey/openId (least privilege), (2) you trust the backend endpoints that will receive userInput and may return verificationUri links (avoid phishing), and (3) you are comfortable that the skill intentionally hides internal scene codes and routing logic from user-facing responses (reduces transparency but is by design). If you need auditability, ensure call logs to q-claw/backend are available for review.
功能分析
Type: OpenClaw Skill Name: q-erp Version: 1.0.19 The skill bundle defines a structured interface for an AI agent to query ERP management data via a tool named 'q-claw'. The instructions in SKILL.md focus on intent routing, locale-specific formatting, and data validation for business reports (e.g., sales trends, store performance). There is no evidence of malicious intent, data exfiltration, or unauthorized command execution; the 'stealth' requirements are standard UX constraints to prevent leaking internal logic to the end-user.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (ERP management queries) align with the SKILL.md routing table and the listed scenes; required capabilities (only read/query) match the stated scope. No unrelated resources or credentials are requested.
Instruction Scope
SKILL.md narrowly defines routing rules, multi-turn behavior, time-handling, and mandates that all queries go through `q-claw`. It forbids write actions and exposure of internal scene names or docs. It reads only `context.locale` and passes userInput/params to the backend — no file reads, arbitrary network exfiltration, or unrelated system access are instructed.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk or fetched during install.
Credentials
The skill declares no required env vars or credentials, which is appropriate. It does expect runtime-injected fields (tenantKey/openId) to be provided when calling `q-claw`; confirm your agent/platform supplies those securely and with least privilege. Also the skill instructs presenting backend-provided verificationUri links (for AUTH_REQUIRED/EXPIRED) — ensure those auth flows are trusted.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default) but not combined with elevated privileges or wide credential access. The skill does not request persistent system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install q-erp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /q-erp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.19
q-erp 1.0.19 - 强化“老板快报”总结输出规范,要求按 locale 输出,结构为结论优先+归因+优先排查建议。 - 增加对 diagnosticFacts.riskFlags(如订单为0/趋势异常/订单下滑)场景的专门应答与引导。 - 明确“老板快报”归因只可用指定算法输出,无内容时必须显式说明“数据不足以定位”。 - 更新“老板快报”利润等信息缺失时必须说明仅为经营判断,不可扩展主观指标。 - 其他文档表述优化和规范细化,无功能接口变更。
v1.0.18
**Expanded English input handling, natural language improvements, and multi-turn logic updates.** - Expanded场景路由与匹配,支持更多英文常用表达(如 "Which products are selling best?", "How has it trended over the last few days?")。 - 加强多轮会话规则,规范口语化省略追问、归因性追问的自动承接和自然补全处理。 - 补充场景路由与多轮会话的英文表达范例,明确建议只用自然问法,避免模板化表达。 - 优化用户推荐、追问与收尾提示,强调使用正常口语化表达,不再采用直接标题或模板句。 - 细化禁止事项与输出要求,提升整体交互自然性和业务边界一致性。
v1.0.15
- 增加老板快报场景下对 `presentation.visualMode` 与 `visualPayload` 的处理规则:若存在视觉呈现内容,仅按渠道展示结构处理,不得将其中字段作为独立事实源补充经营结论。 - 版本号更新为 1.0.15。 - 其余说明、核心功能和场景路由未做修改。
v1.0.14
**新增“老板快报”场景,并丰富场景路由与处理说明。** - 增加“老板快报”相关场景(如今天生意怎么样/整体表现等),并对应新的 `erp.management.boss.briefing` 路由与详细示例。 - 完善今日经营相关表达路由规则,细化与“老板快报”的区分。 - 为老板快报业务新增特殊结果处理规则,包括经营判断与利润、成本等数据缺失时的用户提示。 - 扩充了 Route Table,支持更多常见用户问法(中英文)。 - 修正并优化部分业务能力描述及返回示例。 - 版本号升级为 1.0.14。
v1.0.13
- Expanded support for new ERP management queries: now includes store, store group, and store manager sales records. - Updated scene routing table and tool call examples to cover the above new query types. - Enhanced description and documentation to reflect the extended query coverage. - No changes to business logic or result handling; all new business scenarios follow existing processing rules.
v1.0.12
- Added new rules to hide all internal scene codes and technical identifiers from end users, especially when handling unavailable scenarios or business recommendations. - Clarified that business names in recommendations must be localized, based on current capabilities, and scene codes must not appear in any user-facing output. - Enhanced the "Critical Rules" and "Result Handling" sections to reinforce restriction on exposing internal information such as route judgments or skill documentation. - Incremented version to 1.0.12.
v1.0.11
- 新增“平台销售战绩”、“站点销售战绩”、“七日销售走势”相关查询及场景路由(分别支持 platform、site、seven-day trend 等新意图)。 - 扩展场景匹配表和英文表达覆盖新增场景。 - 更新 Scope、Tool Call Examples 和 Time Handling,明确七日销售走势场景优先级。 - 文档描述优化,明确一期能力边界与输出规范。
v1.0.10
- 加强了对核心业务字段缺失情况下的降级处理规则,明确防止无效商品名称/编码等信息直接展示给用户。 - 增加禁止将技能内部文档、scene 名称、调用准备过程等内部信息暴露给用户的要求。 - 新增商品销售榜单无效项处理细则,避免 spuTitle/spu/skuName/sku 全为空的商品项展现。 - 强化展示层输出规范,禁止输出 null、undefined、空斜杠等技术占位内容。 - 版本号更新至 1.0.10。
v1.0.7
- Clarified multi-turn dialogue and time handling, specifying that all ambiguous time inputs must be passed as-is in `userInput`. - Added a rule to always use “千易 ERP” as the product name when describing capabilities, and to state clear capability boundaries. - Expanded multi-turn routing and parameter handling guidance to prevent making unsupported assumptions or inventing request parameters. - Updated guidance for first-time authorization: now, guidance messages must only be output as returned by backend, without modification or duplication. - Minor clarifications and structural improvements for better compliance and accuracy.
v1.0.6
- Added locale policy: skill now detects context.locale and replies in Simplified Chinese (zh_CN) or English (en_US); defaults to English for other locales. - Included English example phrases and usage guidance for both Chinese and English users. - Updated firstTimeAuth message: content now adapts to the user's locale, providing relevant sample queries in both languages. - No other functional changes.
v1.0.4
v1.0.4 - Updated the SKILL.md handling instructions for ERP首次授权成功时的用户引导体验。 - Now, when firstTimeAuth is true, a formatted guidance message with sample questions is appended after the business result. - No changes to skill interface or routing logic.
v1.0.3
- Added requirement to output a Markdown clickable authorization link (`[点击授权](<verificationUri>)`) when `AUTH_REQUIRED` or `AUTH_EXPIRED` are returned, instead of plain text. - Removed the rule to append the skill version line to successful ERP query results. - Updated result handling instructions to match the new authorization link requirement.
v1.0.2
- 更新技能版本号至 1.0.2,并在所有 ERP 成功查询结果末尾追加版本号行:技能版本:1.0.2 - 其余功能和规则保持不变
v1.0.1
- 新增:联调验证期间,所有 ERP 成功查询结果末尾需追加“技能版本:1.0.1”提示。 - 其余规则与接口调用方式保持不变。
v1.0.0
q-erp 1.0.0 - First Release - Provides ERP management query capabilities for today's operations, product sales overview, and growth opportunities. - Only supports queries via q-claw; direct data fabrication is prohibited. - Includes strict scene routing rules and clear field mapping based on user intent. - Handles authorization requirements, guiding users when authentication is needed. - Notifies users after first-time authorization and explains any missing backend fields.
元数据
Slug q-erp
版本 1.0.19
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 15
常见问题

Q Erp 是什么?

千易 ERP 管理查询技能(一期增强)。覆盖老板快报、今日经营动态、商品销售情况、增长潜力、平台/站点/店铺/店铺组/店铺负责人销售战绩、七日销售走势;所有查询必须通过 q-claw。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。

如何安装 Q Erp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install q-erp」即可一键安装,无需额外配置。

Q Erp 是免费的吗?

是的,Q Erp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Q Erp 支持哪些平台?

Q Erp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Q Erp?

由 lee(@ljqdh)开发并维护,当前版本 v1.0.19。

💬 留言讨论