AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and points queries. Default host path is connector-f...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-task-hub或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-task-hub⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-task-hub/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ai-task-hub description: AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and points queries. Default host path is connector-first and result-first; async poll/presentation remain compatibility or asset-delivery follow-up surfaces. version: 3.3.14 metadata: openclaw: skillKey: ai-task-hub emoji: "🧩" homepage: https://gateway.binaryworks.app transport: preferredEntrypoint: /agent/public-bridge/invoke trustedHostEntrypoint: /agent/skill/bridge/invoke requires: bins: - node ---
Formerly skill-hub-gateway.
Public package boundary:
portal.skill.execute, portal.skill.poll, portal.skill.presentation, portal.account.connect, portal.account.balance, and portal.account.ledger.api_key or userToken inside this package.PUBLIC_BRIDGE_ENTRY_HOST and AI_TASK_HUB_ENTRY_HOST are only host-side entry_host fallbacks, not API secrets, auth tokens, or billing credentials.POST /agent/public-bridge/invoke.host_or_private_wrapper.https://gateway-api.binaryworks.app.POST /agent/public-bridge/upload-file for the same request flow.connect / status / invoke / logout are connector lifecycle commands for host/runtime installation state.portal.account.connect / portal.skill.execute / portal.skill.poll / portal.skill.presentation / portal.account.balance / portal.account.ledger are the published skill actions.portal.skill.execute -> portal.skill.poll -> portal.skill.presentation as the default path for every capability. Default behavior must follow the capability delivery mode. - connect: start or resume browser authorization for one connector installation - status: read whether the connector installation already has continuity - invoke: call one published skill action through the connector runtime - logout: clear continuity for that connector installation
- portal.account.connect: explicit account bind or connection-status check - portal.skill.execute: submit a capability run - portal.skill.poll: poll a submitted run - portal.skill.presentation: fetch rendered outputs for a run - portal.account.balance: read current points balance - portal.account.ledger: read points ledger rows
- human_detect - image_tagging - face-detect - body-keypoints-2d - face-emotion-recognition
- person-instance-segmentation - person-semantic-segmentation - concert-cutout - full-body-matting - head-matting - product-cutout
- asr - tts_report
- markdown_convert
- embeddings - reranker
- image-generation
- Video Face Generation
instant_result - Default host behavior: prefer a result-first entrypoint and return the final result in the same interaction. - Typical capabilities: tts_report, image analysis, retrieval. - Default product path: use result-first host flow; portal.skill.execute is usually enough.
aggregated_short_wait - Default host behavior: prefer a result-first entrypoint with short internal waiting, then fall back to poll only if the short wait does not complete. - Typical capabilities: image-generation. - Default product path: start with result-first host flow; only use portal.skill.poll when the short wait does not complete.
asset_delivery - Default host behavior: keep presentation or rendered files as part of the formal result surface. - Typical capabilities: segmentation, matting, cutout. - Default product path: portal.skill.execute -> portal.skill.poll, then portal.skill.presentation when files or rendered outputs are needed.
long_running - Default host behavior: treat the capability as an explicit async job and do not promise single-turn completion. - Typical capabilities: asr, markdown_convert, video-face-generation. - Default product path: portal.skill.execute with later portal.skill.poll; use portal.skill.presentation only when that capability later exposes a rendered result surface.
execute -> poll -> presentation.portal.skill.poll and portal.skill.presentation are follow-up surfaces, not universal default steps....
安装 Ai Task Hub 后,可以对 AI 说这些话来触发它
Help me get started with Ai Task Hub
Explains what Ai Task Hub does, walks through the setup, and runs a quick demo based on your current project
Use Ai Task Hub to aI task hub for image analysis, background removal, speech-to-text,...
Invokes Ai Task Hub with the right parameters and returns the result directly in the conversation
What can I do with Ai Task Hub in my design & creative workflow?
Lists the top use cases for Ai Task Hub, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ai-task-hub/ 目录(个人级,所有项目可用),或 .claude/skills/ai-task-hub/(项目级)。重启 AI 客户端后,用 /ai-task-hub 主动调用,或让 AI 根据上下文自动发现并使用。
Ai Task Hub 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ai Task Hub 可免费安装使用。请查阅仓库了解许可证信息。
AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and points queries. Default host path is connector-f...
Ai Task Hub 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Ai Task Hub
Identifies repetitive steps in your workflow and sets up Ai Task Hub to handle them automatically