Install
openclaw skills install openclaw-captureWrap a local openclaw_capture_workflow checkout as an OpenClaw/ClawHub skill that captures links, text, images, and videos, routes STT by platform, and fans...
openclaw skills install openclaw-captureUse this skill when the user wants to send a link, pasted text, image, or video into the local openclaw_capture_workflow backend without modifying that repo, while choosing STT and notification modules by environment.
chat_idreply_to_message_idrequest_idsource_kindsource_urlraw_textimage_refsplatform_hintrequested_output_lang已收到,开始处理。python3 scripts/dispatch_capture.py --payload-file /path/to/payload.json
You may also pipe JSON through stdin:
python3 scripts/dispatch_capture.py <<'JSON'
{"chat_id":"-1001","source_kind":"url","source_url":"https://example.com"}
JSON
mixed, preserve URL, pasted text, and images together.mac_local_firstOPENCLAW_CAPTURE_LOCAL_STT_COMMAND -> local_cli_then_remoteremote_onlyOPENCLAW_CAPTURE_OUTPUTS:
telegramfeishuOPENCLAW_CAPTURE_LEGACY_PROJECT_ROOT should point to the local openclaw_capture_workflow checkout when this skill is not being run from the source repo.OPENCLAW_CAPTURE_BACKEND_MODE=library|httpOPENCLAW_CAPTURE_BACKEND_URL when BACKEND_MODE=httpOPENCLAW_CAPTURE_STT_PROFILE=mac_local_first|local_cli_then_remote|remote_only to override the default routingOPENCLAW_CAPTURE_LOCAL_STT_COMMAND for non-mac local CLI transcription fallbackOPENCLAW_CAPTURE_MODEL_PROFILE=openai_direct|aihubmix_gatewayOPENCLAW_CAPTURE_MODEL_API_BASE_URLOPENCLAW_CAPTURE_MODEL_API_KEYOPENCLAW_CAPTURE_OUTPUTS=telegram,feishuOPENCLAW_CAPTURE_TELEGRAM_BOT_TOKENOPENCLAW_CAPTURE_FEISHU_WEBHOOKDo not manually summarize after dispatch succeeds unless the user explicitly asks for an inline summary.