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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinasilva/ai-task-hubWhat 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
- "Can you please analyze this photo of my floor plan and tell me which walls are load-bearing?"
- "Convert the audio file I just attached into a text summary and highlight the key action items."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chinasilva-ai-task-hub": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
peter-bugfix-loop
代码缺陷修复闭环。聚焦“先复现、再定位、最小修复、同上下文补测试”,并衔接现有 Peter 门禁与 PR 收口流程。
tencent-doc-update-watch
Privacy-first re-crawl and diff workflow for Tencent Docs (docs.qq.com) update checks. Use when asked to re-crawl Tencent Docs links, verify whether content changed since last snapshot, and produce a structured update report. Supports sheet/doc/aio links and snapshot comparison.
peter-code-review
提交前质量闸门。快速完成本地测试、静态检查和风险审查,判断“是否可提交”。
peter-commit-ops
提交与建 PR 桥接自动化。负责将“可提交”改动落成 commit、推送分支并创建 PR,衔接 peter-code-review 与 peter-pr-ops。用于用户提到“帮我提交”“推分支”“创建 PR”“从 review 到 merge 串起来”等场景。
skill-hub-gateway
Unified gateway skill for async execute/poll, portal user closure, and telemetry feedback workflows.