← 返回 Skills 市场
129
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mobazha-store-onboarding
功能描述
Complete the first-time setup wizard for a new Mobazha store. Use after deployment to configure admin password, store name, currencies, and profile.
安全使用建议
This skill appears to implement a legitimate store onboarding flow, including setting an admin password and obtaining a bearer token. However, the skill metadata does NOT declare required credentials even though SKILL.md says credentials will be used — that's an inconsistency you should fix or confirm before using. Before installing or running: 1) Confirm the skill source and trustworthiness; 2) Only provide the admin password and bearer token interactively, never as persistent env vars or files; 3) Require the agent to ask for explicit consent and to confirm the target store URL (to avoid mis-targeting); 4) Test the flow on a non-production instance first; 5) Ask the publisher/maintainer to update registry metadata to declare the credential types (primary credential) so the platform can protect them. If you cannot verify the source or the metadata is not fixed, consider the skill suspicious and avoid using it for production stores.
功能分析
Type: OpenClaw Skill
Name: mobazha-store-onboarding
Version: 0.2.0
The skill bundle provides legitimate documentation and API instructions for the first-time setup of a Mobazha store. It includes security-conscious instructions for the AI agent to handle credentials safely and provides standard administrative troubleshooting commands for local database resets in SKILL.md. No evidence of malicious intent, data exfiltration, or unauthorized access was found.
能力标签
能力评估
Purpose & Capability
The SKILL.md clearly describes setting an admin password and obtaining a Bearer token (sensitive operations appropriate for an onboarding skill). However, the registry metadata declares no primary credential and no required env vars/config paths. That mismatch is unexpected: a skill that handles admin credentials should declare that in its metadata so callers/platform can enforce protections.
Instruction Scope
The runtime instructions stay within the stated onboarding scope: checking /v1/system/setup, POSTing to /v1/system/setup to set the admin password, then using /platform/v1/auth/tokens and profile/settings/media endpoints. The doc explicitly requires explicit user consent before making API calls and warns not to store secrets. It does not instruct the agent to read unrelated files or system state. One place to watch: the instructions assume the agent or user supplies the correct store URL and do not prescribe hostname verification or ways to confirm the target is the intended store (a potential for mis-targeting/social-engineering).
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes disk-write/execution risk — the skill will only run the agent's normal networking/IO actions per the SKILL.md.
Credentials
The SKILL.md declares requires_credentials: true and enumerates 'Admin password' and 'Bearer token' as credential types, but the registry metadata lists no required env vars and no primary credential. That inconsistency means the platform cannot automatically protect or surface required secrets. The number and sensitivity of credentials (admin password / bearer token) are proportional to onboarding, but they should be declared in metadata so the agent/platform can handle them securely.
Persistence & Privilege
The skill is not always-enabled and has no install persistence. Autonomous invocation is allowed (platform default). Because this skill deals with sensitive credentials, autonomous runs combined with the metadata omission raise risk: ensure the agent will solicit explicit consent at runtime and will not persist or leak credentials. The SKILL.md does instruct not to store or log secrets.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mobazha-store-onboarding - 安装完成后,直接呼叫该 Skill 的名称或使用
/mobazha-store-onboarding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Add credential declarations and consent notice for password setup
v0.1.0
Initial release
元数据
常见问题
Store Onboarding 是什么?
Complete the first-time setup wizard for a new Mobazha store. Use after deployment to configure admin password, store name, currencies, and profile. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Store Onboarding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mobazha-store-onboarding」即可一键安装,无需额外配置。
Store Onboarding 是免费的吗?
是的,Store Onboarding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Store Onboarding 支持哪些平台?
Store Onboarding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Store Onboarding?
由 fengzie(@fengzie)开发并维护,当前版本 v0.2.0。
推荐 Skills