원클릭으로
rich-file-sharing
Share files and images inline using <image> and <file> component syntax for rich previews in the UI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Share files and images inline using <image> and <file> component syntax for rich previews in the UI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Boss agent skill: plan a task DAG on the mission task board and judge worker results. The server-side scheduler owns spawning, retries, and notifications.
Worker agent skill for missions spawned by an orchestrator boss. Focuses on completing the assigned task and reporting status clearly.
Retrieve and manage secrets using Bitwarden Secrets Manager CLI (bws). Trigger terms: bitwarden, secrets, bws, secret, api key, credentials, password.
Resolves review threads on open PRs (Bugbot or human), fixing valid issues and replying when not applicable. Triggers: bugbot, review issues, bot review, github action review, unresolved review threads, review conversations.
Extract audio and transcode MP4 to WebM using ffmpeg.
Interact with GitHub using the gh CLI - PRs, issues, repos, releases, and actions. Trigger terms: github, gh, pull request, PR, issue, release, actions, workflow, repo.
| name | rich-file-sharing |
| description | Share files and images inline using <image> and <file> component syntax for rich previews in the UI. |
Share files and images with rich inline previews using component tags.
<image>/<file> tags.<image path="./chart.png" alt="Sales chart" />
Renders an inline image thumbnail. Click to expand. Attributes:
path (required) — relative or absolute path to the image filealt (optional) — description shown as alt text<file path="./report.pdf" name="Q4 Report" />
Renders a download card with icon, filename, and size. Attributes:
path (required) — relative or absolute path to the filename (optional) — display name (defaults to filename)./output/chart.png)/>)<image> for visual content (PNG, JPG, GIF, WebP, SVG)<file> for downloads (PDF, CSV, ZIP, code files, etc.)After generating a matplotlib chart:
<image path="./output/chart.png" alt="Revenue by quarter" />
After creating a data export:
<file path="./output/data.csv" name="Exported Data" />
Multiple outputs:
Here are the results:
<image path="./plots/figure1.png" alt="Distribution plot" />
<file path="./results/summary.json" name="Full Results" />