skillless
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
一键安装技能并统一管理,方便扩展代理能力。
▸ 风险提示
会下载并执行第三方安装脚本,存在供应链与执行权限风险。
这个 Skill 做什么
在 Claude Code 环境中从多源安装或更新技能的自动化安装工具。
在 Claude Code 环境里从多种来源(如 skills.sh、GitHub、直接下载 SKILL.md)自动安装或更新技能,安装前会先征得确认。用在需要给 Claude Code 增加新能力或更新现有技能时,不会盲装。会判断来源类型并按对应流程处理,始终把用户确认放在第一步。
▸ 展开 SKILL.md 英文原文
Install Claude Code skills from various sources. Use when this capability is needed.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0oooooooo0--skillless--skillless/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0oooooooo0--skillless--skillless/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill: skill-installer
Install Claude Code skills from various sources.
user-invocable: false
description: Handles skill installation from skills.sh, GitHub, or direct SKILL.md download. Always confirms with user before installing.
allowed-tools: [Read, Write, Bash, WebFetch, Glob, AskUserQuestion]
## Instructions
When called with a skill to install, determine the source type and follow the appropriate flow.
### Pre-installation Checks
1. **Conflict detection**: Check if a skill with the same name already exists:
```
Glob: ~/.claude/skills/{skill-name}/SKILL.md
```
2. If already installed, inform the user and ask if they want to update/overwrite.
3. **Always confirm** with tvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有