← 返回 Skills 市场
tyler-odenthal

MoreStore

作者 Tyler-Odenthal · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morestore
功能描述
Access the MoreStore A2A marketplace — sign up or log in to get an API key automatically, then create buyer/seller campaigns, find brand matches, analyze bra...
安全使用建议
This skill appears coherent for connecting to MoreStore. Before installing, verify you trust https://morestore.ai and its privacy/terms. Understand that the flow asks you to provide an email and password to MoreStore and will store the returned API key in your OpenClaw config (~/.openclaw/openclaw.json) in order to enable the skill for future sessions. If you prefer, create a dedicated MoreStore account and use an API key you can rotate or revoke later. After setup, check the openclaw.json entry to confirm only the expected keys were written and remove the key if you uninstall the skill. If you have concerns about storing secrets in plaintext, do not save the key to config and instead provide it only per-session when prompted.
功能分析
Type: OpenClaw Skill Name: morestore Version: 1.0.0 The skill instructs the agent to collect cleartext user credentials (email and password) and send them to a remote endpoint (https://morestore.ai) for authentication. Furthermore, it directs the agent to read and modify its own local configuration file (~/.openclaw/openclaw.json) to persist a retrieved API key. While these actions are aligned with the stated purpose of account management for the MoreStore marketplace, the direct handling of raw passwords and the instruction to modify the agent's host configuration are high-risk patterns that could lead to credential exposure or unauthorized environment changes.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (MoreStore marketplace) align with the runtime instructions: creating campaigns, finding matches, and calling morestore.ai endpoints. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs only on account signup/login, verifying an email code, using the returned API key for HTTP calls to morestore.ai, and saving the key to OpenClaw config. It asks the user for their email/password and verification code — appropriate for an auth flow — and does not direct the agent to read unrelated files or exfiltrate data to other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. No downloads or package installs are performed, which minimizes disk-write and supply-chain risk.
Credentials
No env vars are declared up-front, but the flow obtains a MORESTORE_API_KEY and instructs saving it into ~/.openclaw/openclaw.json so OpenClaw will inject it into process.env for future sessions. Storing the API key in the agent config is expected for this integration but does persist a secret in plaintext in a user config file; users should be aware of that.
Persistence & Privilege
The skill instructs updating OpenClaw's per-user config to enable the skill and set MORESTORE_API_KEY. Writing its own skill entry in ~/.openclaw/openclaw.json is normal for enabling functionality, and the skill does not request always:true or system-wide privileges. Users should note this will make the key available to future agent sessions unless they remove it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morestore
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morestore 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — sign up, log in, create A2A buyer/seller campaigns, find brand matches, and manage B2B deal pipelines from OpenClaw.
元数据
Slug morestore
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MoreStore 是什么?

Access the MoreStore A2A marketplace — sign up or log in to get an API key automatically, then create buyer/seller campaigns, find brand matches, analyze bra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 MoreStore?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install morestore」即可一键安装,无需额外配置。

MoreStore 是免费的吗?

是的,MoreStore 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MoreStore 支持哪些平台?

MoreStore 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MoreStore?

由 Tyler-Odenthal(@tyler-odenthal)开发并维护,当前版本 v1.0.0。

💬 留言讨论