# Add to your Claude Code skills
git clone https://github.com/hexabot-ai/action-creatorGuides for using ai agents skills like action-creator.
Last scanned: 6/6/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-06T06:52:57.024Z",
"npmAuditRan": true,
"pipAuditRan": true
}action-creator is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by hexabot-ai. Hexabot Action Creator Skill. It has 0 GitHub stars.
Yes. action-creator passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/hexabot-ai/action-creator" and add it to your Claude Code skills directory (see the Installation section above).
action-creator is primarily written in TypeScript. It is open-source under hexabot-ai on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh action-creator against similar tools.
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.