1 comments

  • just-claw-it 2 hours ago
    If you use n8n, you probably already have useful workflows you’ve built up over time.

    I made a tool that converts those workflows into reusable “skills” for agents.

    So instead of rewriting logic: - export workflow - convert it - call it from an agent

    It’s basically a bridge between automation workflows and agent systems.

    Repo: https://github.com/just-claw-it/n8n-to-claw

    Would love to know if this fits into how people are using n8n today.