# Send Specialized Agents to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "specialized-agents",
    "name": "Specialized Agents",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jdalbright/specialized-agents",
    "canonicalUrl": "https://clawhub.ai/jdalbright/specialized-agents",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/specialized-agents",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=specialized-agents",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AGENTS.md",
      "APP_DEV_GUIDE.md",
      "BLUESKY_ANALYTICS_README.md",
      "CLI_TOOLS_REFERENCE.md",
      "COMFYUI_ADVANCED_SETUP.md",
      "COMFYUI_CLEANUP_PLAN.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "specialized-agents",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-03T21:36:00.282Z",
      "expiresAt": "2026-05-04T09:36:00.282Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=specialized-agents",
        "error": "Timed out after 5000ms",
        "slug": "specialized-agents"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/jdalbright/specialized-agents"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/specialized-agents",
    "downloadUrl": "https://openagent3.xyz/downloads/specialized-agents",
    "agentUrl": "https://openagent3.xyz/skills/specialized-agents/agent",
    "manifestUrl": "https://openagent3.xyz/skills/specialized-agents/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/specialized-agents/agent.md"
  }
}
```
## Documentation

### SKILLS.md - Installed Skills Index

Master index of all OpenClaw skills available to Scout 🐕

Last Updated: 2026-02-08

### 📋 Quick Reference

SkillPurposeCLI ToolAuth Statusai-image-editorLocal ComfyUI image generationgenerate_comfyui.py✅ Local (no auth)apple-notesManage Apple Notesmemo✅ macOS nativeapple-remindersManage Apple Remindersremindctl✅ macOS nativebirdX/Twitter CLIbird✅ Safari cookiesblogwatcherRSS/Atom feed monitoringblogwatcherN/AcamsnapRTSP/ONVIF camera capturecamsnapCamera-dependentclawhubSkill marketplaceclawhubN/Acoding-agentRun Codex/Claude Code/OpenCodecodex, claude, opencodeUser-dependentcontent-repurposerCross-platform contentrepurposer.pyN/AgeminiGoogle Gemini CLIgeminiAPI keygifgrepGIF search & extractiongifgrepN/AgithubGitHub CLIgh✅ OAuthgogGoogle Workspacegog✅ OAuthhealthcheckSecurity hardeningopenclaw healthcheckN/AimsgiMessage/SMSimsg✅ macOS nativemodel-usageAPI cost trackingmodel_usage.pyReads local logsopenhuePhilips Hue controlopenhue✅ Bridge pairedparallel-agents25 AI agent typesparallel-agentsN/ApeekaboomacOS UI automationpeekaboo✅ macOS nativesongseeAudio spectrogramssongseeN/AsummarizeText/video summarizationsummarizeN/Athings-macThings 3 task managerthings✅ macOS nativevideo-framesVideo frame extractionvideo-framesN/AweatherWeather forecastsweatherN/A

### 1. ai-image-editor — Local Image Generation

Location: ~/.openclaw/skills/ai-image-editor/

Quick Commands:

# Z-Image Turbo (~3s, preferred)
python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_comfyui.py "prompt" --model zimage --count 3

# Flux Dev (~45s, max quality)
python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_flux.py "prompt" --count 2

# img2img transformation
python3 ~/.openclaw/skills/ai-image-editor/scripts/img2img_comfyui.py photo.jpg "new setting" --strength 0.5

# Test connection
python3 ~/.openclaw/skills/ai-image-editor/scripts/test_comfyui.py

Output: ~/.openclaw/workspace/comfyui_output/
Server: 192.168.1.183:8188 (RTX 4070)
Docs: ~/.openclaw/skills/ai-image-editor/SKILL.md

### 2. content-repurposer — Cross-Platform Posts

Location: ~/.openclaw/skills/content-repurposer/

Quick Commands:

# Generate all platform variants
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \\
  --source "Happy #humpday!" --pretty

# With content type hint
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \\
  --source "Gym time 🔥" --type lifestyle --output captions.json

# Single platform only
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \\
  --source "Coffee ☕️" --platform onlyfans --pretty

Content Types: humpday, fcf, scs, collab, travel, lifestyle
Platforms: twitter, onlyfans, instagram, bluesky
Docs: ~/.openclaw/skills/content-repurposer/SKILL.md

### 3. parallel-agents — Multi-Agent System

Location: ~/.openclaw/skills/parallel-agents/

Quick Commands:

# Test the system
~/.openclaw/skills/parallel-agents/scripts/parallel-agents test

# Run parallel demo
~/.openclaw/skills/parallel-agents/scripts/parallel-agents demo

# Generate content with parallel agents
~/.openclaw/skills/parallel-agents/scripts/parallel-agents content

25 Agent Types:

Content (5): creative_writer, funny_writer, educational_writer, trendy_writer, controversial_writer
Development (5): frontend_dev, backend_dev, database_dev, api_dev, devops_dev
QA (5): code_qa, security_qa, performance_qa, accessibility_qa, test_qa
Personalized (5): travel_event_planner, donut_care_coordinator, pup_community_engager, print_project_manager, training_assistant
Meta (4): agent_creator, agent_design_reviewer, agent_refiner, agent_orchestrator

Key Docs:

SKILL.md — Main documentation
META_AGENT_COMPLETE.md — Full system docs
AGENT_ORCHESTRATOR.md — Orchestrator guide

### 4. model-usage — Cost Tracking

Location: ~/.openclaw/skills/model-usage/

Quick Commands:

# Current model cost
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode current

# All models breakdown
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all

# JSON output
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all --format json --pretty

Last Known: $127.97 total (Sonnet $98.87, Opus $25.66, Haiku $3.44)

### 5. openhue — Smart Lights

Location: ~/.openclaw/skills/openhue/

Quick Commands:

openhue get light                              # List all lights
openhue get scene                              # List scenes
openhue set light "Bedroom lamp" --on          # Turn on
openhue set light ac8767b6-... --brightness 30 # By ID
openhue set room "Living Room" --brightness 75 # Whole room

Bridge: 192.168.1.217 ✅ paired
Key Light: Bedroom lamp (ac8767b6-ee86-455d-beeb-19b5a705a9d9)

### 6. bird — X/Twitter

Location: ~/.openclaw/skills/bird/

Quick Commands:

bird tweet "text"                           # Post
bird tweet "text" --media photo.jpg         # With image
bird read <tweet-url>                       # Read tweet
bird home                                   # Timeline

Auth: Safari cookies ✅
Handle: good boi Jax

### 7. gog — Google Workspace

Location: ~/.openclaw/skills/gog/

Quick Commands:

# Gmail
gog gmail search 'newer_than:7d' --max 10
gog gmail thread show <threadId>
gog gmail send --to x@y.com --subject "Hi" --body "Hello"

# Calendar
gog calendar events primary --from today --to tomorrow

# Drive
gog drive files list --max 10

Account: jdalbright1@gmail.com ✅

### 8. github — GitHub CLI

Location: ~/.openclaw/skills/github/

Quick Commands:

gh issue list --repo owner/repo               # List issues
gh pr list                                    # List PRs
gh run list                                   # CI runs
gh api repos/:owner/:repo/issues              # API queries

Auth: ✅ OAuth as jdalbright

### 9. imsg — iMessage/SMS

Location: ~/.openclaw/skills/imsg/

Quick Commands:

imsg send +19195551234 "message"              # Send
imsg list                                     # List chats
imsg history <chat-id>                        # View history

Auth: ✅ macOS native
Note: Read receipts disabled → use time-based tracking

### 10. things-mac — Task Manager

Location: ~/.openclaw/skills/things-mac/

Quick Commands:

things list inbox                             # Inbox items
things list today                             # Today's tasks
things add "Task name" --list Inbox           # Add task
things search "keyword"                       # Search

Auth: ✅ macOS native (Things 3)

### ai-image-editor

Purpose: Local AI image generation using ComfyUI on RTX 4070
Status: ✅ Fully operational (9 models tested)
Location: ~/.openclaw/skills/ai-image-editor/
Docs: SKILL.md
Key Scripts:

scripts/generate_comfyui.py — SDXL/Z-Image generation
scripts/generate_flux.py — Flux generation
scripts/img2img_comfyui.py — Image transformation
scripts/test_comfyui.py — Connection test

### apple-notes

Purpose: Manage Apple Notes via CLI
Status: ✅ Available
Location: ~/.openclaw/skills/apple-notes/
CLI: memo
Docs: SKILL.md

### apple-reminders

Purpose: Manage Apple Reminders via CLI
Status: ✅ Available
Location: ~/.openclaw/skills/apple-reminders/
CLI: remindctl
Docs: SKILL.md

### bird

Purpose: X/Twitter CLI for posting and reading
Status: ✅ Authenticated via Safari cookies
Location: ~/.openclaw/skills/bird/
CLI: bird
Docs: SKILL.md

### blogwatcher

Purpose: Monitor blogs and RSS/Atom feeds
Status: Available
Location: ~/.openclaw/skills/blogwatcher/
CLI: blogwatcher
Docs: SKILL.md

### camsnap

Purpose: Capture frames/clips from RTSP/ONVIF cameras
Status: Available
Location: ~/.openclaw/skills/camsnap/
CLI: camsnap
Docs: SKILL.md

### clawhub

Purpose: Search, install, update skills from clawhub.com
Status: Available
Location: ~/.openclaw/skills/clawhub/
CLI: clawhub
Docs: SKILL.md

### coding-agent

Purpose: Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent
Status: Available
Location: ~/.openclaw/skills/coding-agent/
CLI: codex, claude, opencode
Docs: SKILL.md

### content-repurposer

Purpose: Transform one post into platform-optimized variants
Status: ✅ Active use
Location: ~/.openclaw/skills/content-repurposer/
CLI: repurposer.py
Docs: SKILL.md

### gemini

Purpose: Google Gemini CLI for Q&A and generation
Status: Available
Location: ~/.openclaw/skills/gemini/
CLI: gemini
Docs: SKILL.md

### gifgrep

Purpose: Search GIF providers, download, extract stills
Status: Available
Location: ~/.openclaw/skills/gifgrep/
CLI: gifgrep
Docs: SKILL.md

### github

Purpose: GitHub CLI (issues, PRs, CI runs, API)
Status: ✅ Authenticated as jdalbright
Location: ~/.openclaw/skills/github/
CLI: gh
Docs: SKILL.md

### gog

Purpose: Google Workspace (Gmail, Calendar, Drive, Contacts, Sheets, Docs)
Status: ✅ OAuth as jdalbright1@gmail.com
Location: ~/.openclaw/skills/gog/
CLI: gog
Docs: SKILL.md

### healthcheck

Purpose: Host security hardening and risk configuration
Status: Available
Location: ~/.openclaw/skills/healthcheck/
CLI: openclaw healthcheck
Docs: SKILL.md

### imsg

Purpose: iMessage/SMS CLI (list, history, watch, send)
Status: ✅ macOS native
Location: ~/.openclaw/skills/imsg/
CLI: imsg
Docs: SKILL.md

### model-usage

Purpose: Track per-model API costs (Codex/Claude)
Status: ✅ Active use
Location: ~/.openclaw/skills/model-usage/
CLI: model_usage.py
Docs: SKILL.md

### openai-image-gen

Purpose: Batch-generate images via OpenAI Images API
Status: Available (cloud alternative to local ComfyUI)
Location: ~/.openclaw/skills/openai-image-gen/
Docs: SKILL.md

### openai-whisper

Purpose: Local speech-to-text with Whisper CLI
Status: Available
Location: ~/.openclaw/skills/openai-whisper/
CLI: whisper
Docs: SKILL.md

### openai-whisper-api

Purpose: Transcribe audio via OpenAI Whisper API
Status: Available
Location: ~/.openclaw/skills/openai-whisper-api/
Docs: SKILL.md

### openhue

Purpose: Control Philips Hue lights and scenes
Status: ✅ Bridge paired at 192.168.1.217
Location: ~/.openclaw/skills/openhue/
CLI: openhue
Docs: SKILL.md

### parallel-agents

Purpose: 25 AI agent types with meta-agent creation system
Status: ✅ Fully operational (spawned 20 agents successfully)
Location: ~/.openclaw/skills/parallel-agents/
CLI: parallel-agents
Docs: SKILL.md, META_AGENT_COMPLETE.md

### peekaboo

Purpose: Capture and automate macOS UI
Status: ✅ macOS native
Location: ~/.openclaw/skills/peekaboo/
CLI: peekaboo
Docs: SKILL.md

### songsee

Purpose: Generate spectrograms and audio visualizations
Status: Available
Location: ~/.openclaw/skills/songsee/
CLI: songsee
Docs: SKILL.md

### summarize

Purpose: Extract/summarize text from URLs, podcasts, files
Status: Available
Location: ~/.openclaw/skills/summarize/
CLI: summarize
Docs: SKILL.md

### things-mac

Purpose: Manage Things 3 tasks and projects
Status: ✅ macOS native
Location: ~/.openclaw/skills/things-mac/
CLI: things
Docs: SKILL.md

### video-frames

Purpose: Extract frames/clips from videos using ffmpeg
Status: Available
Location: ~/.openclaw/skills/video-frames/
CLI: video-frames
Docs: SKILL.md

### weather

Purpose: Current weather and forecasts (no API key needed)
Status: Available
Location: ~/.openclaw/skills/weather/
CLI: weather
Docs: SKILL.md

### 🛠️ Workspace-Level Tools (Non-Skills)

These are custom scripts in ~/.openclaw/workspace/ that I use daily:

ToolPurposeCommandheartbeat-v2.pySystem status checkspython3 heartbeat-v2.pymorning-briefing.pyDaily 8 AM briefingpython3 morning-briefing.pycheck-imessages-v4.pyiMessage alertspython3 check-imessages-v4.pycheck-jax-dms.pyBluesky DM checkerpython3 check-jax-dms.pyprinter-status.pyBambu printer statuspython3 printer-status.pyfetch-rss-digest.pyDaily news digestpython3 fetch-rss-digest.pyguardrails.pySafety/cost monitoringpython3 guardrails.pyjax-content-assistant.pyCaption generatorpython3 jax-content-assistant.pyscreenshot-bluesky-analytics.pyWeekly analyticspython3 screenshot-bluesky-analytics.py

Full docs: See TOOLS.md

### 🔧 Skills I Should Explore

Not yet used but potentially useful:

blogwatcher — Could monitor competitor/content creator blogs
camsnap — If you get security cameras
gemini — Alternative AI for specific tasks
gifgrep — For finding reaction GIFs quickly
songsee — If analyzing audio content
video-frames — For content creation workflows

Maintenance: Update this file when adding new skills or changing auth status.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jdalbright
- Version: 1.1.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-03T21:36:00.282Z
- Expires at: 2026-05-04T09:36:00.282Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/specialized-agents)
- [Send to Agent page](https://openagent3.xyz/skills/specialized-agents/agent)
- [JSON manifest](https://openagent3.xyz/skills/specialized-agents/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/specialized-agents/agent.md)
- [Download page](https://openagent3.xyz/downloads/specialized-agents)