agent-architecture-analysisUse when auditing an agent codebase against the 12-Factor Agents methodology, reviewing LLM-powered system architecture, or assessing agentic app compliance....
Install via ClawdBot CLI:
clawdbot install anderskev/agent-architecture-analysisGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://github.com/humanlayer/12-factor-agentsAI Analysis
This skill performs static code analysis using grep/find commands on local files and references an external methodology documentation URL (GitHub). No evidence of data exfiltration, credential harvesting, or hidden malicious instructions. The external URL is a public documentation reference consistent with the skill's stated purpose.
Audited Apr 17, 2026 · audit v1.0
Generated Apr 18, 2026
A company uses an AI agent to handle customer inquiries via chat. This skill analyzes the codebase to ensure the agent converts user messages into validated tool calls (e.g., ticket creation, refund processing) and manages prompts separately for easy updates. It helps maintain reliability and compliance in high-volume support environments.
A fintech firm deploys an AI agent to provide investment recommendations. The skill evaluates the architecture for structured tool outputs and unified execution state, ensuring deterministic handling of sensitive financial data and audit trails. This mitigates risks from unstructured LLM responses in regulated industries.
A healthcare provider uses an AI agent to assist with preliminary patient symptom analysis. The skill checks for schema-validated outputs and controlled context windows to prevent data leakage and ensure accurate, compliant tool execution. This supports safe integration into clinical workflows.
An IT team employs an AI agent to automate infrastructure tasks like deployment and monitoring. The skill analyzes the codebase for prompt ownership and tool structuring, ensuring reproducible and version-controlled operations. This enhances security and reduces errors in dynamic cloud environments.
A law firm utilizes an AI agent to review contracts and extract key clauses. The skill assesses compliance with factors like natural language to tool calls and execution state unification, ensuring precise, validated outputs for legal accuracy and documentation.
Offer a subscription-based service where companies upload their agent codebases for automated 12-Factor compliance analysis. Provide detailed reports and recommendations to improve architecture, targeting tech teams and compliance officers. Revenue comes from monthly or annual licenses.
Provide expert consulting to help organizations redesign their AI agent systems based on 12-Factor principles. Include hands-on development, training, and ongoing support, with projects billed hourly or as fixed-price engagements. This caters to enterprises needing custom solutions.
Sell a developer tool that integrates into CI/CD pipelines to continuously monitor agent codebases for compliance. Offer features like automated scans, alerts, and best practice guides, with pricing based on usage or team size. This targets software engineers and DevOps professionals.
💬 Integration Tip
Integrate this skill into your CI/CD pipeline to automatically scan codebases during development, ensuring early detection of anti-patterns and adherence to 12-Factor principles for robust agent deployment.
Scored Apr 19, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Transform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capabi...
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.