> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> 教 AI coding agents 如何使用 AIsa APIs 的 instruction bundles。一次安装，覆盖你机器上的所有 agent。

Agent Skills 是面向 AI coding agents 的模块化 capability packs，支持 Claude Code、Cursor、GitHub Copilot、Windsurf 等。每个 skill 都是一个包含 `SKILL.md` 的文件夹，用来告诉 agent 该 API 做什么、如何认证、以及如何使用它。通过 AIsa CLI 安装一次后，skill 会写入你机器上的每个 agent directory。

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/zh/agent-skills/quickstart">
    安装 CLI、完成认证，并在两分钟内添加你的第一个 skill。
  </Card>

  <Card title="浏览 registry" icon="store" href="https://github.com/AIsa-team/agent-skills">
    在 GitHub 上查看 agent-skills registry 中所有 production-ready skills。
  </Card>
</CardGroup>

## 安装 CLI

安装任何 skill 之前，先安装 AIsa CLI：

```bash theme={null}
npm install -g @aisa-one/cli
```

## 工作原理

<Steps>
  <Step title="安装 skill">
    运行 `aisa skills install <name>`。CLI 会自动检测你机器上所有支持的 agent，并把 skill 写入每个 agent 的目录。
  </Step>

  <Step title="Agent 发现 skill">
    在你的 agent 中打开一个新 session。Skills 会在 session 启动时自动加载——一开始只读取 metadata（name + description），因此不会消耗 context window。
  </Step>

  <Step title="Agent 使用 API">
    当你要求 agent 执行该 skill 能处理的任务时，它会读取完整 instructions，并使用你的 `AISA_API_KEY` 调用 AIsa APIs。
  </Step>
</Steps>

## Skill catalogue

### Marketing

<CardGroup cols={2}>
  <Card title="SEO Keyword Research" icon="magnifying-glass-chart" href="/agent-skills/seo-keyword-research">
    Keyword strategy、SERP analysis、competitor gaps 和 intent clusters。
  </Card>
</CardGroup>

### AI Model Gateway

<CardGroup cols={2}>
  <Card title="AIsa Provider for OpenClaw" icon="robot" href="/agent-skills/aisa-provider">
    配置 OpenClaw 使用 AIsa 作为 model provider。
  </Card>

  <Card title="AIsa CN-LLM Route" icon="language" href="/agent-skills/cn-llm">
    将中文 prompts 路由到 Chinese LLMs。
  </Card>

  <Card title="AIsa LLM Router" icon="route" href="/agent-skills/llm-router">
    在 GPT、Claude、Gemini、Qwen、DeepSeek、Grok 等模型之间选择。
  </Card>
</CardGroup>

### Creative AI

<CardGroup cols={2}>
  <Card title="Media Gen" icon="image" href="/agent-skills/mediagen">
    使用 Gemini 3 Pro 生成图片，并使用 Wan 2.6 生成视频。
  </Card>
</CardGroup>

### Data & Finance

<CardGroup cols={2}>
  <Card title="Trend Forecast" icon="chart-line" href="/agent-skills/trend-forecast">
    基于 prediction markets、social sentiment、news 和 market data 预测趋势。
  </Card>

  <Card title="MarketPulse" icon="chart-line" href="/agent-skills/marketpulse">
    实时和历史 equity data、financials、filings 以及 macro context。
  </Card>

  <Card title="AIsa Market" icon="chart-line" href="/agent-skills/market">
    广泛覆盖 stocks、crypto、financial、analyst、insider 和 macro data。
  </Card>

  <Card title="Crypto Market Data" icon="coins" href="/agent-skills/crypto-market-data">
    由 CoinGecko 支持的 crypto prices、charts、exchanges 和 token research。
  </Card>

  <Card title="Stock & Crypto Analysis" icon="file-chart-line" href="/agent-skills/stock-analysis">
    带 scoring、risk flags、targets 和 stop levels 的 asset analysis。
  </Card>

  <Card title="Dividend Analysis" icon="percent" href="/agent-skills/stock-dividend">
    Dividend yield、payout safety、growth 和 income quality。
  </Card>

  <Card title="Hot Scanner" icon="fire" href="/agent-skills/stock-hot">
    扫描 hot stocks、crypto movers 和 catalysts 的 momentum。
  </Card>

  <Card title="Portfolio Management" icon="wallet" href="/agent-skills/stock-portfolio">
    Portfolio positions、allocation 和 live P\&L。
  </Card>

  <Card title="Rumor Scanner" icon="radio" href="/agent-skills/stock-rumors">
    M\&A rumors、insider activity、analyst changes 和 regulatory news。
  </Card>

  <Card title="Watchlist Management" icon="list-check" href="/agent-skills/stock-watchlist">
    Price targets、stops、watchlists 和 alert checks。
  </Card>

  <Card title="US Stock Analyst" icon="file-invoice-dollar" href="/agent-skills/us-stock-analyst">
    结合 financials、news、filings、sentiment 和 AI synthesis 的 US stock reports。
  </Card>

  <Card title="Prediction Market Data" icon="chart-simple" href="/agent-skills/prediction-market-data">
    Polymarket 和 Kalshi market discovery、pricing 与 trade history。
  </Card>

  <Card title="Prediction Market Data ZH" icon="chart-simple" href="/agent-skills/prediction-market-data-zh">
    中文 Polymarket 和 Kalshi research workflows。
  </Card>

  <Card title="Prediction Market Arbitrage" icon="scale-balanced" href="/agent-skills/prediction-market-arbitrage">
    跨 prediction markets 的 cross-platform arbitrage detection。
  </Card>

  <Card title="Prediction Market Arbitrage ZH" icon="scale-balanced" href="/agent-skills/prediction-market-arbitrage-zh">
    中文 prediction market arbitrage scans。
  </Card>
</CardGroup>

### Search & Research

<CardGroup cols={2}>
  <Card title="Multi-source Search" icon="magnifying-glass" href="/agent-skills/search">
    在一个 skill 中统一 web、scholar、Perplexity Sonar 和 Tavily search。
  </Card>

  <Card title="Perplexity Search" icon="sparkles" href="/agent-skills/perplexity-search">
    带 citations 的 Perplexity Sonar answer generation。
  </Card>

  <Card title="YouTube SERP" icon="youtube" href="/agent-skills/youtube-search">
    用于 content research 和 competitor monitoring 的 ranked YouTube results。
  </Card>

  <Card title="Last 30 Days" icon="calendar-days" href="/agent-skills/last30days">
    覆盖 web、social、markets 和 communities 的 recent multi-source evidence。
  </Card>

  <Card title="AIsa Tavily Search" icon="magnifying-glass-plus" href="/agent-skills/aisa-tavily">
    搜索网页并提取 public page content。
  </Card>

  <Card title="AIsa YouTube Search" icon="youtube" href="/agent-skills/aisa-youtube-search">
    搜索 YouTube videos、channels 和 playlists。
  </Card>

  <Card title="Last 30 Days ZH" icon="calendar-days" href="/agent-skills/last30days-zh">
    中文 recent signal research。
  </Card>

  <Card title="AIsa Multi-Source Search" icon="magnifying-glass-plus" href="/agent-skills/multi-search">
    跨 web、academic、smart search、Tavily 和 research-answer sources 搜索。
  </Card>

  <Card title="AIsa Perplexity Deep Research" icon="microscope" href="/agent-skills/perplexity-research">
    使用 Perplexity Sonar models 完成带 citations 的 deep research。
  </Card>

  <Card title="AIsa Scholar Search" icon="graduation-cap" href="/agent-skills/scholar-search">
    Academic papers 和 scholarly source search。
  </Card>

  <Card title="AIsa Smart Search" icon="wand-magic-sparkles" href="/agent-skills/smart-search">
    Hybrid web 和 scholarly retrieval。
  </Card>

  <Card title="AIsa Tavily Extract" icon="scissors" href="/agent-skills/tavily-extract">
    从 public URLs 提取干净可读内容。
  </Card>

  <Card title="Tavily Search" icon="magnifying-glass" href="/agent-skills/tavily-search">
    支持 depth、topic filters、time ranges 和 domain controls 的搜索。
  </Card>

  <Card title="AIsa Web Search" icon="globe" href="/agent-skills/web-search">
    当前 web search results，包含 titles、URLs 和 snippets。
  </Card>

  <Card title="YouTube Search" icon="youtube" href="/agent-skills/youtube-search-skill">
    面向 content research 的 video、channel 和 playlist search。
  </Card>
</CardGroup>

### Social Media

<CardGroup cols={2}>
  <Card title="Twitter Autopilot" icon="twitter" href="/agent-skills/twitter-autopilot">
    X/Twitter search、profile analysis、trends、DMs 和 posting。
  </Card>

  <Card title="AIsa Twitter API" icon="twitter" href="/agent-skills/aisa-twitter-api">
    Profiles、timelines、tweets、communities、trends、lists、spaces 和 Grok context。
  </Card>

  <Card title="AIsa Twitter Command Center" icon="terminal" href="/agent-skills/aisa-twitter-command-center">
    在一个 X/Twitter workflow 中完成 search、monitor、publish 和 engage。
  </Card>

  <Card title="AIsa Twitter Post & Engage" icon="pen" href="/agent-skills/aisa-twitter-post-engage">
    Post tweets、like tweets、follow users，并检查 relationships。
  </Card>

  <Card title="Twitter Command Center Search + Post" icon="terminal" href="/agent-skills/twitter-command-center-search-post">
    搜索 X/Twitter，并准备 authorized posting workflows。
  </Card>

  <Card title="X Intelligence Automation" icon="radar" href="/agent-skills/x-intelligence-automation">
    跟踪 competitors、influencers、trends、mentions 和 conversations。
  </Card>
</CardGroup>

## Supported agents

Skills 会自动安装到以下目录：

| Agent          | Directory                     |
| -------------- | ----------------------------- |
| Claude Code    | `~/.claude/skills/`           |
| Cursor         | `~/.cursor/skills/`           |
| GitHub Copilot | `~/.github/skills/`           |
| Windsurf       | `~/.codeium/windsurf/skills/` |
| Codex          | `~/.agents/skills/`           |
| Gemini CLI     | `~/.gemini/skills/`           |
| OpenClaw       | `~/.openclaw/skills/`         |

## Learn more

<CardGroup cols={3}>
  <Card title="Standards" icon="list-check" href="/zh/agent-skills/standards">
    如何组织 `SKILL.md`，并把自己的 skill 发布到 registry。
  </Card>

  <Card title="Agent Skills vs. Tools" icon="code-compare" href="/zh/guides/learn/agent-skills-vs-tools">
    什么时候使用 registry skill，什么时候构建自己的 custom tool。
  </Card>

  <Card title="Get support" icon="envelope" href="mailto:developer@aisa.one">
    有问题？请通过 [developer@aisa.one](mailto:developer@aisa.one) 联系团队。
  </Card>
</CardGroup>
