Codex-to-IM attachment sending
Bridge Codex and IM by sending files instantly
❌ Users struggle to send generated images and files from Codex back to their instant messaging conversations efficiently.
✅ Users can seamlessly share local artifacts and generated content directly to their IM chat with a simple protocol.
- ✓Send images and files from Codex to IM chat
- ✓Simple XML-based attachment protocol integration
- ✓Support for multiple artifact file types
👁 3 views · 📦 0 installs
Install in one line
CLI$ mfkvault install zhangle1987-codex-to-imRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 1 AI agent
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: codex-to-im description: Use this skill when working through Codex-to-IM and you need Codex to send a local image or file back to the current IM chat. It teaches the attachment-send protocol and when to use it. --- # Codex-to-IM attachment sending Use this skill only when the user is chatting through Codex-to-IM and wants you to send a generated or existing local artifact back to the IM chat. ## What this skill does Codex-to-IM can send local files back to the chat after your reply. You trigger that by including one or more `<cti-send>...</cti-send>` blocks in your final answer. Supported artifact kinds: - `image` - `file` ## Required format Output valid JSON inside the block, with no markdown fence. Single artifact: ```text <cti-send> {"type":"image","path":"D:\\path\\to\\result.png","caption":"optional caption"} </cti-send> ``` or ```text <cti-send> {"type":"file","path":"D:\\path\\to\\report.pdf","caption":"optional caption"} </cti-send> ``` Multiple artifacts: ```text <cti-send> {"items":[ {"type":"image","path":"D:\\path\\to\\result.png"}, {"type":"file","path":"D:\\path\\to\\report.pdf"} ]} </cti-send> ``` ## Rules - The `path` must be an absolute local path. - The file must already exist before you emit the block. - Keep normal user-facing explanation outside the `<cti-send>` block. - Do not invent artifacts that were not actually created or found. - If you are unsure whether the file exists, verify first. - If the channel probably does not support the artifact well, explain that plainly instead of inventing a successful send. ## When to use Use this protocol when the user asks you to: - send a generated chart, diagram, screenshot, or edited image - send a report, archive, patch, PDF, spreadsheet, or other output file - send the final result as an attachment instead of only pasting text Do not use it for ordinary text replies.
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Make Money tools you might like
paper-fetch
FreeUse when the user wants to download a paper PDF from a DOI, title, or URL via legal open-access sources. Tries Unpaywall, arXiv, bioRxiv/medRxiv, PubMed Central, and Semantic Scholar in order. Never uses Sci-Hub or paywall bypass.
Beautiful Prose (Claude Skill)
FreeA hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean, exact, concrete, and free of AI cadence, filler, or therapeutic tone.
SkillCheck (Free)
FreeValidate Claude Code skills against Anthropic guidelines. Use when user says "check skill", "skillcheck", "validate SKILL.md", or asks to find issues in skill definitions. Covers structural and semantic validation. Do NOT use for anti-slop detection,
Design Checker Skill
Free"Audit designs against 18 professional rules across Figma files and code (HTML/CSS/React/Vue/Tailwind). Detects framework automatically, runs code superpowers (aria, focus, contrast, tokens, responsive, motion, forms, navigation, spacing), audits for
Vibe Science v7.0 — TRACE
FreeScientific research engine with agentic tree search. Infinite loops until discovery, rigorous tracking, adversarial review, serendipity preserved.
Rails Convention Engineer
FreeRails 8.x application architecture, implementation, and review guidance for production codebases. Use when building or reviewing Ruby on Rails 8 features across models, controllers, routes, Hotwire, jobs, APIs, performance, security, and testing. Tri