alma-skill-sync
Alma Skill Sync
该技能负责将存储在 ~/.claude/skills/ 目录下的技能同步到 Alma 的斜杠命令(/)列表中,使用户可以通过输入 /技能名 快速调用。
使用场景
- 新增技能后:当你创建了新的技能,希望在输入框输入
/就能看到它。 - 清理无效指令:当你删除了某些技能,希望对应的斜杠命令也一并消失。
- 状态检查:列出当前的同步状态。
工作流程
1. 同步技能 (Sync)
运行同步脚本,将所有现有的技能注册为 Alma 的 Prompts。
python3 /Users/douba/.claude/skills/alma-skill-sync/scripts/sync_to_alma.py
2. 清理模式 (Clean Sync)
运行同步脚本并开启清理模式,这会移除那些在技能目录中已不存在但仍在 Alma Prompt 列表中的快捷指令。
python3 /Users/douba/.claude/skills/alma-skill-sync/scripts/sync_to_alma.py --clean
注意事项
- API 依赖:该技能依赖于 Alma 在
localhost:23001提供的 REST API。 - 匹配规则:快捷指令的名称将与技能
SKILL.md中定义的name字段严格一致。 - 触发机制:生成的快捷指令内容为
@技能名,这会利用 Alma 的原生语义引擎激活对应的技能。
资源说明
- 脚本位置:
/Users/douba/.claude/skills/alma-skill-sync/scripts/sync_to_alma.py - 参考资料:
/Users/douba/.claude/skills/alma-skill-sync/references/api_reference.md包含了 Alma 的 API 规范。
More from ttmouse/skills
twitter-image-downloader
|
18downloads-organizer
Automatically organize and clean up downloads folder by categorizing files, removing duplicates, and optimizing storage space
11requirements-clarifier
A generic requirement/problem clarification workflow. Use when a user/client request is ambiguous, underspecified, or hard to execute/verify. The skill reframes the request, defines scope, constraints, inputs, and acceptance criteria, then outputs a concise one-page definition and a minimal question set to close gaps. Suitable for product/feature requests, content requests, ops tasks, research asks, and decision-making prompts.
8intelligent-prompt-generator
智能提示词生成器 - 语义理解、常识推理、一致性检查,基于元素数据库生成完美提示词
6universal-learner
通用学习器 - 从任何领域的Prompt中自动提取可复用元素,持续学习和积累知识
5raycast-snippets
Create and manage Raycast Snippets automatically. Use this skill when the user wants to save a prompt, template, or text snippet to their Raycast configuration.
5