# skills-agent-proto

使用 LangChain 1.0 构建的 Skills Agent，演示 Skills 三层加载机制的底层原理。默认使用 Anthropic，也支持 OpenAI / OpenAI-compatible 接口。 B站视频: Skills到底怎么实现？我写了个Agent跑给你看

- Tier: Indexed (plain plugin)
- Category: AI & Agents
- Page: https://www.flowy.sh/listings/nanmicoder-skills-agent-proto
- Source: https://github.com/nanmicoder/skills-agent-proto
- Price: free and open source

## Summary
skills-agent-proto is a Claude Code plugin with 1 hand-picked skill for ai & agents work, indexed on Flowy. Install it with the command on its page. It includes news-extractor. 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 nanmicoder/skills-agent-proto --agent claude-code
```

## Skills
- news-extractor

## FAQ

### What is skills-agent-proto?
使用 LangChain 1.0 构建的 Skills Agent，演示 Skills 三层加载机制的底层原理。默认使用 Anthropic，也支持 OpenAI / OpenAI-compatible 接口。 B站视频: Skills到底怎么实现？我写了个Agent跑给你看

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

### Does skills-agent-proto 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 skills-agent-proto free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
