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) + 长期命中分析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.
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).
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.
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 →
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.
For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.
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/.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/.If you reference this skill in a blog post, paper, or documentation, you can cite it as:
@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/}
}Browse all Content skills in the ClaudSkills registry, or explore these other picks from the same category:
Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.