# auto-skill

這個技能是讓你的 AI Agent 不再是「用完即忘」的工具，而是越用越懂你的自進化「第二大腦」。 Auto‑Skill 是一個為 AI Assistant 設計的元技能（Meta‑Skill）。它作為背景運行的知識系統，能在對話過程中自動檢索過往經驗、捕捉最佳實踐，並在任務成功時主動將「成功經驗」寫入你的私人知識庫並建立索引，聰明地減少 Tokens 消耗。你只需要照常提出需求，Auto‑Skill 就會在背景自動運作。

- Tier: Indexed (plain plugin)
- Category: Agent Memory
- Page: https://www.flowy.sh/listings/toolsai-auto-skill
- Source: https://github.com/toolsai/auto-skill
- Price: free and open source

## Summary
auto-skill is a Claude Code plugin with 1 hand-picked skill for agent memory work, indexed on Flowy. Install it with the command on its page. It includes auto-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add toolsai/auto-skill --agent claude-code
```

## Skills
- auto-skill

## FAQ

### What is auto-skill?
這個技能是讓你的 AI Agent 不再是「用完即忘」的工具，而是越用越懂你的自進化「第二大腦」。 Auto‑Skill 是一個為 AI Assistant 設計的元技能（Meta‑Skill）。它作為背景運行的知識系統，能在對話過程中自動檢索過往經驗、捕捉最佳實踐，並在任務成功時主動將「成功經驗」寫入你的私人知識庫並建立索引，聰明地減少 Tokens 消耗。你只需要照常提出需求，Auto‑Skill 就會在背景自動運作。

### How do I install auto-skill?
Run these in Claude Code: npx -y skills add toolsai/auto-skill --agent claude-code. Then prompt normally.

### Does auto-skill auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is auto-skill free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
