Content signals
Skill whiteknightonhorse/aipush-agent-skills/skills/content-signals
Free, open, security-verified agent skills for AEO (Answer Engine Optimization) — make any site ready for AI agents. Live: aipush.app
npx -y skills add whiteknightonhorse/aipush-agent-skills --skill content-signalsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, as published. Nobody here has run it
Declare AI usage with Content Signals
AIPUSH agent skill · Category: Agent Discovery · Slug:
content-signals
Crawl permission and usage permission are different things. Content Signals let you state, per purpose, whether your content may be used for AI training, classic search, or AI answer input — independent of whether a bot may crawl.
Why it matters
Crawl permission and usage permission are different things. Content Signals let you state, per purpose, whether your content may be used for AI training, classic search, or AI answer input — independent of whether a bot may crawl.
How to detect
Check robots.txt for one or more Content-Signal: directives.
How to implement
Add a Content-Signal line to robots.txt (it applies to the preceding User-agent group, or globally under User-agent: *):
User-agent: *
Allow: /
Content-Signal: ai-train=no, search=yes, ai-input=yes
ai-train— may content be used to train models?search— may content appear in search indexes?ai-input— may content be retrieved as context for AI answers?
How to verify
curl -s https://YOURDOMAIN/robots.txt | grep -i 'Content-Signal' returns your directive.
References
Part of the AIPUSH agent skills catalog. Scan your site free at https://aipush.app.