← Back to Skills Marketplace
abca12a

Rakuten Shop Analysis

by abca12a · GitHub ↗ · v0.1.10 · MIT-0
cross-platform ✓ Security Clean
239
Downloads
1
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install rakuten-shop-analysis
Description
用于分析 Rakuten 乐天店铺。用户提供店铺链接或 shopCode 时使用,适合竞品研究、店铺结构分析和快速出报告。
Usage Guidance
This skill appears internally consistent: it sends the shop URL/shopCode to a hosted backend you don't control and returns that backend's analysis. Before installing, consider: (1) the backend domain (https://rakuten.845817074.xyz) is not an official Rakuten host — confirm you trust that operator; (2) inputs you give (shop URLs or shopCodes) will be sent off-platform and could be logged or correlated with your IP; (3) no token is required (anonymous access), which makes usage easy but provides no guarantees about data retention or abuse; (4) if you need stronger privacy guarantees, avoid using the skill or request a self-hosted/backend-with-audit option from the author. If you want to dig deeper, review the upstream repository, run the included tests locally, and monitor outbound network requests (to confirm only the documented endpoints are contacted).
Capability Analysis
Type: OpenClaw Skill Name: rakuten-shop-analysis Version: 0.1.10 The skill is a legitimate tool for Rakuten shop analysis that communicates with a hardcoded backend (https://rakuten.845817074.xyz). The code in scripts/run.mjs and scripts/format-output.mjs is well-structured, includes error handling for rate limiting, and contains no evidence of data exfiltration, obfuscation, or unauthorized execution. Furthermore, the instructions in SKILL.md and agents/openai.yaml include defensive constraints that explicitly forbid the AI agent from writing arbitrary scripts or performing direct scraping, which reduces the risk of unintended behavior.
Capability Assessment
Purpose & Capability
The name/description state that analysis is performed by a hosted backend; the code (scripts/run.mjs) implements POST/poll/summary calls to that backend and formats the returned data. Required runtime (node) matches the included JS files. There are no unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md explicitly states the skill will send the provided shop link/shopCode to a hosted backend and forbids the agent from scraping Rakuten or writing ad-hoc fetch scripts. That scope is narrow and consistent, but it does mean user-provided inputs are transmitted to an external service (the SKILL.md and README both name the domain https://rakuten.845817074.xyz).
Install Mechanism
No install spec that downloads arbitrary code; the skill is instruction + small JS files included in the bundle and requires node on the host. Nothing is fetched from untrusted URLs during install.
Credentials
The skill requests no environment variables or secrets (primary credential: none). However, it does transmit user-provided shop identifiers to a third-party host (anonymous mode, no token). That data transmission is proportional to the stated purpose but is a privacy/third-party exposure risk users should be aware of.
Persistence & Privilege
The skill is not always-on and is user-invocable. It does not request elevated platform privileges, does not modify other skills' configs, and does not persist additional credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rakuten-shop-analysis
  3. After installation, invoke the skill by name or use /rakuten-shop-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.10
Forbid background monitoring claims when a run does not return final results
v0.1.9
Hide internal API details from model output and tighten prompt constraints
v0.1.8
Ban ad-hoc scraper script generation
v0.1.7
Disclose hosted backend and input transmission
v0.1.6
Simplify ClawHub skill description
v0.1.5
Hide backend implementation details from users
v0.1.4
Remove token configuration from current skill
v0.1.3
Disable custom API base URL for now
v0.1.2
Prevent ad-hoc API host hallucinations
v0.1.1
Clarify direct usage flow for normal users
v0.1.0
Initial public release
Metadata
Slug rakuten-shop-analysis
Version 0.1.10
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is Rakuten Shop Analysis?

用于分析 Rakuten 乐天店铺。用户提供店铺链接或 shopCode 时使用,适合竞品研究、店铺结构分析和快速出报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install Rakuten Shop Analysis?

Run "/install rakuten-shop-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rakuten Shop Analysis free?

Yes, Rakuten Shop Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rakuten Shop Analysis support?

Rakuten Shop Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rakuten Shop Analysis?

It is built and maintained by abca12a (@abca12a); the current version is v0.1.10.

💬 Comments