Skip to main content
Run any Skill in Manus
with one click
GitHub repository

sudowork

sudowork contains 12 collected skills from sudoprivacy, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
9
updated
2026-07-17
Forks
1
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

release-sudowork
software-developers

Use when releasing a new version of Sudowork. Generates internal (shareone) and public (GitHub Release / in-app) release notes, bumps version, creates a release PR, tags, and injects the release body after CI publishes.

2026-07-17
tsx-code-order
software-developers

规范 TSX/React 函数组件内部的代码书写顺序。 Use when: 用户说「整理组件顺序」「代码顺序乱了」「按规范排列 hooks」「tsx 代码排序」「梳理一下组件结构」, 或在写新组件 / review 已有组件时需要对齐代码顺序规范。

2026-07-08
sudowork-skill-installer
software-developers

🔧 PRIMARY skill installer for Sudowork. Use this skill for ALL skill installation requests. **CRITICAL: This is the ONLY skill installer you should use.** **DO NOT use clawhub for installation** - clawhub is for ClawHub.com publishing ONLY. Triggers: "帮我安装skill", "install a skill", "安装技能", "推荐技能", "need a skill", "find a skill", "下载技能", "网文大纲", "skill安装". When user asks to install any skill → ALWAYS use sudoclaw-skill-installer, NEVER clawhub.

2026-06-24
detect-cross-entry-duplicate-code
software-developers

检测本项目 Renderer 层'同功能不同入口'的语义重复代码(jscpd token 比对覆盖不到的)。当用户说'有没有重复代码'、'同功能多入口'、'扫一下重复'、'这个功能是不是在别处也写了一遍'时使用。典型信号:同一组 ipcBridge 调用 + 同一组领域 utils + 相同 UI 结构出现在不同文件。

2026-06-23
auto-login
software-developers

Log in to a website automatically using credentials saved in the local key store. Use when the user wants unattended/repeat login to a site (no re-scanning QR, no re-typing passwords), e.g. '帮我自动登录这个网站', 'set up auto-login for X', '记住这个网站的登录'. The plaintext password is NEVER seen by you — the user fills it in 秘钥管理 and sudowork fills the form itself.

2026-06-13
cron
software-developers

Scheduled task management - create, query, delete scheduled tasks to automatically execute operations at specified times.

2026-06-12
browser
software-developers

AI-native browser. Explore websites, discover page structure, take screenshots, and automate interactions.

2026-06-09
image-generation
software-developers

Generate new images or edit existing images using AI. Use this skill when the user wants to create, generate, draw, design, or produce an image from a text description, OR when they want to modify, edit, alter, or transform an existing image (e.g. 'generate a picture of...', 'create an image', 'draw me a...', 'edit this image', 'change the background', 'modify the above picture', '生成图片', '画一张', '修改图片', '编辑上面的图').

2026-06-04
skill-creator
software-developers

创建或更新 Sudowork 自定义技能,同时保留核心 skill creation / skill-design 最佳实践。用于用户要求创建新技能、优化已有技能、打包导入 Sudowork,或让技能展示在我的技能自定义技能中。

2026-05-26
image-analysis
software-developers

Analyze, describe, or answer questions about image content using vision AI. Use this skill when the user asks anything about an image — what it shows, what's in it, reading text/diagrams, identifying objects, or any question referencing a previous image (e.g. 'what is in this image', 'read the text in this screenshot', 'explain this diagram', 'tell me about the image above', '识别图片', '分析图片内容').

2026-05-14
mermaid
software-developers

Render Mermaid diagrams as SVG or ASCII art using beautiful-mermaid. Use when users need to create flowcharts, sequence diagrams, state diagrams, class diagrams, or ER diagrams. Supports both graphical SVG output and terminal-friendly ASCII/Unicode output.

2026-04-02
i18n
software-developers

Internationalization (i18n) workflow and standards for managing translations. Use when: (1) Adding new user-facing text, (2) Creating new components with text, (3) Reviewing code for i18n compliance. Features: Key naming conventions, sync checking, hardcoded string detection, translation workflow.

2026-03-14