ワンクリックで
interaction
Provides interaction capabilities with the user.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Provides interaction capabilities with the user.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build-focused skill for creating, updating, and installing standard Agent Skills.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
Execute Python code to perform tasks that are not covered by other tools.
| name | interaction |
| description | Provides interaction capabilities with the user. |
| description_cn | 提供与用户进行交互(提问、确认)的能力。 |
| license | Apache-2.0 |
| allowed-tools | request_user_approval, request_user_input, publish_artifacts |
This skill provides interaction capabilities with the user, plus enterprise-message artifact delivery for enterprise IM sessions.
Ask the user to approve or reject a potentially important action.
low / medium / high).Ask the user for text, a single choice, or multiple choices.
text, choice, or multi_choice.Publish generated files/images for enterprise-message delivery. Use this tool when:
An enterprise-message task produced files and the user needs them delivered in that conversation.
User asks to send image output or downloadable files into the current enterprise IM conversation.
This tool is the supported delivery entry for enterprise-message file/image handoff.
items (array, required): list of artifacts. Each item supports:
path or urlnamemimesubtype (image recommended for images)captionaudience (string, optional): auto or provider-specific target such as feishu
summary (string, optional): summary text for timeline display
title (string, optional): title used when sending IM post link messages
接收目标由系统内置配置与运行时渠道上下文自动解析(飞书优先 feishu_receive_id_type / feishu_receive_id,其次当前 IM 事件上下文),不允许通过工具参数传入。
Output contract:
source_tool="publish_artifacts".content_parts (file/tool_event) and delivery_result.request_user_input for actual user questions after read-only exploration.parallel_tools.