← Back to Skills Marketplace
MoreStore
by
Tyler-Odenthal
· GitHub ↗
· v1.0.0
· MIT-0
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install morestore
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install morestore - After installation, invoke the skill by name or use
/morestore - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — sign up, log in, create A2A buyer/seller campaigns, find brand matches, and manage B2B deal pipelines from OpenClaw.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.
How do I install MoreStore?
Run "/install morestore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MoreStore free?
Yes, MoreStore is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MoreStore support?
MoreStore is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MoreStore?
It is built and maintained by Tyler-Odenthal (@tyler-odenthal); the current version is v1.0.0.
More Skills