catalog/repos/224-industries--agent-skills.md

71 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI代理技能集合
`AI代理` `自动化` `工具集` `Claude` `SEO` `营销`
# 224 Agent Skills
一个包含营销、网页开发、自动化工作流等场景的 Agent Skills 集合,可与你常用的 AI 工具配合使用。
## 什么是 Agent Skills
Agent Skills 是由指令、脚本和资源组成的文件夹,代理可以发现并使用它们来更准确、更高效地完成任务。它们适用于任何支持[开放 Agent Skills 标准](https://agentskills.io)的 AI 代理。
## 可用技能
<!-- SKILLS:START -->
| 技能 | 描述 | 下载 |
|------|------|------|
| [csv-data-analyst](skills/csv-data-analyst/) | 使用 Python 和 pandas 分析 CSV 文件、生成汇总统计信息并创建可视化图表…… | [下载](https://skills.224ai.au/csv-data-analyst.skill) |
| [form-attribution](skills/form-attribution/) | 在网站上集成 Form Attribution 库,用于捕获 UTM 参数、广告点击 ID…… | [下载](https://skills.224ai.au/form-attribution.skill) |
| [seo-content-writer](skills/seo-content-writer/) | 为传统搜索引擎、AI 答案引擎和生成式 AI 生成经过 SEO 优化的内容…… | [下载](https://skills.224ai.au/seo-content-writer.skill) |
<!-- SKILLS:END -->
## 安装方式
### 方式一skills CLI
使用 [Vercel Skills CLI](https://skills.sh/) 直接安装技能:
```bash
# 安装所有技能
npx skills add 224-Industries/agent-skills
# 安装指定技能
npx skills add 224-Industries/agent-skills --skill form-attribution
# 列出可用技能
npx skills add 224-Industries/agent-skills --list
```
> 这将把技能添加到你选择的 AI 代理中。
### 方式二Claude Code 插件
通过 Claude Code 的插件系统安装:
```bash
# 添加市场源
/plugin marketplace add 224-Industries/agent-skills
# 安装所有技能
/plugin install 224-agent-skills
```
### 方式三Claude.ai
从上方表格下载 `.skill` 压缩包,并在你的 Claude.ai 账户设置的[功能](https://claude.ai/settings/capabilities#:~:text=Learn%20more.-,Skills,-Preview)板块中上传。
## 使用方法
安装完成后,直接让 Claude 协助处理相关任务即可。以下是使用 Form Attribution 技能的几个示例:
```
"在我的 Webflow 网站上添加表单归因跟踪"
→ 使用 form-attribution 技能
"为我的表单设置 UTM 追踪"
→ 使用 form-attribution 技能
"配置基于 Cookie 的跨子域归因"
→ 使用 form-attribution 技能
```