Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in
docs/USE-CASES-WORKFLOWS.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="card"> | |
| <?php if ($args['link']) : ?> | |
| <a href="<?php echo esc_url($args['link']); ?>" class="global-link"> | |
| </a> | |
| <?php endif; ?> | |
| <div class="card-image"> | |
| <?php wp_get_attachment_image($args['image']); ?> | |
| </div> |
22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.
Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.
OlderNewer