Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

canonrycanonry 搜索

Agent Skill

canonry 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,725

周安装

746

GitHub Stars

1

下载量

6,207
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:canonry(canonry 搜索)
来源仓库:https://github.com/arberx/canonry
安装命令:
openclaw skills install canonry
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install canonry

简介

canonry 是面向代理商优先的 AEO 运营平台,提供专业化服务支持。

  • 适用于电商运营场景,帮助管理广告投放和客户资源。
  • 安装命令为 openclaw skills install canonry,需结合项目文档了解集成方式。
  • 使用前应确认是否调用第三方 API 或访问外部系统,确保合规。
  • 当前介绍未提及其具体功能模块,建议查阅源码了解详细能力。

SKILL.md

name
canonry
description
Agent-first AEO operating platform.
metadata

Canonry

Agent-first open-source AEO (Answer Engine Optimization) operating platform. Track how AI answer engines cite your domain across Gemini, ChatGPT, Claude, and Perplexity, then act on the signal through the content engine and integrations.

Website: ainyc.ai | Docs: github.com/AINYC/canonry

When to Use

  • Tracking keyphrase citations across AI providers
  • Running technical SEO audits (14‑factor scoring)
  • Implementing structured data (JSON‑LD)
  • Diagnosing indexing gaps via Google Search Console / Bing Webmaster Tools
  • Optimizing llms.txt, sitemaps, robots.txt for AI crawlers
  • Submitting URLs to Google Indexing API and Bing IndexNow
  • Analyzing competitor citation patterns

Core Philosophy

  • Measure outcomes — AI models are black boxes; track citations, don't assume causality
  • Signal over noise — Focus on high‑intent queries; avoid granular targeting until base visibility exists
  • CLI‑native — API‑driven changes over manual CMS clicks; faster, repeatable, auditable

Toolchain

canonry (AEO Operating Platform)

# 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>

aeo-audit (Technical SEO Analysis)

# 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)

Google Search Console / Bing WMT

# 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>

Workflow

1. Diagnose

# 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

2. Prioritize

Gaps sorted by impact:

  1. Missing H1 → immediate content patch
  2. No structured data → JSON‑LD injection
  3. Thin content → definition blocks ("What is…")
  4. County‑level targeting → refine after base visibility
  5. E‑E‑A‑T signals → Person schema, author tags (needs client input)

3. Execute

  • Schema injection: LocalBusiness + FAQPage JSON‑LD via site‑appropriate method (Elementor Custom Code, theme hooks, etc.)
  • Content patches: H1, meta title/description, image alt text via REST API or CMS
  • AI‑readable files: Upload llms.txt, llms‑full.txt to site root
  • Indexing requests: Submit all URLs to Google Indexing API + Bing IndexNow
  • Keyphrase strategy: Trim to 8‑12 high‑intent queries; remove noise

4. Monitor

  • Weekly canonry sweeps to track citation changes
  • Correlate visibility shifts with deployment dates
  • Watch for competitor displacement in keyphrases

5. Report

Clear, data‑first summaries:

“Lost emergency dentist brooklyn on Gemini — two competitors moved in. Here’s what to fix.”

Common Patterns

New Site (0 citations)

  • Focus on indexing first: submit sitemap to GSC/Bing, request indexing
  • Implement base schema (LocalBusiness, Service)
  • Create llms.txt with service‑area details
  • Trim keyphrases to 8‑12 core queries
  • Expect 4‑8 weeks for first citations

Established Site (regression)

  • Compare canonry runs to identify when loss occurred
  • Check for recent competitor content or site changes
  • Validate schema is still present and error‑free
  • Re‑submit affected URLs to indexing APIs

County‑Level Targeting

# 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)
  • Reference counties in schema areaServed and llms.txt
  • Do not create separate keyphrases per county until base visibility exists

WordPress/Elementor Specifics

  • REST API user with Application Passwords (/wp‑json/wp/v2/)
  • Elementor data patched via _elementor_data meta field
  • Schema injection via Elementor Pro Custom Code (elementor_snippet CPT)
  • Yoast SEO title/description fields often NOT REST‑writable → manual WP Admin edit
  • wp‑login.php may be hidden (security plugin) → file uploads require manual WP File Manager

Example: Full AEO Audit + Action Plan

# 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])"'

Boundaries & Safety

  • Never touch live WordPress without explicit approval
  • Back up ~/.canonry/config.yaml before any config edit
  • Never fabricate citation data — if a sweep hasn’t run, say so
  • Client data stays private — canonry repo is public; no real domains in issues
  • Respect API rate limits — batch operations, avoid tight loops

Tools: canonry v1.37+, @ainyc/aeo‑audit v1.3+ Website: ainyc.ai | Reference: AINYC AEO Methodology

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.72%
按下载量换算5,507

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills