Neue Skills, Referenzen & OpenWiki-Doku integriert
Umfangreiche Erweiterung der Skill-Bibliothek: Neue Skills für Humanisierung (Englisch/PT-BR), Design-Validierung, AI-SEO und Coolify-Deployment inkl. Regelwerke, Presets, Pattern-Referenzen, Testfälle und Automatisierungsskripte. Zusätzliche Skills für Revenue-Centric Design, Pier Cloud, OKF, Lebenslauf- und LinkedIn-Optimierung sowie zahlreiche Referenzdateien, Checklisten und YAML/JSON/Markdown-Templates. Einführung einer vollständigen OpenWiki-Dokumentation mit Architektur-, Domain- und Workflow-Beschreibungen, zentralem Index und automatisierten Updates. Modularer Aufbau, restriktive Lizenzen und umfassende Qualitäts- und Evaluationsmechanismen für alle neuen Inhalte.
This commit is contained in:
32
.github/skills/agent-ready-cloudflare/content-signals/SKILL.md
vendored
Normal file
32
.github/skills/agent-ready-cloudflare/content-signals/SKILL.md
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: agent-ready-content-signals
|
||||
description: >
|
||||
Sub-skill de agent-ready-cloudflare: Implement Content Signals
|
||||
---
|
||||
# Implement Content Signals
|
||||
|
||||
Declare AI content usage preferences in your robots.txt using
|
||||
[Content Signals](https://contentsignals.org/)
|
||||
([IETF draft](https://datatracker.ietf.org/doc/draft-romm-aipref-contentsignals/)).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Add `Content-Signal` directives to your robots.txt under the relevant `User-agent` block
|
||||
- Declare preferences for `ai-train`, `search`, and `ai-input`
|
||||
- Example: `Content-Signal: ai-train=no, search=yes, ai-input=no`
|
||||
|
||||
## Cloudflare
|
||||
|
||||
[AI Crawl Control](https://developers.cloudflare.com/ai-crawl-control/)
|
||||
supports Content Signals configuration from the dashboard.
|
||||
|
||||
## Validate
|
||||
|
||||
```
|
||||
POST https://isitagentready.com/api/scan
|
||||
Content-Type: application/json
|
||||
|
||||
{"url": "https://YOUR-SITE.com"}
|
||||
```
|
||||
|
||||
Check that `checks.botAccessControl.contentSignals.status` is `"pass"`.
|
||||
Reference in New Issue
Block a user