action-creator

作者 hexabot-ai已验证

Hexabot Action Creator Skill

0
Stars
0
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 action-creator 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情