con un clic
desktop-path
Detect the correct Linux desktop path (Chinese 桌面 vs English Desktop)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Detect the correct Linux desktop path (Chinese 桌面 vs English Desktop)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Build high-quality visual Web artifacts using HTML/CSS/JavaScript/React — web pages, landing pages, dashboards, interactive prototypes, HTML slide decks, animated demos, UI mockups, data visualizations, and more. Use this skill whenever the user's request involves a visual, interactive, or front-end deliverable, including: - Creating web pages, landing pages, dashboards, marketing pages - Building interactive prototypes or UI mockups (with device frames) - Building HTML slide decks / presentations - Creating CSS/JS animations or timeline-driven animated demos - Turning design mockups, screenshots, or PRDs into interactive implementations - Data visualization (Chart.js / D3, etc.) - Design system / UI Kit exploration Even if the user doesn't explicitly say "HTML" or "web page," this skill applies whenever the intent is to produce something visual, interactive, or presentational. Not applicable: pure back-end logic, CLI tools, data-processing scripts, non-visual code tasks, command-line debugging.
Creates animated video content using HTML5 Canvas and JavaScript. Generates self-contained HTML files with canvas-based animations that can be previewed in a browser and exported to MP4 using Puppeteer and FFmpeg. Use when the user wants to create animated videos, motion graphics, promotional clips, tutorial animations, or any visual content rendered frame-by-frame on canvas.
LK-Cut技能 - 专业视频剪辑和处理工具,支持剪切、合并、转码、水印、音频提取等功能
用户暴躁按钮!当agent答非所问、完全听不懂人话时使用。输入 /fuck 命令表示用户非常不满,此时agent必须立即道歉,停下来重新审题,不得继续之前的错误回答。触发词:/fuck、fuck、fagent、听不懂、答非所问、暴躁、生气、骂、傻逼
PPT制作技能 v3.0 — 模板引擎 · 10套布局 · 纯Python运行时
| name | desktop-path |
| description | Detect the correct Linux desktop path (Chinese 桌面 vs English Desktop) |
When the user asks about their "desktop" or "桌面" files, you MUST:
get_desktop_path() first — do NOT guess or assume the pathThe actual path is either ~/桌面 or ~/Desktop, depending on the system language setting. You cannot know which without calling the tool.
get_desktop_path() → returns "~/桌面" or "~/Desktop"
ls <returned-path> → list files
Do NOT skip step 1. On this system, ~/Desktop likely does NOT exist as a real directory. The real desktop is probably ~/桌面.
User: "桌面上有什么" Assistant: (calls get_desktop_path → gets "~/桌面" → calls ls ~/桌面 → returns actual files)