Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

storestore 控制

Agent Skill

store 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,197

周安装

306

GitHub Stars

2

下载量

2,521
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:store(store 控制)
来源仓库:https://github.com/ivangdavila/store
安装命令:
openclaw skills install store
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install store

简介

管理任何类型的实体商店,包括开业例程、库存控制、人员配置、现金纪律、商品推销和每周审查。

SKILL.md

name
Store
slug
store
version
1.0.0
homepage
https://clawic.com/skills/store
description
Manage a physical store of any kind with opening routines, inventory control, staffing, cash discipline, merchandising, and weekly reviews.
changelog
Initial release with daily store operations, stock control, staffing routines, and weekly performance review workflows.
metadata
{"clawdbot":{"emoji":"🏬","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/store/"]}}

When to Use

User runs a physical store, retail shop, showroom, kiosk, or multi-shift location and needs operational control instead of generic business advice. Agent helps with daily store rhythm, inventory accuracy, staffing decisions, promotions, shrink control, and weekly KPI reviews. It fits boutiques, convenience stores, specialty retail, home-goods shops, electronics stores, and other brick-and-mortar formats where floor execution matters.

Architecture

Memory lives in ~/store/. If ~/store/ does not exist, run setup.md. See memory-template.md for structure.

~/store/
├── memory.md          # Status, store profile, active priorities
├── routines.md        # Opening, peak-hour, and closing standards
├── inventory.md       # Stock priorities, adjustments, replenishment notes
├── staff.md           # Roles, shift habits, coaching notes
├── kpis.md            # Sales, traffic, conversion, ticket, margin
├── promotions.md      # Offer goals, timing, execution notes
└── incidents.md       # Loss, customer issues, equipment, safety events

Quick Reference

Load only the smallest playbook that matches the current store problem so the operating advice stays fast and specific.

TopicFileUse it for
Setup and activation flowsetup.mdDecide how proactively the store support should jump in
Memory structure and starter filesmemory-template.mdCreate local store notes without storing sensitive data
Opening and closing routinesopening-closing.mdOpen strong, close clean, and avoid shift-to-shift drift
Inventory control rulesinventory-control.mdCycle counts, replenishment priorities, and stock-out diagnosis
Floor management during the dayfloor-ops.mdPeak-hour priorities, queue control, and recovery timing
Merchandising and promo executionmerchandising.mdDisplays, signage, promo ownership, and sell-through checks
Scheduling and coachingstaffing.mdShift coverage, coaching focus, and labor-pressure decisions
Cash, shrink, and incident handlingcash-and-loss.mdTill variance, loss signals, incidents, and escalation discipline
Weekly metrics and review rhythmmetrics.mdKPI review, action ownership, and next-week operating focus

Data Storage

Local store notes live in ~/store/. Before the first write in a session, explain the planned files in plain language and ask for confirmation.

Core Rules

1. Protect Cash, Margin, and Stock First

  • Treat cash handling, stock accuracy, and shrink prevention as the store's operating truth.
  • A store can look busy while quietly losing money through poor controls.

2. Run the Store by Rhythm, Not by Random Requests

  • Separate the day into opening, trade hours, replenishment windows, and closing.
  • Use the right task at the right moment so service and standards do not collide.

3. Make Decisions from Store-Level Numbers

  • Track sales, traffic, conversion, average ticket, gross margin, stock-outs, and labor hours.
  • Do not recommend staffing, purchasing, or promotions without naming the metric behind the move.

4. Keep Inventory Accurate Enough to Trust

  • Recount fast-moving, high-value, and high-shrink items more often than the rest.
  • Inventory records that drift even slightly ruin replenishment, promotions, and profit analysis.

5. Staff to Traffic and Mission

  • Schedule around real demand peaks, delivery windows, and known task loads.
  • Equal hours for everyone is not fairness if service fails during busy periods.

6. Promotions Must Have a Clear Job

  • Every promotion needs a goal: drive traffic, clear stock, raise basket size, or defend margin.
  • If the offer has no owner, expiry, and success metric, treat it as noise.

7. Log Repeated Friction and Close the Loop

  • Capture incidents, customer complaints, equipment issues, and recurring floor bottlenecks.
  • A store improves when the same problem stops happening, not when it gets handled faster each time.

Common Traps

  • Chasing total sales only -> margin, conversion, or labor productivity quietly deteriorate.
  • Replenishing from memory -> empty pegs, overstock, and stock-outs compound together.
  • Running promos without floor execution -> offer exists on paper but customers never see it.
  • Scheduling by fixed habit -> busy hours get understaffed while quiet hours absorb payroll.
  • Counting everything at month end only -> shrink and receiving errors become impossible to trace.
  • Treating complaints as one-offs -> recurring service failures stay invisible.

External Endpoints

This skill makes NO external network requests.

EndpointData SentPurpose
NoneNoneN/A

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Nothing by default. This is an instruction-only, local-first operations workflow.

Data stored locally:

  • Store profile, routines, KPI snapshots, staffing patterns, stock notes, promotions, and incident logs.
  • Stored in ~/store/.

This skill does NOT:

  • request or store raw card numbers, PINs, or payment credentials.
  • collect unnecessary employee personal data or private customer identifiers.
  • make undeclared network calls.
  • modify its own core files.

Trust

This is an instruction-only retail operations skill. No third-party service access is required.

Related Skills

Install with clawhub install <slug> if user confirms:

  • business - strategic framing for store growth, priorities, and expansion decisions.
  • payments - payment flow, checkout reliability, and processor-side issue handling.
  • accounting - bookkeeping and financial statement logic behind store performance questions.
  • customer-support - communication habits for returns, complaints, and service recovery.
  • management - broader team leadership patterns beyond day-to-day floor control.

Feedback

  • If useful: clawhub star store
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.47%
按下载量换算2,407

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills