ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

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-first and result-first; async poll/presentation remain compatibility or asset-delivery follow-up surfaces.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chinasilva/ai-task-hub
Or

What This Skill Does

The ai-task-hub (formerly skill-hub-gateway) serves as the central orchestration layer for OpenClaw AI capabilities. It bridges the gap between user requests and complex AI operations, including image analysis, background removal, speech-to-text, text-to-speech, and markdown conversion. It acts as a secure, stateless intermediary that offloads heavy processing to hosted AI services while ensuring that the host runtime maintains full control over sensitive elements like authentication, credit ledgers, and payment processing.

Designed for maximum security and separation of concerns, the skill does not store persistent data. Instead, it relies on the host runtime to manage identity and continuity. It handles the secure transmission of user-provided attachments to processing nodes and delivers the final outcomes back to the user seamlessly.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/chinasilva/ai-task-hub

Ensure your host runtime is configured to handle the specific attachment types you intend to process, as the hub relies on the host to provide authorized access to media inputs.

Use Cases

  • Media Processing: Automatically remove backgrounds from product images or transcribe audio files into searchable meeting notes.
  • Content Transformation: Convert complex document formats into structured Markdown for easier integration into documentation workflows.
  • Account Management: Retrieve real-time information regarding points balances or ledger activity directly through the interface.
  • Orchestration: Execute multi-stage AI tasks where the initial analysis informs subsequent automated actions or presentations.

Example Prompts

  1. "Can you please analyze this photo of my floor plan and tell me which walls are load-bearing?"
  2. "Convert the audio file I just attached into a text summary and highlight the key action items."
  3. "Check my current credits balance and tell me if I have enough for the image generation task I want to run."

Tips & Limitations

  • Statelessness: The hub does not persist state. All context must be provided by the host runtime per session.
  • Attachment Handling: Do not manually input file URLs. Upload your files through the interface, and the hub will automatically handle the underlying bridge mechanics.
  • Developer Focus: This skill is highly optimized for performance and security. For advanced debugging, ensure your host runtime logs are enabled. Avoid exposing bridge implementation details to end-users unless explicitly troubleshooting.

Metadata

Stars3840
Views0
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chinasilva-ai-task-hub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#ai-orchestration#multimedia#productivity#api-gateway
Safety Score: 5/5

Flags: external-api