← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mobazha-store-management
Description
Manage a Mobazha store using MCP tools — products, orders, messages, and settings. Requires an active MCP connection (see store-mcp-connect).
Usage Guidance
This skill appears to do what it says (manage a Mobazha store), but the package metadata omitted the declared MCP credential that SKILL.md requires — confirm with the publisher why the registry doesn't list the MCP credential. Before installing: (1) verify the skill's publisher and inspect the related store-mcp-connect skill to ensure session token handling is safe, (2) avoid providing long-lived or high-privilege MCP credentials until you trust the skill, (3) be cautious about allowing the agent to download images from arbitrary URLs (malicious content or exfiltration risk), and (4) run initial tests with a limited/test seller account and monitor actions (order changes, refunds, fund releases) rather than your production store.
Capability Analysis
Type: OpenClaw Skill
Name: mobazha-store-management
Version: 0.2.0
The skill bundle provides comprehensive instructions for an AI agent to manage a Mobazha e-commerce store via MCP tools. It defines standard operations for product listings, order processing, buyer communication, and store settings. The documentation in SKILL.md includes security-conscious best practices, such as requiring explicit user consent for destructive actions and ensuring credentials are never logged or displayed, showing no signs of malicious intent or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description and the SKILL.md are coherent: all tools and workflows (listings, orders, chat, discounts, collections, profile, settings, notifications) are consistent with managing a Mobazha store via MCP. However, the registry metadata lists no primary credential while SKILL.md declares requires_credentials: true and lists an MCP session token — this mismatch is unexpected and should be clarified.
Instruction Scope
Runtime instructions stay within store-management functionality (listing creation/update/delete, order lifecycle, messaging, discounts, collections, profile, settings). A caution: the 'Add Product' workflow accepts product images or URLs to download; downloading arbitrary URLs is an action that reaches outside the platform and should be explicitly authorized and validated. The instructions do not ask the agent to read local files, unrelated env vars, or other system config.
Install Mechanism
No install spec and no code files — this is instruction-only and does not write code to disk or pull external binaries. That minimizes supply-chain risk.
Credentials
SKILL.md requires an MCP session token (credential_types: MCP session token via store-mcp-connect), which is appropriate for a store-management skill. But the published registry metadata shows no primary credential and no required env vars — a clear inconsistency. Also, although no other secrets are requested, the skill's ability to perform actions (confirm/complete/refund orders, release escrow) means the MCP credential grants substantial control and should be treated as sensitive.
Persistence & Privilege
The skill is not forced-always, and model invocation is allowed (platform default). It does not request persistent system-wide configuration or elevated privileges. No additional persistence concerns observed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mobazha-store-management - After installation, invoke the skill by name or use
/mobazha-store-management - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add credential declarations; require explicit consent; never log tokens
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Store Management?
Manage a Mobazha store using MCP tools — products, orders, messages, and settings. Requires an active MCP connection (see store-mcp-connect). It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Store Management?
Run "/install mobazha-store-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Store Management free?
Yes, Store Management is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Store Management support?
Store Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Store Management?
It is built and maintained by fengzie (@fengzie); the current version is v0.2.0.
More Skills