by Jia-Ethan
Managed Claude Code instruction deployment with safe CLI recovery and an unsigned macOS/Windows desktop beta.
# Add to your Claude Code skills
git clone https://github.com/Jia-Ethan/claude-keysmithGuides for using cli tools skills like claude-keysmith.
Last scanned: 8/16/2026
{
"issues": [
{
"file": "README.md",
"line": 35,
"type": "dangerous-command",
"message": "Dangerous command (writes to Claude config): \"> user scope 的 import block 会影响加载 `~/.claude/\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-16T04:34:07.845Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how claude-keysmith compares with popular alternatives.
claude-keysmith is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Jia-Ethan. Managed Claude Code instruction deployment with safe CLI recovery and an unsigned macOS/Windows desktop beta. It has 753 GitHub stars.
Yes. claude-keysmith passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Jia-Ethan/claude-keysmith" and add it to your Claude Code skills directory (see the Installation section above).
claude-keysmith is primarily written in Python. It is open-source under Jia-Ethan on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-keysmith against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Keysmith 给本机的 AI 编程工具装指令:先预览,再写入,能验证,能撤走。
claude-keysmith 面向 Claude Code。装上之后,新开的对话会按这份指令工作。不改 Claude Code 软件本身,也不读取账号和密钥。
[!IMPORTANT] 这会改变 Claude Code 之后新开的对话。默认只给你看计划,加上确认才会写入。装完后请开一个新会话。
| 你在用 | 用这个 | 怎么开始 |
|---|---|---|
| Codex | codex-keysmith | 稳定版安装包 |
| Claude Code | claude-keysmith | 源码 |
| Grok Build | grok-keysmith | 稳定版安装包 |
| ZCode | zcode-keysmith | 源码 |
每个工具一份安装器。选你正在用的即可。也有桌面版(未签名)。
同一模型、同一批 4 道题,完整交出产物的题数从 1 题到 3 题。
本机需要已经装好 Claude Code。目前以源码安装为主。
git clone --branch v7.2 --depth 1 https://github.com/Jia-Ethan/claude-keysmith.git
cd claude-keysmith
python3 claude-instruct.py install --scope project --project-dir .
python3 claude-instruct.py install --scope project --project-dir . --yes
装完后开一个新的 Claude Code 会话。也可以把 代装说明 交给你正在用的 AI 助手。细节见 使用说明。
python3 claude-instruct.py uninstall --scope project --project-dir .
python3 claude-instruct.py uninstall --scope project --project-dir . --yes
先看计划,确认后再恢复。
macOS、Windows 与 Linux。需要 Python 3.8+。
官方反馈:GitHub Discussions · 社区:LINUX DO