agent-templates-systemOpenClaw Agent Templates system reference and workflow guide. Use when creating, editing, reviewing, debugging, or extending the built-in Agent Templates fea...
Install via ClawdBot CLI:
clawdbot install maverick-software/agent-templates-systemGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
post → https://clawhub.ai/nevo-david/postizCalls external URL not in known-safe list
https://clawhub.ai/nevo-david/postizAI Analysis
The skill definition itself contains no malicious code or external calls; it's purely a documentation/guidance system for internal OpenClaw development. The rule-based signals appear to be false positives triggered by example URLs in documentation (like 'https://clawhub.ai/nevo-david/postiz') that are not part of executable skill logic.
Audited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A SaaS company uses agent templates to pre-define identity, skills, and knowledge files for new customer support agents. When a new agent is created from a template, it automatically gets persona guidelines, FAQ responses, and trouble-shooting skills, reducing setup time from hours to minutes.
A marketing agency maintains multiple AI agents for different clients. Using agent templates, they standardize brand voice, tone, and messaging rules across all agents for a client, while allowing project-specific customizations. This ensures brand consistency and speeds up campaign launches.
An online education platform creates templates for teaching assistants with predefined subject knowledge, grading criteria, and communication style. Instructors can instantiate a TA for each course section with minimal configuration, enabling scalable personalized support.
A fintech company uses templates to enforce regulatory compliance in AI financial advisors. Templates include mandatory disclaimers, risk assessment skills, and data handling rules. Each new advisor agent inherits these compliance features, reducing legal risk.
A DevOps team defines templates for monitoring agents that include skills for logging, alerting, and incident response. Templates are shared across development, staging, and production environments, ensuring consistent behavior and faster deployment of new agents.
Offer a library of pre-built agent templates for various roles (support, sales, HR) on a subscription basis. Customers pay monthly to access and deploy templates, with premium templates available at higher tiers.
Provide professional services to design custom agent templates tailored to a client's specific workflows, branding, and compliance needs. Charge a one-time setup fee plus ongoing maintenance.
License the agent templates system as a feature of a larger AI platform, with pricing based on the number of templates created or agents instantiated from templates. Suitable for platform-as-a-service providers.
💬 Integration Tip
Integrate with your existing user management system to control template access and versioning. Use the SQLite database path as a configurable setting to ensure backups and migrations are straightforward.
Scored May 6, 2026
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Handles ~/.openclaw directory archiving with proper exclusions.
Coding workflow with planning, implementation, verification, and testing for clean software development.
Vet ClawHub skills for security and utility before installation. Use when considering installing a ClawHub skill, evaluating third-party code, or assessing w...