Compare commits

...

1 Commits

Author SHA1 Message Date
teknium1
477c925bab refactor(skills): rename shop-app skill to shop
Renames the optional shop-app skill to shop for consistency (openclaw
uses 'shop') and rewrites the frontmatter description to lead with
shopping intent verbs, which drive agent skill selection. The old
description ('Shop.app: ...') also produced a degenerate docs title
('Shop App - Shop') because the docs generator splits the description on
the first period; the new description renders a clean 'Shop' title.

- name: shop-app -> shop, version 0.0.28 -> 0.0.29
- description rewritten for discoverability (intent-first, Shop.app trailing)
- regenerated en docs page + catalog + sidebar via generate-skill-docs.py
- updated zh-Hans i18n page + catalog row by hand (generator skips i18n)
2026-06-03 03:56:07 -07:00
6 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
---
name: shop-app
description: "Shop.app: product search, order tracking, returns, reorder."
version: 0.0.28
name: shop
description: "Shopping assistant — search and buy products across stores, compare prices, find similar items, track orders, manage returns, and re-order past purchases (powered by Shop.app)."
version: 0.0.29
author: community
license: MIT
platforms: [linux, macos, windows]

View File

@@ -155,7 +155,7 @@ hermes skills uninstall <skill-name>
| [**canvas**](/docs/user-guide/skills/optional/productivity/productivity-canvas) | Canvas LMS integration — fetch enrolled courses and assignments using API token authentication. |
| [**here.now**](/docs/user-guide/skills/optional/productivity/productivity-here-now) | Publish static sites to &#123;slug&#125;.here.now and store private files in cloud Drives for agent-to-agent handoff. |
| [**memento-flashcards**](/docs/user-guide/skills/optional/productivity/productivity-memento-flashcards) | Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/impor... |
| [**shop-app**](/docs/user-guide/skills/optional/productivity/productivity-shop-app) | Shop.app: product search, order tracking, returns, reorder. |
| [**shop**](/docs/user-guide/skills/optional/productivity/productivity-shop) | Shopping assistant — search and buy products across stores, compare prices, find similar items, track orders, manage returns, and re-order past purchases (powered by Shop.app). |
| [**shopify**](/docs/user-guide/skills/optional/productivity/productivity-shopify) | Shopify Admin & Storefront GraphQL APIs via curl. Products, orders, customers, inventory, metafields. |
| [**siyuan**](/docs/user-guide/skills/optional/productivity/productivity-siyuan) | SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl. |
| [**telephony**](/docs/user-guide/skills/optional/productivity/productivity-telephony) | Give Hermes phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi. |

View File

@@ -1,22 +1,22 @@
---
title: "Shop App — Shop"
sidebar_label: "Shop App"
description: "Shop"
title: "Shop"
sidebar_label: "Shop"
description: "Shopping assistant — search and buy products across stores, compare prices, find similar items, track orders, manage returns, and re-order past purchases (po..."
---
{/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */}
# Shop App
# Shop
Shop.app: product search, order tracking, returns, reorder.
Shopping assistant — search and buy products across stores, compare prices, find similar items, track orders, manage returns, and re-order past purchases (powered by Shop.app).
## Skill metadata
| | |
|---|---|
| Source | Optional — install with `hermes skills install official/productivity/shop-app` |
| Path | `optional-skills/productivity/shop-app` |
| Version | `0.0.28` |
| Source | Optional — install with `hermes skills install official/productivity/shop` |
| Path | `optional-skills/productivity/shop` |
| Version | `0.0.29` |
| Author | community |
| License | MIT |
| Platforms | linux, macos, windows |

View File

@@ -152,7 +152,7 @@ hermes skills uninstall <skill-name>
| [**canvas**](/user-guide/skills/optional/productivity/productivity-canvas) | Canvas LMS 集成 — 使用 API token 认证获取已注册课程和作业。 |
| [**here.now**](/user-guide/skills/optional/productivity/productivity-here-now) | 将静态站点发布至 &#123;slug&#125;.here.now并将私有文件存储在云端 Drive 中以供 agent 间交接。 |
| [**memento-flashcards**](/user-guide/skills/optional/productivity/productivity-memento-flashcards) | 间隔重复闪卡系统。从事实或文本创建卡片,通过 agent 评分的自由文本回答与闪卡对话,从 YouTube 字幕生成测验,使用自适应调度复习到期卡片,并支持导出/导入。 |
| [**shop-app**](/user-guide/skills/optional/productivity/productivity-shop-app) | Shop.app商品搜索、订单追踪、退货、重新下单。 |
| [**shop**](/user-guide/skills/optional/productivity/productivity-shop) | 购物助手 — 跨店铺搜索和购买商品、比价、查找相似商品、追踪订单、处理退货、重新下单(由 Shop.app 提供支持)。 |
| [**shopify**](/user-guide/skills/optional/productivity/productivity-shopify) | 通过 curl 使用 Shopify Admin 和 Storefront GraphQL API。支持商品、订单、客户、库存、元字段。 |
| [**siyuan**](/user-guide/skills/optional/productivity/productivity-siyuan) | 通过 curl 使用 SiYuan Note API在自托管知识库中搜索、读取、创建和管理块与文档。 |
| [**telephony**](/user-guide/skills/optional/productivity/productivity-telephony) | 为 Hermes 添加电话能力,无需修改核心工具。配置并持久化 Twilio 号码,发送和接收 SMS/MMS拨打直接通话并通过 Bland.ai 或 Vapi 发起 AI 驱动的外呼。 |

View File

@@ -1,22 +1,22 @@
---
title: "Shop App — Shop"
sidebar_label: "Shop App"
description: "Shop"
title: "Shop"
sidebar_label: "Shop"
description: "购物助手 — 跨店铺搜索和购买商品、比价、查找相似商品、追踪订单、处理退货、重新下单(由 Shop.app 提供支持)。"
---
{/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */}
# Shop App
# Shop
Shop.app商品搜索、订单追踪、退货、重新下单
购物助手 — 跨店铺搜索和购买商品、比价、查找相似商品、追踪订单、处理退货、重新下单(由 Shop.app 提供支持)
## Skill 元数据
| | |
|---|---|
| 来源 | 可选 — 使用 `hermes skills install official/productivity/shop-app` 安装 |
| 路径 | `optional-skills/productivity/shop-app` |
| 版本 | `0.0.28` |
| 来源 | 可选 — 使用 `hermes skills install official/productivity/shop` 安装 |
| 路径 | `optional-skills/productivity/shop` |
| 版本 | `0.0.29` |
| 作者 | community |
| 许可证 | MIT |
| 平台 | linux, macos, windows |

View File

@@ -550,7 +550,7 @@ const sidebars: SidebarsConfig = {
'user-guide/skills/optional/productivity/productivity-canvas',
'user-guide/skills/optional/productivity/productivity-here-now',
'user-guide/skills/optional/productivity/productivity-memento-flashcards',
'user-guide/skills/optional/productivity/productivity-shop-app',
'user-guide/skills/optional/productivity/productivity-shop',
'user-guide/skills/optional/productivity/productivity-shopify',
'user-guide/skills/optional/productivity/productivity-siyuan',
'user-guide/skills/optional/productivity/productivity-telephony',