con un clic
wecom
// WeCom channel skill. Return normal replies directly. For proactive sends such as scheduled jobs, use the packaged wecom_send.py script.
// WeCom channel skill. Return normal replies directly. For proactive sends such as scheduled jobs, use the packaged wecom_send.py script.
Create or update a Bub plugin in any local path. Use when the task is to scaffold a Python package that exposes a [project.entry-points.bub] entry, implement Bub hooks or tools, and make the plugin take effect by installing it or adding it as a dependency in the Bub runtime project. When working inside bub-contrib, also follow its package and workspace conventions.
Export, filter, scan, and review shareable tape datasets produced by `tape-dataset-opendal`. Use when Codex needs to prepare Bub-generated tape data for public sharing, Hugging Face upload, external research handoff, or any review-sensitive export that must run CEL filtering, TruffleHog secret scanning on the staged artifact, and a final conservative LLM audit.
Use this skill to respond to messages from feishu channel.
QQ C2C channel skill. Use when Bub is handling a QQ conversation. Return your normal text reply directly and let the QQ channel deliver it through standard Bub outbound routing.
DingTalk channel skill. When $dingtalk appears in message context, return your response as text and the framework will deliver it. For programmatic sends (e.g. progress updates), use dingtalk_send.
| name | wecom |
| description | WeCom channel skill. Return normal replies directly. For proactive sends such as scheduled jobs, use the packaged wecom_send.py script. |
| metadata | {"channel":"wecom"} |
Use this skill when the current conversation is on WeCom.
wecom_send.py.chat_id from runtime context when available. If only session_id exists, derive it from wecom:<chat_id>.req_id, stream_id, or raw WebSocket payloads.Current WeCom message JSON may include:
messagemessage_idmessage_typesender_idchat_typequoteuv run ${SKILL_DIR}/scripts/wecom_send.py \
--chat-id <CHAT_ID> \
--content "<TEXT>"
Multi-line content:
uv run ${SKILL_DIR}/scripts/wecom_send.py \
--chat-id <CHAT_ID> \
--content "$(cat <<'EOF'
Task finished.
- 12 checks passed
- 0 failures
EOF
)"