← Back to Skills Marketplace
101
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install my-admapix
Description
Ad intelligence & app analytics assistant. Search ad creatives, analyze apps, view rankings, track downloads/revenue, and get market insights via api.admapix...
Usage Guidance
This skill appears to do what it says: it calls api.admapix.com and needs your ADMAPIX_API_KEY. Two things to consider before installing: (1) privacy/data exfiltration — complex "Deep Research" queries are routed to AdMapix's server and generated reports are hosted externally, so any query content (app names, competitor lists, uploaded parameters) will leave your environment; (2) credential persistence — the skill's flow will store your API key in the OpenClaw agent config when you paste it. Only proceed if you trust the AdMapix service and are comfortable storing a key on the agent. Additional practical steps: verify the publisher (homepage is missing), prefer creating a scoped/dedicated API key you can revoke, avoid pasting the key in public channels, and review AdMapix's privacy/terms before using Deep Research features.
Capability Analysis
Type: OpenClaw Skill
Name: my-admapix
Version: 1.0.0
The skill contains a shell injection vulnerability in SKILL.md, where user-provided API keys are directly interpolated into a shell command (`openclaw config set`) without sanitization. Additionally, the 'Deep Research' polling logic in SKILL.md utilizes an infinite `while true` loop to query `https://deepresearch.admapix.com`, which lacks a timeout or maximum iteration limit, potentially leading to agent hang or resource exhaustion. While these behaviors appear to be unintentional implementation flaws rather than malware, they create a significant attack surface for command execution and denial-of-service.
Capability Assessment
Purpose & Capability
Name/description (ad intelligence & app analytics) align with the only declared credential (ADMAPIX_API_KEY) and the documented API endpoints at api.admapix.com. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md stays on-topic: it specifies language handling, how to check/set the ADMAPIX_API_KEY, how to classify queries (Simple vs Deep), and how to call the documented API endpoints. Important note: the skill documents a server-side "Deep Research Framework" that will perform multi-step research and host structured HTML reports — complex/Deep queries will be sent to AdMapix servers and results hosted externally. Also the runtime flow instructs the agent to run shell commands to check/set config and to persist the API key into the OpenClaw config (openclaw config set ...).
Install Mechanism
This is instruction-only (no install spec, no code). Nothing is downloaded or written by an installer. The skill expects the platform's OpenClaw tools (openclaw config) to exist, which is reasonable for a skill that stores an API key in agent config.
Credentials
Only one credential is declared (ADMAPIX_API_KEY) which is appropriate for an API-driven service. The SKILL.md uses that env var in examples and commands. Be aware that the skill's suggested behavior will write the provided API key into the agent's OpenClaw config for persistent use.
Persistence & Privilege
always:false (no forced inclusion). The skill instructs the agent to run openclaw config set to store the API key in the agent configuration — this is normal for API-backed skills but means the key will be persisted on the agent. Deep Research reports are hosted externally by the vendor, which implies outbound data transfer of queries and results to AdMapix servers.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-admapix - After installation, invoke the skill by name or use
/my-admapix - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AdMapix Skill v1.0.0 – Initial Release
- Launches the admapix assistant for ad creative search, app analytics, market insights, and rankings via api.admapix.com.
- Supports both Chinese and English with automatic language detection, including localized formats and keywords.
- Enforces setup and key validation steps before use with clear, language-specific instructions.
- Classifies queries as Simple or Deep for efficient routing; deeper analytics use a secure, multi-step framework.
- All output—including labels, disclaimers, and errors—is consistently localized to match the user’s language.
Metadata
Frequently Asked Questions
What is My Admapix?
Ad intelligence & app analytics assistant. Search ad creatives, analyze apps, view rankings, track downloads/revenue, and get market insights via api.admapix... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install My Admapix?
Run "/install my-admapix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Admapix free?
Yes, My Admapix is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does My Admapix support?
My Admapix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Admapix?
It is built and maintained by rockyzhuo (@rockyzhuo); the current version is v1.0.0.
More Skills