autoskill
Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.
适合你,如果经常做重复研究操作,想自动生成技能来提速。
npx oh-my-skill add k-dense-ai/scientific-agent-skills/autoskillcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- k-dense-ai/scientific-agent-skills/autoskillnpx oh-my-skill verify k-dense-ai/scientific-agent-skills/autoskill怎么用
商店整理自技能原文 · 版本 3f825ca · 表述以原文为准安装后,Claude 会通过 screenpipe 观察你的屏幕操作,发现重复的研究工作流程,然后对比已有的技能库,为未覆盖的模式草拟新技能或组合方案。
当你主动要求分析最近的工作并提出新技能时触发,例如说“分析我过去4小时的工作”或“看看我重复的操作”。需要本地运行 screenpipe 守护进程。