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

Anchormd: A Tool for Managing Context Across Claude AI Sessions
Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.

OpenClaw memory loss fix using Mem0 plugin
OpenClaw agents experience memory loss due to context compaction rewriting files like MEMORY.md. The Mem0 plugin solves this by moving memory outside the context window with auto-recall and auto-capture features.

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.

Mike: Open-Source Legal AI with Self-Hosting, Multi-Model Support
Mike is an open-source alternative to Harvey and Legora, offering document chat, tabular extraction, and workflow templates — all self-hostable with your own Claude or Gemini API keys.