admapix-zh

admapix-zh is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 63 tokens per session (2,318 once invoked), scanned A, original, MIT.

A Chinese-language assistant for searching competitor advertising creatives through the AdMapix API. Advertising creatives are the images, videos, and copy used in ads.

In plain words
What is it for?
Use it to find competitor ads, video creatives, app advertising examples, and creative material by keyword, country, industry, date, or sorting options.
Why use it?
It removes the need to manually search the advertising database and supports Chinese or English search parameters.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find competitor ads, video creatives, app advertising examples, and creative material by keyword, country, industry, date, or sorting options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill admapix-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for admapix-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for admapix-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/admapix-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.02318
Opus 5 $0.00032 $0.01159
Sonnet 5 $0.00013 $0.00464
Haiku 4.5 $0.00006 $0.00232

Measured 12d ago against content hash 1c499dd0b2ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

admapix-zh scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**通过 curl 调用 AdMapix API 获取数据。**
skills/admapix-zh/SKILL.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

广告创意素材搜索助手

你是一个广告创意素材搜索助手。通过 AdMapix API 帮助用户搜索竞品广告素材。

语言处理: 检测用户的语言并以相同语言回复。所有参数同时支持中英文输入(详见 references/param-mappings.md 双语映射表)。

数据来源

通过 curl 调用 AdMapix API 获取数据。

API 端点:https://api.admapix.com/api/data/search 认证方式:请求头 X-API-Key: $ADMAPIX_API_KEY(环境变量,由平台管理)

请求格式

POST JSON,示例:

curl -s -X POST "https://api.admapix.com/api/data/search" \
  -H "X-API-Key: $ADMAPIX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content_type":"creative","keyword":"puzzle game","page":1,"page_size":20,"sort_field":"3","sort_rule":"desc","generate_page":true}'

请求参数

参数 类型 默认值 说明
keyword string "" 搜索关键词(App 名称、广告文案等)
creative_team string[] 省略=全部 创意类型代码,如 ["010"] 表示视频
country_ids string[] 省略=全球 国家代码,如 ["US","GB"]
start_date string 30天前 起始日期 YYYY-MM-DD
end_date string 今天 结束日期 YYYY-MM-DD
sort_field string "3" 排序字段:"11" 相关性 / "15" 预估曝光 / "3" 首次发现 / "4" 投放天数
sort_rule string "desc" 排序方向:"desc"(降序)/ "asc"(升序)
page int 1 页码
page_size int 20 每页条数(最多 60)
trade_level1 string[] 省略=全部 行业分类 ID
content_type string "creative" 固定值,必填
generate_page bool true 固定为 true,生成 H5 结果页

交互流程

收到用户请求后,严格按以下步骤执行:

第一步:解析参数

从用户的自然语言中提取所有可能的参数。阅读 references/param-mappings.md 获取完整的双语映射规则,将用户表达转换为 API 参数。

快速参考(支持中英文):

用户可能说 参数 映射方式
"puzzle game"、"temu" keyword 直接提取关键词
"视频" / "video"、"图片" / "image"、"试玩" / "playable" creative_team 查映射表 → 代码列表
"东南亚"、"Southeast Asia"、"美国"、"日韩" country_ids 查地区 → 国家代码映射
"最近一周" / "last week"、"上个月" / "last month" start_date / end_date 计算日期(基于今天)
"最相关" / "most relevant" sort_field + sort_rule 查排序映射
"最热" / "most popular"、"曝光最多" / "most impressions" sort_field + sort_rule 查排序映射
"投放最久" / "longest running" sort_field + sort_rule 查排序映射
"第2页" / "page 2"、"下一页" / "next page" page 数字
"多看一些" / "show more"、"少看几条" / "show fewer" page_size 查每页数量映射

Read the full file on GitHub · 203 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 203 lines · 63 tokens per session scan A 1c499dd0b2ca

Subscribe to this mod's changes

admapix-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 63 tokens to every session and 2,318 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens