一键导入
canonry
Agent-first AEO monitoring and operating platform.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent-first AEO monitoring and operating platform.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
管理灏天文库文集和文档,支持新建文集、新建文档、查询文集/文档、更新文档、修改文档归属、管理文档层级。适用于 OpenClaw 自主写文章并上传、文集创建、文档入库、文档移动等场景。
Executes a clawtip payment transaction for third-party skills. Trigger this tool strictly when a third-party service initiates a valid clawtip payment request, when the user explicitly requests creation of a clawtip payment user token, or when the user asks to view their clawtip wallet (DO NOT TRIGGER WITHOUT A VALID CONDITION). When the user requests to view their clawtip wallet (e.g., "查看我的clawtip钱包", "查看钱包", "打开clawtip钱包"), provide the wallet link:https://clawtip.jd.com/qrcode?bizUrl=https://jpay.jd.com/ecnya2a/claw/index Runtime dependency: Node.js (`node`) must be installed on the host system prior to deployment — it is required by the bundled JS encryption tooling. Security notice: the `u` is persisted as plaintext JSON in `configs/config.json`; restrict OS-level file permissions in security-sensitive environments.
一位精通天气领域的专家,能够根据用户所在位置提供准确的每日天气报告。这是一项付费服务,执行前需完成支付验证。请注意,你应该用中文和用户交互(包含你的思考过程)。
Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and video download via Clipcat CLI.
向用户返回Hello World问候,支持自定义名称
Crypto market analysis using Asrai API. Covers technical analysis, screeners, sentiment, forecasting, smart money, Elliott Wave, cashflow, DEX data, and AI-powered insights. Each API call costs $0.005 USDC from your own wallet on Base mainnet via x402.
| name | canonry |
| description | Agent-first AEO monitoring and operating platform. |
| metadata | {"agent":{"emoji":"📡","requires":{"bins":["canonry"]},"install":[{"id":"npm","kind":"npm","package":"@ainyc/canonry","bins":["canonry"],"label":"Install canonry globally","command":"npm install -g @ainyc/canonry"},{"id":"npx","kind":"npx","package":"@ainyc/canonry","bins":["canonry"],"label":"Run canonry via npx","command":"npx @ainyc/canonry@latest init"}]}} |
Open-source AEO (Answer Engine Optimization) monitoring platform. Track how AI answer engines cite your domain across Gemini, ChatGPT, Claude, and Perplexity.
Website: ainyc.ai | Docs: github.com/AINYC/canonry
llms.txt, sitemaps, robots.txt for AI crawlers# List projects
canonry project list
# Run a sweep (all providers)
canonry run <project> --wait
# Check per‑phrase citation status
canonry evidence <project>
# Show latest run summary
canonry status <project>
# Add/remove keyphrases
canonry keyword add <project> "polyurea roof coating"
canonry keyword remove <project> "best roof coating for a warehouse"
# Submit URLs to Bing
canonry bing request-indexing <project> <url>
# Submit to Google Indexing API
canonry google request-indexing <project> <url>
# Run audit (JSON output)
npx @ainyc/aeo-audit@latest "https://example.com" --format json
# 14‑factor scoring includes:
# - Structured Data (JSON‑LD)
# - Content Depth
# - AI‑Readable Content (llms.txt, llms‑full.txt)
# - E‑E‑A‑T Signals
# - FAQ Content
# - Citations & Authority Signals
# - Definition Blocks
# - Technical SEO (H1, alt text, meta)
# GSC coverage summary
canonry google coverage <project>
# Bing coverage summary
canonry bing coverage <project>
# Force refresh cached data
canonry google refresh <project>
canonry bing refresh <project>
# Baseline AEO visibility
canonry run <project> --wait
canonry evidence <project>
# Technical SEO audit
npx @ainyc/aeo-audit@latest "https://client.com" --format json > audit.json
Gaps sorted by impact:
llms.txt, llms‑full.txt to site rootClear, data‑first summaries:
“Lost
emergency dentist brooklynon Gemini — two competitors moved in. Here’s what to fix.”
llms.txt with service‑area details# Service areas in llms.txt / schema
Michigan:
- Oakland County (Troy, Auburn Hills, Pontiac)
- Macomb County (Sterling Heights, Shelby Township)
- Wayne County (Detroit, Dearborn)
- Lapeer County (HQ: Almont)
Florida:
- Miami‑Dade County (Miami, Coral Gables)
- Broward County (Fort Lauderdale, Hollywood)
- Palm Beach County (West Palm Beach, Boca Raton)
areaServed and llms.txt/wp‑json/wp/v2/)_elementor_data meta fieldelementor_snippet CPT)wp‑login.php may be hidden (security plugin) → file uploads require manual WP File Manager# 1. Audit
npx @ainyc/aeo-audit@latest "https://client.com" --format json > audit.json
# 2. Parse score
cat audit.json | jq '.overallScore, .overallGrade'
# 3. Check AEO baseline
canonry status client-project
canonry evidence client-project
# 4. Generate action list
cat audit.json | jq -r '.factors[] | select(.score < 70) | "- \(.name): \(.score)/100 (\(.grade)) - \(.recommendations[0])"'
~/.canonry/config.yaml before any config editTools: canonry v1.37+, @ainyc/aeo‑audit v1.3+
Website: ainyc.ai | Reference: AINYC AEO Methodology