by hexabot-ai
This repository packages a skill that helps AI coding agents generate, review, and improve Hexabot v3 workflow YAML, action contracts, bindings, memory requirements, and agentic automation designs.Hexabot workflow skill
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/hexabot-ai/workflow-writerGuides for using ai agents skills like workflow-writer.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
This repository packages a skill that helps AI coding agents generate, review, and improve Hexabot v3 workflow YAML, action contracts, bindings, memory requirements, and agentic automation designs.
The agent-facing instructions live in skills/hexabot-workflow-writer/SKILL.md. This README is human-facing GitHub documentation for the skill repository.
Hexabot v3 is a self-hostable AI workflow automation platform for building workflows that talk, act, and remember. It combines conversational channels, YAML-based workflow definitions, reusable actions, model/tool bindings, memory and RAG capabilities, MCP integration points, and human handoff patterns in one runtime.
Teams can use Hexabot to build customer-facing assistants, internal service automations, scheduled workflows, and operational agents while keeping the platform and production data under their own control.
conversational, manual, and scheduled Hexabot workflows.skills/hexabot-workflow-writer/
├── SKILL.md
├── examples/
│ ├── contact-calendar-agent.workflow.yaml
│ └── customer-support-triage.workflow.yaml
└── references/
├── action-design-guide.md
├── output-templates.md
├── workflow-authoring-guide.md
└── workflow-review-checklist.md
Ask the agent to use this skill when you need to:
For the most accurate output, provide the workflow type, available actions, configured bindings, memory definitions, external systems, and whether a live Hexabot MCP server or checked-out Hexabot repository is available.
The skill is designed to prefer live source-of-truth checks before final YAML is presented. When available, the agent should inspect a checked-out Hexabot repository or a configured Hexabot MCP server for action schemas, workflow schemas, binding kinds, memory definitions, and existing workflows.
If only this packaged skill is available, the included references and examples can guide drafting, but runtime verification still requires Hexabot source files, a running Hexabot API, or a Hexabot MCP server.
When authoring workflows against a local Hexabot project, the default development endpoints are:
Common project bootstrap commands:
npm install -g @hexabot-ai/cli
hexabot create my-project
cd my-project
hexabot dev
This skill is documentation and guidance for working with Hexabot workflows. Refer to the official Hexabot repository for current Hexabot license terms, attribution requirements, and contribution guidelines.