Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Content / writing

Aia Article Publish

Category: Content  ·  Sub-category: writing  ·  Last updated:
调 aia (月栖 GEO) 的 HTTP API 做 AI 搜索内容营销闭环 —— 让品牌内容被豆包/DeepSeek/通义等 AI 答案引用。覆盖五件事:建/扩监控问题(monitors)、查内容缺口决定写什么(content-gaps)、提交文章带 target_questions(注册为品牌级追踪问题、周期性问 AI)、即时验证 AI 是否引用(instant-check polling)、长期命中分析(hit-analysis,看引用率 citation_rate),以及拉取 AI 实际搜索词+思考链+引用源当改稿原材料。只要任务涉及"给某品牌做 GEO / AI 搜索优化 / 让品牌被 AI 提及或引用 / 写文章投放后追踪 AI 有没有采用 / 分析为什么内容没被 AI 引用 / 配置 AI 监控问题 / 调月栖或 zizhanai 的 API",就用这个 skill —— 即使用户没明说"aia"或"月栖"也要触发。不适用:普通 SEO(不追踪 AI 引用)、aia dashboard 自身的前端 UI 开发(那用 aia-dashboard-ui skill)。

From the source SKILL.md

aia(月栖 GEO)是一个 AI 营销监控产品。本 skill 教 Claude Code 怎么调它的 API 把品牌内容塞进 AI(豆包/DeepSeek/通义等)的答案引用集 —— 不只是把文章发到某个网站,而是追踪并优化"AI 回答相关问题时会不会引用你"。

1. 调 GET /v1/brands/{id}/content-gaps  → 拿到"该写什么"的 brief
2. 写文章(任何平台:微信 / 知乎 / 自家站)
3. 调 POST /v1/articles 提交 URL + content_markdown + target_questions + ...
   (target_questions 每条会注册为品牌级「追踪问题」,去重后周期性拿去问 AI)
4. Poll GET /v1/articles/{id}/instant-check  → 拿到 3 个 LLM × 3 个 question 的即时验证
5. (等追踪问题跑批数天后)调 GET /v1/articles/{id}/hit-analysis  → 引用率(citation_rate) + 长期命中分析

What this skill does

Aia Article Publish is a community-contributed Claude Code skill in the writing sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/aia-article-publish/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Aia Article Publish Claude Code skill is built for content creators, marketers, copywriters, SEO professionals, and editorial teams. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 116,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/aia-article-publish
curl -L https://claudskills.com/skills/aia-article-publish/SKILL.md \
  -o ~/.claude/skills/aia-article-publish/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/aia-article-publish/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/aia-article-publish/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\aia-article-publish\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Aia Article Publish Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/aia-article-publish/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Aia Article Publish skill do?
调 aia (月栖 GEO) 的 HTTP API 做 AI 搜索内容营销闭环 —— 让品牌内容被豆包/DeepSeek/通义等 AI 答案引用。覆盖五件事:建/扩监控问题(monitors)、查内容缺口决定写什么(content-gaps)、提交文章带 target_questions(注册为品牌级追踪问题、周期性问 AI)、即时验证 AI 是否引用(instant-check polling)、长期命中分析(hit-analysis,看引用率 citation_rate),以及拉取 AI 实际搜索词+思考链+引用源当改稿原材料。只要任务涉及"给某品牌做 GEO / AI 搜索优化 / 让品牌被 AI 提及或引用 / 写文章投放后追踪 AI 有没有采用 / 分析为什么内容没被 AI 引用 / 配置 AI 监控问题 / 调月栖或 zizhanai 的 API",就用这个 skill —— 即使用户没明说"aia"或"月栖"也要触发。不适用:普通 SEO(不追踪 AI 引用)、aia dashboard 自身的前端 UI 开发(那用 aia-dashboard-ui skill)。
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Aia Article Publish skill?
Use Aia Article Publish when your Claude Code task falls under the Content category — specifically in the writing area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Aia Article Publish" or describe the task and let Claude pick). Browse related skills at /category/content/.
What is a Claude Code skill and how does the Aia Article Publish skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Aia Article Publish is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Content category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
zizhanovo. (2026). Aia Article Publish [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/aia-article-publish/
BibTeX
@misc{aia-article-publish-2026,
  author    = {zizhanovo},
  title     = {Aia Article Publish [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/aia-article-publish/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/aia-article-publish.svg)](https://claudskills.com/skills/aia-article-publish/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/aia-article-publish.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/aia-article-publish.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Aia Article Publish"></iframe>

Free. No spam. Unsubscribe in one click.

More Content skills

Browse all Content skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Content skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore