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怎么用
商店整理自技能原文 · 版本 ab2f84a · 表述以原文为准安装后,Claude 能通过本地 screenpipe 观察你的屏幕操作,自动识别重复的研究工作流,与已有技能对比,然后为没覆盖到的模式起草新技能或组合方案。
当你要求分析最近几个小时、一天或一周的工作,并提出新技能建议时触发。