Admapix 1.0.13

v1.0.0

Ad creative search assistant. Results displayed via api.admapix.com. Triggers on keywords like: 找素材, 搜广告, 广告视频, 创意素材, 竞品广告, ad creative, search ads, find cre...

0· 106·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md explicitly builds POST requests to https://api.admapix.com/api/data/search and returns the server-generated H5 page. The only minor metadata inconsistency is that the registry header shows "Required env vars: none" while the skill declares ADMAPIX_API_KEY as its primary credential; however, SKILL.md clearly uses ADMAPIX_API_KEY, so the discrepancy appears to be bookkeeping rather than functional mismatch.
Instruction Scope
Runtime instructions are narrowly scoped: parse user parameters, confirm them, check whether $ADMAPIX_API_KEY is set (without printing its value), call the AdMapix API via curl, and return the H5 page link only. The instructions do not ask the agent to read arbitrary files, other env vars, or transmit data to endpoints other than api.admapix.com.
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing is downloaded or written to disk by the skill itself (lowest install risk).
Credentials
The skill requires a single API credential (ADMAPIX_API_KEY) which is appropriate for calling the service. The SKILL.md explicitly instructs not to print the key. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always:false (not force-included). The skill allows autonomous invocation (platform default) but does not request elevated persistence or modify other skills. This level of privilege is typical and proportional for this kind of integration.
Assessment
This skill appears coherent and limited to searching AdMapix via their API. Before installing: 1) Verify you trust https://api.admapix.com and the AdMapix service and review their privacy/terms (the skill will send your queries to that service and return an H5 page). 2) Provide only the ADMAPIX_API_KEY you obtained from AdMapix and make sure the platform stores it securely. 3) Avoid submitting sensitive or personally identifiable data in search queries, since results and the generated H5 page are hosted by the provider. 4) Note the small metadata bookkeeping inconsistency (required env list vs primaryEnv) — it's not a functional problem but you can confirm the platform will supply ADMAPIX_API_KEY to the skill before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk97029rq54vyfwxrfvs2em5fk183bk4a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎯 Clawdis
Primary envADMAPIX_API_KEY

Comments