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

Claude Cowork mode explained: file-level task execution vs chat and code modes
Claude's Cowork mode operates inside a chosen folder to perform file-level tasks like organizing messy folders, extracting structured data from screenshots, and combining scattered notes into structured documents.

Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions
Marmy is an open-source, self-hosted tool built with Claude Code that lets you manage multiple AI coding agent sessions from your phone. It features a Rust agent for your machines, an iOS app, file browsing with syntax highlighting, push notifications, and a manager-agent architecture.

Swarm Leak Detector: Free Tool to Scan for Exposed API Keys in OpenClaw Configs
A developer released swarm-leak-detector, a zero-dependency MIT-licensed tool that scans for over 21 credential patterns (OpenAI, Anthropic, OpenRouter, Stripe, etc.) in plaintext JSON config files. Run it with npx swarm-leak-detector scan ~/.clawdbot/ to check for leaks in about 30 seconds.

Claude Skills: 12 Strict Coding Rule Packs for TypeScript, Rust, Swift, Go, JS, Postgres, and Audits
12 markdown files with opinionated, version-aware rules for TS, Rust, Swift, Go, JS, Postgres, security, performance, testing, code review, GitHub standards, and git commits. MIT, free, no signup.