OpenClaw Skill Connects Agents to Knods.io UI for Workflow Creation

A developer has created an OpenClaw skill that connects AI agents directly to the Knods.io user interface for asset creation workflows.
Current Capabilities
The skill enables OpenClaw agents to:
- Understand the Knods.io UI structure and functionality
- Create workflows within the Knods platform
- Switch between specific agents instead of using Knods' built-in agent
As demonstrated in the source, users can employ brand-specific agents within the Knods interface. A video demonstration shows the skill in action: https://youtu.be/hRZeK0jo9OI?si=-C-b4PyRVxDWPGlS.
Technical Details
The skill was developed using:
- GPT-5.3 Codex for the skill implementation
- GPT-5.4 for the agent shown in the demonstration
The developer notes the irony of using GPT models despite being "mostly an Opus fan."
Future Development
Planned next steps include:
- Creating a headless bridge to enable agent operation from multiple platforms including Telegram, WhatsApp, and TUI (terminal user interface)
- Integrating with other skills like Meta Ads for campaign automation
- Enabling full campaign automation via Telegram
The skill is currently available on ClawHub as a work in progress.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw developer builds Kumiho cognitive memory plugin for persistent agent collaboration
A developer created Kumiho, an AI cognitive memory system backed by a knowledge graph, to address OpenClaw's lack of memory across sessions. The openclaw-kumiho plugin hooks into conversations to recall context, capture structured summaries, and maintain versioned creative outputs.

Claude Code Adds Multi-Agent Code Review System
Anthropic has launched Code Review for Claude Code, a multi-agent system that dispatches teams of AI agents to review pull requests. The system catches bugs human reviewers often miss, with 54% of PRs now getting substantive review comments compared to 16% before.

Axe: A 12MB CLI for Single-Purpose LLM Agents
Axe is a lightweight Go binary that runs focused AI agents defined in TOML files. It treats agents like Unix programs, supporting stdin piping, sub-agent delegation, and multi-provider LLM integration.

Claude Sleuth: A 56-Task Investigation Workflow for Claude AI
Claude Sleuth is a structured investigation workflow for Claude AI with 6 phases and 56 tasks, featuring persistent state storage via Cloudflare D1 and standardized output conventions including ISO 8601 timestamps, POLE entity records, and ICD 203 probability language.