Agentic Framework Auditor in Openclaw Skills scans agentic projects for prompt drift, instruction conflicts, injection exposure, and production-readiness gaps.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentic-framework-auditor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentic-framework-auditor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agentic Framework Auditor is an Openclaw Skills capability for inspecting the behavioral-control surface of agentic frameworks. It analyzes directories that contain prompts, skills, planners, configs, memory-like files, and agent-facing documentation, then turns that evidence into deterministic audit artifacts instead of changing the target project.
This skill is built for report-only review across Hermes, Codex/OpenAI-style skills, OpenClaw/ClawHub skills, LangGraph, CrewAI, AutoGen, and custom agent stacks. It helps teams catch prompt bloat, contradiction chains, unsafe autonomy, over-enforcement, prompt-injection exposure, and review-integrity risks before they reach production.
--mode standard --root . --profile auto for the current project.scripts/agentic_audit.py to inventory files, classify roles, extract active and example-context instructions, and score behavioral risks.references/audit-taxonomy.md and compare framework expectations with references/framework-profiles.md.scripts/validate_agent_review.py; keep deterministic findings immutable and do not certify safety.scripts/run_self_check.py and, from this repository, python stress-lab/run_stress_lab.py.python scripts/agentic_audit.py --mode standard --root . --profile auto
python scripts/agentic_audit.py --mode full --root . --exclude node_modules --exclude .git
python scripts/agentic_audit.py --mode shallow --root . --operator-edited-only
python scripts/agentic_audit.py --config audit.json
python scripts/agentic_audit.py --mode standard --root . --agent-review --agent-reviewer-id "Codex task <specific-id>"
python scripts/agentic_audit.py --mode standard --root . --profile hermes --include-profile-home
python scripts/run_self_check.py
python stress-lab/run_stress_lab.py
| Artifact | Purpose | Metadata / contents |
|---|---|---|
<prefix>_report.md |
Human-readable audit report | Audit ID, scope summary, top findings, coverage gaps, and remediation notes |
<prefix>_findings.json |
Structured findings data | Stable finding IDs, fingerprints, severity, failure codes, provenance, and evidence |
<prefix>_inventory.csv |
File inventory and scope record | Path, role classification, inclusion/exclusion status, and sensitivity flags |
<prefix>_instruction_graph.json |
Instruction relationship graph | Nodes and edges for prompts, skills, configs, hooks, and local instruction layers |
<prefix>_fix_plan.md |
Report-only remediation plan | Classified fixes, priority, and review guidance without auto-editing |
<prefix>_agent_review_gate.json |
Review gating status | Gate readiness, blocking conditions, and packet eligibility |
<prefix>_agent_review_packet.md / .json |
Bounded evidence packet for same-agent review | Selected findings, reviewer identity, and allowed evidence only |
references/audit-taxonomy.md.--config.references/framework-profiles.md, which helps Openclaw Skills adapt to different agent stacks.--operator-edited-only and layer-specific flags (--only-skills, --only-prompts, --only-config, --only-role) reduce audit time on large repos.scripts/validate_agent_review.py enforces response-contract validity, allowed assessments, and field hygiene.Loading
A research-first Openclaw Skills workflow that turns public sources into a portable, evidence-grounded style model and runtime skill.

Yanfu, an Openclaw Skills workflow, rewrites an existing public landing page and 1–5 screenshots into a clear, evidence-backed landing page story without changing product truth.

Cron Job Tester is an Openclaw Skills CLI that simulates cron schedules, previews the next 10 runs, and validates shell scripts before deployment.

Openclaw Skills Workflow DAG Validator finds DAG cycles, missing dependencies, and parameter mismatches before bad workflows ship.

Openclaw Skills automates batch Doubao watermark removal for AI images using OpenCV inpainting and configurable rectangular masks.

An Openclaw Skills compliance scanner for Kubernetes and Docker that flags SOC2, HIPAA, NIST, and custom policy violations with fix hints.








































