用于同步 Alma 技能到斜杠命令(Prompts)列表。当用户新增技能、修改技能名称或需要清理无效的快捷指令时使用。
该技能负责将存储在 ~/.claude/skills/ 目录下的技能同步到 Alma 的斜杠命令(/)列表中,使用户可以通过输入 /技能名 快速调用。
/ 就能看到它。运行同步脚本,将所有现有的技能注册为 Alma 的 Prompts。
python3 /Users/douba/.claude/skills/alma-skill-sync/scripts/sync_to_alma.py
运行同步脚本并开启清理模式,这会移除那些在技能目录中已不存在但仍在 Alma Prompt 列表中的快捷指令。
python3 /Users/douba/.claude/skills/alma-skill-sync/scripts/sync_to_alma.py --clean
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 规范。Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer