在侧边栏底部加入「红狐 Skills」入口,点击后切换为卡片式技能画廊,集中展示 redfox-community-dsh 插件内的红狐社区技能。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:redfox-data/redfox-skill-gallery
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本——pnpm 默认拦截,所以安装可能停在 ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED 或 ERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yaml 的 allowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
该插件的 README 只有英文版本。
RedFox Skills visual gallery plugin — presents RedFox community skills from
redfox-community-dshas cards in the DeepSeek Harness Web UI, ready to use with one click.
Overview
redfox-skill-gallery is a DeepSeek Harness Web plugin. It adds a RedFox Skills entry at the bottom of the sidebar. Click it to switch the entire UI into a card-style skill gallery that lists all RedFox community skills from the redfox-community-dsh plugin (your local skills are not mixed in).
Each card shows the skill’s Chinese name, slug, and description. You can search in real time, open README details, and insert a skill reference into the input box with one click. If redfox-community-dsh is not installed yet, opening the gallery will install it for you automatically.
Features
- Lists all RedFox community skills from
redfox-community-dsh. - Filter by category: a filter row under the header groups skills by type (Search, Trending, Accounts, Comments, Feeds & Subs, Download, Writing, Compliance, AI Generation, AI Search, Finance, Tools); each card also shows its category tag.
- Card-style gallery; each card includes Chinese name, slug (technical skill id, e.g.
/bili-ai-feed), and description. - Real-time search by Chinese name / slug / description.
- Click a card to view the skill README, with Chinese / English switching.
- Click Use now to insert the skill into the input box; you can add or edit your request before sending.
- Auto-installs
redfox-community-dshwhen it is missing. - Chinese and English UI.
How to use
Install
We recommend installing the redfox-community-dsh plugin in advance. If it is missing, opening the gallery will install it automatically — but you still need to restart dsh web afterward for it to take effect. Installing ahead of time avoids an extra restart:
dsh plugin --profile web add -w github:redfox-data/redfox-community-dsh
Then install this plugin:
dsh plugin --profile web add -w github:redfox-data/redfox-skill-gallery
Restart dsh web after install for the change to take effect.
Usage
- After restart, refresh the page and click the RedFox Skills button at the bottom of the left sidebar.
- The gallery shows all RedFox community skills as cards.
- Click a category chip in the filter row (All / Search / Trending / …) to narrow by type; it stacks with the search box.
- Type keywords in the top search box to filter by Chinese name / slug / description.
- Click a card to open the detail panel on the right and read the skill README (switch between Chinese / English).
- Click Use now on a card to insert the skill as
/nameinto the input box; add or edit your request, then press Enter to send. - Press ESC or click Close in the top-right to return to the conversation.
If
redfox-community-dshis not installed, opening the gallery will install it automatically — but you still need to restartdsh webafterward for it to take effect. Installing it in advance is recommended.
Skill categories
Category data lives in lib/skill-categories.json of this plugin:
categories: category definitions (id/ Chinese label / English label); array order is the order of the filter row.skills: pre-classified mapping from skill name to category id, so skills are grouped by type right after the first install.fallbackRules: keyword-based fallback rules; a new skill not yet in the mapping is auto-classified by these rules first, and falls back to "Other" when nothing matches.
When redfox-community-dsh adds new skills later, the agent decides the category and appends one line "<skill-name>": "<category-id>" to skills. The list route re-reads this file on every request, so the change applies without restarting dsh web.
Uninstall
dsh plugin --profile web remove redfox-skill-gallery
链接
同类插件
zhu1090093659/dsh-web#packages/dsh-task-board★ 7488
侧边栏多列任务看板:卡片交给真实 DSH 智能体会话执行,支持 cron 定时(Host 侧到点执行,关浏览器也生效)。
zhu1090093659/dsh-web#packages/dsh-web-all★ 7488
DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
omdsh-dev/DSH-better-sidebar★ 3555
侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
ccch1mneyyy/dsh-TUI★ 2994
Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
MeteorNOX/DeepSeek-Balance-Whale-Widget★ 2274
右下角常驻的小鲸鱼余额挂件:显示余额、今日已用、每轮对话消耗与随机台词,带音效与设置菜单。
Devin-AXIS/deepseek-design#deepseek-idesign★ 1072
可视化设计工作室,支持网站、App 原型、海报、信息卡、报告和杂志的模板创建、元素编辑、选区级 AI 草稿衔接与导出。
社区评论
评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。