action-creator

by hexabot-aiVerified

Hexabot Action Creator Skill

0
Stars
0
Forks
TypeScript
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/hexabot-ai/action-creator

Getting Started

Guides for using skills like action-creator.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Hexabot Action Creator 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.

What Hexabot Is

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.

What This Skill Provides

  • Action authoring guidance for Hexabot API actions, custom application actions, npm-distributed hexabot-action-* packages, and standalone @hexabot-ai/agentic examples.
  • Pattern selection guidance for createAction, BaseAction, and defineAction.
  • Contract design checklists for action names, workflow types, input schemas, output schemas, settings schemas, supported bindings, idempotency, and failure behavior.
  • Settings and secrets guidance for credentials, environment variables, external APIs, LLM model bindings, memory, and MCP integration points.
  • Review and validation checklists for parsing, schemas, output shape, error paths, idempotency, logging, tests, and binding compatibility.
  • Output templates for polished action designs, scaffolds, reviews, and documentation responses.
  • An illustrative TypeScript action example for creating a CRM ticket.

Repository Layout

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

How To Use

Ask the agent to use this skill when you need to:

  • Convert a business integration requirement into a Hexabot action contract.
  • Implement a custom Hexabot workflow action.
  • Scaffold or improve a hexabot-action-* package.
  • Wrap an external API, LLM call, memory operation, MCP server, messaging capability, or internal service as an action.
  • Review an existing action for schema quality, runtime compatibility, settings and credential handling, tests, and workflow ergonomics.
  • Produce developer-facing documentation for a Hexabot action or 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.

Validation Notes

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.

Useful Hexabot Links

Local Development Pointers

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

License And Attribution

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.

Frequently Asked Questions

What is action-creator?

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.

Is action-creator safe to use?

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.

How do I install action-creator?

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).

What programming language is action-creator written in?

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.

Are there alternatives to action-creator?

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.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details