← Back to Skills Marketplace
128
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mobazha-store-mcp-connect
Description
Connect an AI agent to a Mobazha store via MCP (Model Context Protocol). Use when the user wants their agent to directly manage store products, orders, and s...
Usage Guidance
This skill appears to do what it says (connect an AI agent to a Mobazha store) but there are important gaps you should consider before installing:
- Metadata mismatch: the SKILL.md requires an API token and optionally SSH credentials, but the registry entry lists no required credentials. Assume the skill needs a Bearer API token and plan accordingly.
- Minimize scope: create the least-privilege API token possible (read-only or scoped to only the actions the agent needs) before connecting. Test with a read-only token first.
- Secret handling: follow the skill's own advice—store tokens in environment variables or a secrets manager, not in source-controlled config files. If you must add tokens to agent config files, ensure those files are excluded from VCS and have appropriate filesystem permissions.
- Admin/password use: only run token-generation curl commands on machines you control; avoid pasting admin passwords into third-party UIs or untrusted agents.
- Verify endpoints and provenance: confirm the SSE URL you configure actually belongs to your store (and not a typo or malicious domain). Because the skill has no homepage and unknown source, prefer manual verification and avoid downloading binaries unless from an official Mobazha release (e.g., official Docker image or GitHub release).
- If you permit SSH tunneling, ensure the SSH key/credentials are tightly controlled and that you understand the tunnel's implications.
If you want, provide the registry/package metadata or a link to an official Mobazha documentation page; with that I can re-evaluate and raise or lower the concern level.
Capability Analysis
Type: OpenClaw Skill
Name: mobazha-store-mcp-connect
Version: 0.2.0
The skill bundle consists of documentation (SKILL.md) providing instructions for connecting an AI agent to a Mobazha store using the Model Context Protocol (MCP). It includes configuration examples for various agents, security best practices for handling API tokens, and a list of available management tools. No executable code is provided, and the instructions are transparent, defensive, and aligned with the stated purpose of store integration.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name and instructions align: connecting an AI agent to a Mobazha store legitimately requires an API token and sometimes SSH/tunneling. The listed MCP tools (products, orders, chat, etc.) match that purpose.
Instruction Scope
SKILL.md explicitly instructs the agent/user to obtain/store an API token, add credentials to agent config files (e.g., ~/.claude.json, .cursor/mcp.json, opencode.json), and optionally use SSH tunnels. Those actions are within scope for a store-connection skill, but the instructions also include curl commands that post admin passwords to obtain tokens—users should be warned to run those commands only on trusted machines and to avoid embedding secrets in source-controlled files.
Install Mechanism
This is an instruction-only skill with no install spec (low installation risk). However, SKILL.md references a stdio binary (mobazha-mcp) bundled in the standalone Docker image with no install instructions or provenance provided — worth noting because if a user seeks that binary they will pull code/binaries outside the skill metadata.
Credentials
SKILL.md declares 'requires_credentials: true' and specifies an API Bearer token and optional SSH credentials, and it suggests env vars like MOBAZHA_TOKEN / MOBAZHA_GATEWAY_URL. But the registry metadata lists no required env vars or primary credential. This inconsistency is significant: the skill will require sensitive tokens, yet the published metadata did not declare them. Users need to be explicitly alerted that tokens will be stored in agent config files or environment variables.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It instructs editing user-level agent config files (expected for this use case) rather than modifying other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mobazha-store-mcp-connect - After installation, invoke the skill by name or use
/mobazha-store-mcp-connect - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add credential declarations and consent notice; strengthen credential safety guidance
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Store Mcp Connect?
Connect an AI agent to a Mobazha store via MCP (Model Context Protocol). Use when the user wants their agent to directly manage store products, orders, and s... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Store Mcp Connect?
Run "/install mobazha-store-mcp-connect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Store Mcp Connect free?
Yes, Store Mcp Connect is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Store Mcp Connect support?
Store Mcp Connect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Store Mcp Connect?
It is built and maintained by fengzie (@fengzie); the current version is v0.2.0.
More Skills