AI Agents Marketplace

Showing 22 of 22 results

Development ClawHub

Alibabacloud Dataworks Datastudio Develop

Skill

DataWorks data development Skill. Create, configure, validate, deploy, update, move, and rename nodes and workflows. Manage components, file resources, and U...

Development ClawHub

Workflow

Skill

Build automated pipelines with reusable components, data flow between nodes, and state management.

Development ClawHub

Workflow

Skill

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain im...

Development ClawHub

Hermes Workflow Engine

Skill

Hermes DAG工作流引擎 v3.0 — 目标驱动的多步骤任务编排系统。 支持DAG依赖、并行执行、故障转移、资源监控、版本管理、模式检测、可视化面板、社区共享。 当用户要求执行工作流、运行workflow、自动化任务、多步骤任务、创建工作流、模式检测、 版本管理、DAG编排、并行执行、故障转移时触发。 适用...

Development ClawHub

Agent Workflow

Agent

A structured workflow plugin for OpenClaw agents. Guides work through brainstorm → plan → execute → verify → deliver with persistent state and multi-project...

Development ClawHub

Automation Workflow

Skill

Enterprise-grade automation for repetitive tasks. Automate data scraping, social media content, and customer support workflows.

Development ClawHub

OpenClaw 工作流快速入门指南

Skill

OpenClaw 工作流快速入门指南 - 含业务流程处理(TaskFlow)与数字资源入库(ClawHub)的端到端实操步骤,适用于新用户在 30 分钟内完成从内容创作到资源发布的完整链路

Development ClawHub

Workflow Orchestrator

Agent

Chain skills into automated pipelines with conditional logic, error handling, and audit logging. Define workflows in YAML or JSON, then execute them hands-fr...

Development ClawHub

Agentic Workflow Designer

Agent

AI-powered agentic workflow design and automation assistant — map complex multi-step processes, identify automation opportunities, design autonomous AI agent pipelines, generate n8n/Make/Zapier workflow specs, and estimate ROI. Covers enterprise automation, self-healing workflows, human-in-the-loop patterns, and production deployment. Keywords: agentic workflow, workflow automation, n8n, Make, Zapier, enterprise automation, AI pipeline, autonomous agent, process automation, workflow design, ROI calculator, HITL, 工作流设计, 流程自动化, 智能体工作流, 企业自动化, n8n工作流, 流程优化, 自主代理, RPA替代.

Development ClawHub

Git工作流助手免费版

Skill

Git 分支管理、冲突解决与提交规范助手,覆盖个人开发者日常版本控制场景。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。提供结构化输出和错误处理机制。

Development ClawHub

collab-workflow-ingest

Skill

协作流程:业务流程梳理 → 数字资源入库。先用 workflow-structurer 逐步澄清流程,生成结构化步骤文档;再用 demo-asset-ingest 的打包规范将成果发布到 ClawHub 资源中心。适用场景:需要将模糊需求转化为可执行流程、并把最终产物沉淀到可检索仓库的工作。

Development ClawHub

Nodecoda Workflow - Dify

Skill

Use when designing, writing, building, diagnosing, or revising NodeCoda Source through the authenticated NodeCoda MCP service.

Development ClawHub

Linear工作流机器人

Skill

把 Linear 任务自动接入"通知-执行-回写-Git 同步"流水线。面向独立开发者与一人公司, 解决免费自动化平台额度紧张、Webhook 触发不可靠、多服务配置散乱、Git 同步冲突四大痛点。 核心能力: - 三层自动化平台选型:Make.com(免费首选)/ Pipedream(即时触发)/ Zapier...

Development ClawHub

Workflow Decomposer

Skill

工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。

Development ClawHub

Auto Workflow

Skill

Builds automation workflows from repetitive tasks. Use when user mentions "automate", "save time", "reduce manual work", or has repeated tasks.

Development ClawHub

Quack Workflow Engine

Skill

Execute multi-step workflows via Orchestrate. Use when running complex workflows, parallel tasks, multi-model orchestration, or automating multi-step processes.

Development ClawHub

Agentic Workflow Automation

Agent

Design and orchestrate robust multi-step agent workflows with reusable blueprints. Automate complex trigger-action sequences, define deterministic workflows,...

Development ClawHub

Agentic Workflow Automation

Agent

Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti...

Development ClawHub

gitlab-workflow

Skill

# GitLab Workflow Best Practices You are an expert in GitLab workflows, including merge requests, CI/CD pipelines, issue tracking, and DevOps best practices. ## Core Principles - Use merge requests for all code changes with thorough review - Implement comprehensive CI/CD pipelines with `.gitlab-ci.yml` - Follow GitLab Flow or similar branching strategy - Leverage GitLab's built-in DevOps features - Maintain security through proper access controls and scanning ## Merge Request Best Practices ### Creating Eff

Development ClawHub

pr-workflow

Skill

# PR Workflow Guide ## Commit Practices - **Atomic commits.** Small, focused, single purpose - **Don't mix:** logic + formatting, logic + refactoring - **Good message** = easy to write short description of intent Learn `git rebase -i` for clean history. ## PR Guidelines - Keep PRs focused and small - Run relevant tests before submitting - Each commit tells part of the story ## CI Environment Notes If running as GitHub Action: - Max-turns limit in `.github/workflows/claude.yml` - OK to commit WIP state and p

Development ClawHub

git-workflow

Skill

# Git Workflow Guided workflows for common git operations that benefit from structured steps. ## PR Preparation When preparing a pull request: 1. **Gather context** - `git log main..HEAD --oneline` — list all commits on the branch - `git diff main...HEAD --stat` — see all changed files - `git status` — check for uncommitted work 2. **Draft PR content** - Title: under 70 chars, describes the change (not the branch name) - Body: summarise the "why", list key changes, add test plan - Use the commit history to

Development ClawHub

n8n-workflow-lifecycle-official

Skill

# n8n Workflow Lifecycle ## The six stages 1. **PLAN.** Gather requirements, ask clarifying questions, search for existing workflows / sub-workflows that already do this. 2. **BUILD.** Write SDK code (with skills: subworkflows, node-config, expressions, code-nodes; readability section below). Use `validate_node_config` as a side-channel for iteration, debugging, or small single-node edits: clean per-parameter errors without full-graph noise. Not a replacement for `validate_workflow` in VALIDATE. 3. **VALIDA