
xixu-me / skills
★ 70A skill package that teaches your agent 12 capabilities — every one documented and browsable below, no GitHub required · by xixu-me.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Use when building, debugging, packaging, or publishing browser userscripts for Tampermonkey or ScriptCat, including GM APIs, metadata blocks, permission issues, @match/@grant/@connect setup, ScriptCat background or scheduled scripts, UserConfig blocks, or subscription workflows.
4 files — installable on its own
Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner Controller, especially when they need official GitHub documentation, exact links, or docs-grounded YAML guidance.
3 files — installable on its own
Use when self-hosting OpenClaw on a cloud server, hardening a remote OpenClaw gateway, choosing between SSH tunneling, Tailscale, or reverse-proxy exposure, or reviewing Podman, pairing, sandboxing, token auth, and tool-permission defaults for a secure personal deployment.
3 files — installable on its own
Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.
5 files — installable on its own
Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
4 files — installable on its own
Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
3 files — installable on its own
Use when setting up, hardening, or reviewing a cloud server for self-hosting, including DNS, SSH, firewalls, Nginx, static-site hosting, reverse-proxying an app, HTTPS with Let's Encrypt or ACME clients, safe HTTP-to-HTTPS redirects, or optional post-launch network tuning such as BBR.
6 files — installable on its own
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
1 file — installable on its own
Use when the user needs to create, extract, flatten, list, test, install, script, or troubleshoot `tzst` CLI workflows for `.tzst` or `.tar.zst` archives, including compression levels, streaming mode, extraction filters, conflict resolution, JSON output, or standalone binary setup, even if they describe the archive task without naming `tzst`.
3 files — installable on its own
Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
17 files — installable on its own
Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags such as `--quiet`, `--json`, `--expires-in`, `--output`, or `--api-url`, even if they do not explicitly mention the skill name.
4 files — installable on its own
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.
5 files — installable on its own
Agent Skills
[!TIP] 欢迎加入“Xget 开源与 AI 交流群”,一起交流开源项目、AI 应用、工程实践、效率工具和独立开发;如果你也在做产品、写代码、折腾项目或者对开源和 AI 感兴趣,欢迎进群认识更多认真做事、乐于分享的朋友。
Agent Skills maintained by me for practical engineering work. This repository is continuously updated.
How To Use
You can use these skills in two ways:
- Restore a reviewed baseline with Skills Vault and
xixu-me/skvlt. - Add a source repository directly with
bunx skills addornpx skills add.
[!TIP] If you want a ready-to-use manifest of common skills, start with
xixu-me/skvlt. Itsskvlt.yamlis maintained as a reviewed baseline for a broader set of commonly used skills.
Option 1: Use Skills Vault
Back up and restore through Skills Vault:
git clone https://github.com/xixu-me/skvlt.git
cd skvlt
bunx skvlt restore --allThis is the best option if you want a portable baseline that can be reapplied across machines.
Option 2: Add Repositories Directly
Install this repository as a skill source:
bunx skills add xixu-me/skillsor:
npx skills add xixu-me/skillsSkills Catalog
The table below lists the skills maintained in this repository.
| Name | Description | Bundled Assets |
|---|---|---|
develop-userscripts | Build, debug, package, and publish browser userscripts for Tampermonkey and ScriptCat, including ScriptCat background, cron, config, and subscription workflows. | references/ |
github-actions-docs | Write, migrate, secure, and troubleshoot GitHub Actions workflows with official docs. | references/ |
openclaw-secure-linux-cloud | Securely self-host OpenClaw on cloud servers. | references/ |
opensource-guide-coach | Start, grow, govern, fund, and sustain open source projects. | references/ |
readme-i18n | Translate repository READMEs, maintain localized variants, and add a language selector without breaking Markdown mechanics. | references/ |
running-claude-code-via-litellm-copilot | Route Claude Code through LiteLLM and GitHub Copilot, including setup and troubleshooting. | references/ |
secure-linux-web-hosting | Harden cloud servers and web hosting for DNS, SSH, reverse proxies, HTTPS, and safe self-hosting. | references/ |
skills-cli | Discover, install, list, back up, restore, sync, and manage Agent Skills. | None |
tzst | Create, extract, list, test, install, and script tzst CLI workflows for .tzst archives safely. | references/ |
use-my-browser | Use the user's live browser session when work depends on rendered state, logged-in flows, uploads, media, DOM inspection, or browser-only failures. | references/ |
xdrop | Upload to and download from Xdrop through the terminal, including encrypted share-link workflows. | scripts/ |
xget | Configure and apply Xget acceleration to URLs, package managers, registries, containers, CI, and AI SDKs. | references/, scripts/ |
Repository Layout
Each skill lives in its own folder and follows the Agent Skills specification:
skills/
<skill-name>/
SKILL.md
references/ # optional
scripts/ # optionalSkills are designed for progressive disclosure: agents load the instructions only when the task calls for them, while bundled references and scripts stay with the skill for repeatable execution.
Notes
- This repository is meant to evolve over time as new workflows appear.
xixu-me/skvltis the easiest way to restore a reviewed common baseline.- Direct
bunxornpxinstallation is better when you only want a specific source repository.
License
Licensed under MIT License. See LICENSE.
Install the whole package (12 skills):
npx skills add https://github.com/xixu-me/skillsOr install a single skill:
npx skills add https://github.com/xixu-me/skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.