AgentStack
MCP verified MIT Self-run

Skills Repo

mcp-luckycat133-skills-repo · by Luckycat133

Reusable AI agent skills with multi-IDE sync, export, and publishing workflow

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-luckycat133-skills-repo

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Skills Repo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skills Repository

> Status: Active Development · Canonical Skill Source

[](https://github.com/Luckycat133/skills-repo) [](LICENSE) [](skills/agent-skills-setup/references/openclaw.md)

AI Assistant Capabilities (formerly skills) with a local-first authoring workflow and a practical path to public release.

AI Assistant Capabilities(原 skills)仓库,采用本地优先的编写流程,并保留清晰的公开发布路径。

日本語: この GitHub リポジトリを唯一の編集元として、OpenClaw を含む複数のエージェント環境へ skill を同期・公開します。

Español: Este repositorio de GitHub es la única fuente editable para sincronizar y publicar skills reutilizables en varios agentes.

Install / 安装

Install the agent-skills-setup skill into your agent environment:

通过以下任一方式把 agent-skills-setup 技能安装到你的 Agent 环境:

ClawHub (OpenClaw-native)

openclaw skills install @luckycat133/agent-skills-setup

skills.sh (cross-agent, Vercel)

npx skills add Luckycat133/skills-repo

Source repository / 源码仓库: Luckycat133/skills-repo

Table Of Contents / 目录

  • [Quick Summary / 快速说明](#quick-summary--快速说明)
  • [Install / 安装](#install--安装)
  • [Structure / 结构](#structure--结构)
  • [Conventions / 约定](#conventions--约定)
  • [Current Capability Module / 当前能力模块](#current-capability-module--当前能力模块)
  • [Development Workflow / 开发流程](#development-workflow--开发流程)
  • [Importing Skills / 导入技能](#importing-skills--导入技能)
  • [Open Source Metadata / 开源元数据](#open-source-metadata--开源元数据)
  • [Publishing / 发布](#publishing--发布)

Quick Summary / 快速说明

| Language | Summary | | --- | --- | | English | Build and release reusable agent skills with a local-first workflow, OpenClaw automation, and public distribution guidance. | | 中文 | 以本地优先方式构建和发布可复用 agent skills,包含 OpenClaw 自动化和公开分发指南。 | | 日本語 | ローカル優先の開発フローで skill を管理し、OpenClaw 自動化と公開配布まで一貫して扱います。 | | Español | Gestiona skills reutilizables con un flujo local-first, automatización para OpenClaw y rutas claras de distribución pública. |

Structure / 结构

skills-repo/
├── README.md
├── docs/
│   └── agent-skills-setup/
├── scripts/
└── skills/
    └── agent-skills-setup/

Conventions / 约定

  • skills/ stores publishable skill folders.
  • skills/ 用于存放可发布的 skill 目录。
  • docs/ stores development notes, release plans, validation notes, and maintenance checklists.
  • docs/ 用于存放开发笔记、发布方案、验证记录和维护清单。
  • GitHub main is the canonical source of truth; do not edit installed copies.
  • GitHub main 是唯一事实源;不要直接修改各 Agent 的安装副本。
  • Product-specific skills stay with their canonical product repository.
  • 产品专用 Skill 保留在对应产品源码仓库。

Current Capability Module / 当前能力模块

  • agent-skills-setup: multi-agent capability installation, synchronization, OpenClaw automation, and publishing workflow.
  • agent-skills-setup:面向多代理环境的能力模块安装、同步、OpenClaw 自动化配置与发布工作流。

Cross-IDE migration scope now includes capabilities, prompts, configurations, rules, and workflows.

当前跨 IDE 迁移范围已扩展为 capabilities、prompts、configurations、rules 和 workflows。

Covered mainstream IDE ecosystems now include Copilot, Cursor, Windsurf, JetBrains, Claude Code, Codex, OpenClaw, Trae, and Trae CN.

当前已覆盖的主流 IDE 生态包括 Copilot、Cursor、Windsurf、JetBrains、Claude Code、Codex、OpenClaw、Trae 和 Trae CN。

Development Workflow / 开发流程

  1. Edit the skill under skills/ in a GitHub branch.
  2. Run bash validate-all.sh.
  3. For agent-skills-setup changes, also run the focused verification suite:
  • bash skills/agent-skills-setup/scripts/verify-ide-config.sh — asserts resolved IDE paths match references/ide-registry.md (13 checks).
  • bash skills/agent-skills-setup/scripts/test-ide-paths.sh — drift test between references/ide-paths.json and the script (182 checks).
  • bash skills/agent-skills-setup/scripts/test-migration.sh — migration + global-sync engine tests (54 checks, isolated temp HOME).
  1. Merge only after the validation workflow passes.
  2. Install the merged version into an agent environment:
bash install.sh
bash sync-to-codex.sh
bash sync-to-openclaw.sh

Existing targets are never overwritten silently. Pass --force only when you want the installer to move the current copy to a timestamped backup and replace it.

Importing Skills / 导入技能

The legacy import helper is only for bringing an external skill into a review branch. Imported content is not canonical until validation and merge.

Use the bundled import script:

使用内置导入脚本:

bash scripts/import-agent-skill.sh \
    ~/.gemini/antigravity/skills/agent-skills-setup \
    agent-skills-setup

Open Source Metadata / 开源元数据

  • License: MIT
  • License:MIT
  • Contributions: see CONTRIBUTING.md
  • 贡献方式:见 CONTRIBUTING.md
  • Security reporting: see SECURITY.md
  • 安全报告:见 SECURITY.md
  • Community expectations: see CODE_OF_CONDUCT.md
  • 社区行为规范:见 CODE_OF_CONDUCT.md

Publishing / 发布

This repository is designed to support both private local development and public distribution.

本仓库同时支持私有本地开发和公开分发。

Current distribution lanes:

当前建议的分发路径:

Additional public-language positioning:

额外的多语言发布定位:

  • Japanese readers can use this repo as a release playbook for OpenClaw and cross-agent skill maintenance.
  • 日语读者可以把这个仓库当作 OpenClaw 与多代理 skill 维护的发布手册。
  • Spanish-speaking users can use it as an operational guide for preparing GitHub, ClawHub, and skills.sh releases.
  • 西语用户可以把它当作 GitHub、ClawHub 和 skills.sh 发布准备的操作手册。
  • GitHub repository as the canonical public source.
  • 以 GitHub 仓库作为公开主源。
  • ClawHub for OpenClaw-native publishing and versioned updates.
  • 使用 ClawHub 进行 OpenClaw 原生发布和版本化更新。
  • skills.sh for cross-agent discovery.
  • 使用 skills.sh 提升跨代理生态的可发现性。
  • github/awesome-copilot for curated Copilot visibility.
  • 使用 github/awesome-copilot 获取 Copilot 社区的精选曝光。

Before publishing, run bash validate-all.sh, review THIRD_PARTY_NOTICES.md, and confirm the repository contains no private paths, local secrets, or machine-specific assumptions.

发布前,请先审阅 docs/agent-skills-setup/ 下的文档,并确认仓库中不包含私有路径、本地密钥或特定机器假设。

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.