Skip to main content
Search
Tag

automation

12 results

Claude Computer Use: A Practical Prompting Guide
Article

Claude Computer Use: A Practical Prompting Guide

How to prompt Claude's computer use API effectively — from basic desktop automation to reliable multi-step workflows. Real examples and failure patterns.

8 min read
Read
Claude Code

Custom Slash Commands

Create reusable slash commands to automate your most common workflows in Claude Code.

7 min read
Read
Claude Code

Skills & Reusable Workflows

Build multi-step skills that orchestrate complex sequences of actions across your codebase.

7 min read
Read
Claude Code

Hooks: Automating Actions Around Tool Use

Use hooks to automatically run scripts before or after Claude Code's tool calls — formatting, logging, notifications, and more.

8 min read
Read
How to Build Calling AI Agents with n8n
Article

How to Build Calling AI Agents with n8n

Step-by-step guide to building AI agents that call APIs, send messages, and trigger phone calls using n8n — not just chatbots that respond to text.

11 min read
Read
n8n AI Agent System Prompt Templates (Customer Support, Sales, Research)
Article

n8n AI Agent System Prompt Templates (Customer Support, Sales, Research)

Five production-ready system prompt templates for n8n AI agents — customer support, sales qualification, research, IT helpdesk, and e-commerce. Copy, customize, deploy.

11 min read
Read
Advanced

Automatic Prompt Engineer (APE): Let AI Optimize Your Prompts

Automatic Prompt Engineer uses an LLM to generate and evaluate candidate prompts, then selects the highest-performing version — turning prompt optimization into an automated search problem.

5 min read
Read
Agents

AI Workflows vs. AI Agents: Choosing the Right Architecture

Not every AI task needs an agent. Learn the difference between deterministic workflows and autonomous agents, when to use each, and how to avoid over-engineering with agents when a simpler pipeline would be more reliable.

6 min read
Read
OpenClaw for Coders: AI Prompting for Developers
Article

OpenClaw for Coders: AI Prompting for Developers

How developers can use OpenClaw effectively — from automating GitHub workflows to getting code help in WhatsApp, managing dev tasks, and building custom skills for your stack.

5 min read
Read
OpenClaw Hooks Explained: Automate Actions on Any Event
Article

OpenClaw Hooks Explained: Automate Actions on Any Event

OpenClaw's hooks system lets you trigger shell commands, scripts, or API calls on specific events — messages received, actions taken, or scheduled times. This guide covers every hook type with practical examples.

4 min read
Read
OpenClaw Multi-Agent Workflows: Parallel AI Task Execution
Article

OpenClaw Multi-Agent Workflows: Parallel AI Task Execution

How to run multiple OpenClaw instances or use the orchestration layer to parallelise tasks, assign specialised agents, and build reliable multi-step AI workflows.

5 min read
Read
Building Custom Skills and Plugins for OpenClaw
Article

Building Custom Skills and Plugins for OpenClaw

OpenClaw's skill system lets you add any capability your AI doesn't have by default. This guide covers building skills from scratch — REST API calls, database lookups, shell commands, and publishing to the community.

8 min read
Read