running-claude-code-via-litellm-copilot

Agent Skills maintained by me for practical engineering work

安装方式
CLI
npx skills add https://github.com/xixu-me/skills --skill running-claude-code-via-litellm-copilot

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/23/2026

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:

  1. Restore a reviewed baseline with Skills Vault and xixu-me/skvlt.
  2. Add a source repository directly with bunx skills add or npx skills add.

[!TIP]
If you want a ready-to-use manifest of common skills, start with xixu-me/skvlt. Its skvlt.yaml is 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 --all

This 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/skills

or:

npx skills add xixu-me/skills

Skills 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/      # optional

Skills 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/skvlt is the easiest way to restore a reviewed common baseline.
  • Direct bunx or npx installation is better when you only want a specific source repository.

License

Licensed under MIT License. See LICENSE.