install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/akkualle/akkualle-seo" ~/.claude/skills/openclaw-skills-akkualle-seo && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/akkualle/akkualle-seo" ~/.openclaw/skills/openclaw-skills-akkualle-seo && rm -rf "$T"
manifest:
skills/akkualle/akkualle-seo/SKILL.mdsource content
Akkualle SEO Plugin
Automatisches SEO-Monitoring und Content-Optimierung für akku-alle.de
Features
- Tägliches SEO-Audit (via v9 API)
- META_DESCRIPTION Checks (max 155 chars)
- THIN_CONTENT Detection (min 500 Wörter)
- Keyword-Ranking Tracking (GSC)
- Automatische Content-Vorschläge
CLI Commands
# SEO Audit starten python3 ~/.openclaw/skills/akkualle-seo/seo_audit.py # Meta Descriptions fixen python3 ~/.openclaw/skills/akkualle-seo/fix_meta.py # Thin Content erweitern python3 ~/.openclaw/skills/akkualle-seo/expand_content.py
API Integration
v9 API Endpoint:
POST https://akku-alle.de/api/admin
Secret: akkualle-johny-2026-geheim
Verfügbare Actions:
- Health Checkv9.health
- SEO Auditv9.seo.auditAll
- Content Lücken findenv9.content.gaps
- Blog Posts aktualisierenblog.update
Cron Jobs
# Täglich um 06:00 SEO Audit 0 6 * * * python3 ~/.openclaw/skills/akkualle-seo/seo_audit.py
Monetarisierung
Dieser Skill kann auf ClawHub veröffentlicht werden:
- Preis: 19€/Monat
- Zielgruppe: E-Commerce, Affiliate-Seiten
- USP: v9 API Integration + Auto-Fix