← Back to Skills Marketplace
akkualle

Akkualle SEO Audit

by Akkualle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install akkualle-seo
Description
Automatisches tägliches SEO-Monitoring und Content-Optimierung mit Keyword-Ranking, Meta-Description Checks und Thin-Content-Erkennung für akku-alle.de.
README (SKILL.md)

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:

  • v9.health - Health Check
  • v9.seo.auditAll - SEO Audit
  • v9.content.gaps - Content Lücken finden
  • blog.update - Blog Posts aktualisieren

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
Usage Guidance
This skill contains a hardcoded admin secret and will POST administrative actions (including blog.update) to akku-alle.de. Before installing: (1) Do not trust the provided secret — verify ownership of the target site and the authenticity of the skill author. (2) Confirm why no credentials are declared in the manifest while a v9 admin key is required. (3) Request the missing scripts (fix_meta.py, expand_content.py) and inspect them. (4) Inspect the skill_memory implementation at /root/.openclaw/workspace/tools to see what get_secret and log_action do (they can leak or store secrets). (5) Prefer running this in an isolated/test environment, and remove or rotate any hardcoded secret. If you don't control akku-alle.de or cannot verify the author, do not install.
Capability Analysis
Type: OpenClaw Skill Name: akkualle-seo Version: 1.0.0 The skill bundle contains a hardcoded administrative API secret ('akkualle-johny-2026-geheim') in both `SKILL.md` and `seo_audit.py`, which is a significant security vulnerability. While the script's functionality for SEO auditing and blog updates on `akku-alle.de` aligns with its stated purpose, the inclusion of static credentials and the capability to modify remote content via an administrative endpoint are high-risk behaviors. No evidence of intentional data exfiltration or malicious intent against the host system was identified.
Capability Assessment
Purpose & Capability
The skill's stated purpose is daily SEO monitoring and automated fixes for akku-alle.de, which plausibly requires an API. However, the SKILL.md and code expose a hardcoded admin secret and call high-privilege actions (e.g., blog.update). The manifest declares no credentials, yet the skill needs a v9 admin secret — that mismatch is unexplained and disproportionate.
Instruction Scope
SKILL.md instructs posting a plaintext secret to https://akku-alle.de/api/admin and scheduling cron jobs that run scripts. The README references fix_meta.py and expand_content.py that are not present in the bundle. The runtime code imports a skill_memory helper from /root/.openclaw/workspace/tools (outside the skill dir) to obtain secrets and log actions, introducing implicit external dependencies and access to agent memory that are not documented in the manifest.
Install Mechanism
There is no install spec (instruction-only), which minimizes installer risk. However, the package includes executable code (seo_audit.py) that will run network requests; there is no build/install step but the script expects external modules and a specific filesystem layout (/root/.openclaw/...), which may fail or hide behavior depending on runtime environment.
Credentials
The manifest declares no required credentials, yet the SKILL.md contains a clear-text admin secret and the code will use get_secret('v9') or fall back to that hardcoded secret. The skill therefore requires high-privilege credentials (admin API) while asking for none transparently. Accessing the agent's memory path (/root/.openclaw/workspace/tools) also broadens its access surface.
Persistence & Privilege
The skill is not marked always:true and does not claim to modify other skills or global config. It does, however, call log_action into skill memory and can be invoked autonomously (platform default). Autonomous invocation combined with admin API access increases blast radius, but autonomous invocation itself is the default and not alone a reason to block.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install akkualle-seo
  3. After installation, invoke the skill by name or use /akkualle-seo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - v9 API Integration, Memory System v2.0, automated SEO audits
Metadata
Slug akkualle-seo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Akkualle SEO Audit?

Automatisches tägliches SEO-Monitoring und Content-Optimierung mit Keyword-Ranking, Meta-Description Checks und Thin-Content-Erkennung für akku-alle.de. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Akkualle SEO Audit?

Run "/install akkualle-seo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Akkualle SEO Audit free?

Yes, Akkualle SEO Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Akkualle SEO Audit support?

Akkualle SEO Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Akkualle SEO Audit?

It is built and maintained by Akkualle (@akkualle); the current version is v1.0.0.

💬 Comments