by hexabot-ai
Hexabot Action Creator 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/action-creatorGuides for using ai agents skills like action-creator.
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 design, scaffold, implement, review, and document Hexabot v3 actions.
The agent-facing instructions live in skills/hexabot-action-creator/SKILL.md. This README is human-facing GitHub documentation for the skill repository.
Hexabot v3 is a self-hostable AI automation platform for building workflows that talk, act, and remember. It combines workflow definitions, schema-validated actions, agentic behavior, conversational channels, reusable 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, integration agents, and operational AI systems while keeping the platform and production data under their own control.
hexabot-action-* packages, and standalone @hexabot-ai/agentic examples.createAction, BaseAction, and defineAction.skills/hexabot-action-creator/
+-- SKILL.md
+-- agents/
| `-- openai.yaml
+-- examples/
| `-- create-crm-ticket.action.example.ts
`-- references/
+-- action-authoring-guide.md
+-- action-contract-guide.md
+-- output-templates.md
+-- settings-and-secrets-guide.md
`-- testing-and-review-checklist.md
Ask the agent to use this skill when you need to:
hexabot-action-* package.For the most accurate output, provide the target Hexabot repository or action package, the intended workflow type, required inputs and outputs, configured bindings, credential model, external API details, and whether runtime verification is available.
The skill is designed to prefer live source-of-truth checks before final code or review findings. When available, the agent should inspect the active Hexabot monorepo, generated application, installed Hexabot packages, or standalone action package before choosing decorators, imports, schema fields, binding kinds, registration hooks, package layout, or config conventions.
If only this packaged skill is available, the included references and example can guide design and drafting, but runtime verification still requires a checked-out Hexabot project, compiled action package, or running Hexabot environment.
When authoring actions 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 actions. Refer to the official Hexabot repository for current Hexabot license terms, attribution requirements, and contribution guidelines.