Add Rootz AI Discovery plugin — scan, discover, create .well-known/ai#987
Open
skswave wants to merge 2 commits intogithub:stagedfrom
Open
Add Rootz AI Discovery plugin — scan, discover, create .well-known/ai#987skswave wants to merge 2 commits intogithub:stagedfrom
skswave wants to merge 2 commits intogithub:stagedfrom
Conversation
Three skills for the AI Discovery Standard (/.well-known/ai): - scan: Check any domain for AI Discovery configuration - discover: Deep AI readiness analysis (robots.txt, sitemap, meta, structured data) - create: Generate spec-compliant ai.json, knowledge.json, feed.json Plus @rootz agent that combines all three contextually. Zero dependencies — uses web_fetch and web_search only. Based on the open AI Discovery Standard (CC-BY-4.0). Standard: https://rootz.global/ai/standard.md Reference: https://rootz.global/.well-known/ai Full plugin: https://github.com/rootz-global/ai-discovery-plugin Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
It looks like you've incorrectly branched from the You can attempt to fix this with a rebase: If that does not resolve it, you can run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/.well-known/aiai.json,knowledge.json,feed.jsonfor any projectWhy
AI agents interact with millions of websites but have no standard way to discover identity, policies, or structured knowledge. The AI Discovery Standard (
/.well-known/ai) fills that gap — a three-tier architecture for machine-readable identity, knowledge, and feeds.This plugin makes it easy to check any site's AI readiness and help any project adopt the standard. The
createskill is particularly viral — every new site that publishes AI Discovery makes the ecosystem stronger for all agents.Details
web_fetchandweb_searchTest plan
/rootz-ai-discovery:scan rootz.global— should return structured AI Discovery report/rootz-ai-discovery:scan anthropic.com— should report "No AI Discovery found" and suggest creating one/rootz-ai-discovery:discover example.com— should analyze robots.txt, sitemap, meta tags/rootz-ai-discovery:createin a project directory — should read README/package.json and generate .well-known/ai files@rootzagent with "check rootz.global" — should contextually scan🤖 Generated with Claude Code