> ## 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

> Instruction bundles that teach AI coding agents how to use AIsa APIs. One install, every agent on your machine.

Agent Skills are modular capability packs for AI coding agents — Claude Code, Cursor, GitHub Copilot, Windsurf, and more. Each skill is a folder with a `SKILL.md` that tells the agent what the API does, how to authenticate, and how to use it. Install once with the AIsa CLI and the skill lands in every agent directory on your machine.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/agent-skills/quickstart">
    Install the CLI, authenticate, and add your first skill in under two minutes.
  </Card>

  <Card title="Browse the registry" icon="store" href="https://github.com/AIsa-team/agent-skills">
    See every production-ready skill in the agent-skills registry on GitHub.
  </Card>
</CardGroup>

## Install the CLI

Before installing any skill, install the AIsa CLI:

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

## How it works

<Steps>
  <Step title="Install a skill">
    Run `aisa skills install <name>`. The CLI auto-detects every supported agent on your machine and writes the skill to each one's directory.
  </Step>

  <Step title="Agent discovers it">
    Open a new session in your agent. Skills load automatically at session start — only the metadata (name + description) is read upfront, so there's no context-window cost.
  </Step>

  <Step title="Agent uses the API">
    When you ask the agent to do something the skill handles, it reads the full instructions and calls AIsa APIs using your `AISA_API_KEY`.
  </Step>
</Steps>

## Skill catalog

### 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, and intent clusters.
  </Card>
</CardGroup>

### AI Model Gateway

<CardGroup cols={2}>
  <Card title="AIsa Provider for OpenClaw" icon="robot" href="/agent-skills/aisa-provider">
    Configure OpenClaw to use AIsa as the model provider.
  </Card>

  <Card title="AIsa CN-LLM Route" icon="language" href="/agent-skills/cn-llm">
    Route Chinese-language prompts to Chinese LLMs.
  </Card>

  <Card title="AIsa LLM Router" icon="route" href="/agent-skills/llm-router">
    Choose models across GPT, Claude, Gemini, Qwen, DeepSeek, Grok, and more.
  </Card>
</CardGroup>

### Creative AI

<CardGroup cols={2}>
  <Card title="Media Gen" icon="image" href="/agent-skills/mediagen">
    Image generation with Gemini 3 Pro and video generation with Wan 2.6.
  </Card>
</CardGroup>

### Data & Finance

<CardGroup cols={2}>
  <Card title="Trend Forecast" icon="chart-line" href="/agent-skills/trend-forecast">
    Forecast trends from prediction markets, social sentiment, news, and market data.
  </Card>

  <Card title="MarketPulse" icon="chart-line" href="/agent-skills/marketpulse">
    Real-time and historical equity data, financials, filings, and macro context.
  </Card>

  <Card title="AIsa Market" icon="chart-line" href="/agent-skills/market">
    Broad stock, crypto, financial, analyst, insider, and macro data.
  </Card>

  <Card title="Crypto Market Data" icon="coins" href="/agent-skills/crypto-market-data">
    CoinGecko-powered crypto prices, charts, exchanges, and token research.
  </Card>

  <Card title="Stock & Crypto Analysis" icon="file-chart-line" href="/agent-skills/stock-analysis">
    Asset analysis with scoring, risk flags, targets, and stop levels.
  </Card>

  <Card title="Dividend Analysis" icon="percent" href="/agent-skills/stock-dividend">
    Dividend yield, payout safety, growth, and income quality.
  </Card>

  <Card title="Hot Scanner" icon="fire" href="/agent-skills/stock-hot">
    Momentum scans for hot stocks, crypto movers, and catalysts.
  </Card>

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

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

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

  <Card title="US Stock Analyst" icon="file-invoice-dollar" href="/agent-skills/us-stock-analyst">
    US stock reports with financials, news, filings, sentiment, and AI synthesis.
  </Card>

  <Card title="Prediction Market Data" icon="chart-simple" href="/agent-skills/prediction-market-data">
    Polymarket and Kalshi market discovery, pricing, and trade history.
  </Card>

  <Card title="Prediction Market Data ZH" icon="chart-simple" href="/agent-skills/prediction-market-data-zh">
    Chinese-language Polymarket and Kalshi research workflows.
  </Card>

  <Card title="Prediction Market Arbitrage" icon="scale-balanced" href="/agent-skills/prediction-market-arbitrage">
    Cross-platform arbitrage detection across prediction markets.
  </Card>

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

### Search & Research

<CardGroup cols={2}>
  <Card title="Multi-source Search" icon="magnifying-glass" href="/agent-skills/search">
    Unified web, scholar, Perplexity Sonar, and Tavily search in one skill.
  </Card>

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

  <Card title="YouTube SERP" icon="youtube" href="/agent-skills/youtube-search">
    Ranked YouTube results for content research and competitor monitoring.
  </Card>

  <Card title="Last 30 Days" icon="calendar-days" href="/agent-skills/last30days">
    Recent multi-source evidence across web, social, markets, and communities.
  </Card>

  <Card title="AIsa Tavily Search" icon="magnifying-glass-plus" href="/agent-skills/aisa-tavily">
    Search the web and extract public page content.
  </Card>

  <Card title="AIsa YouTube Search" icon="youtube" href="/agent-skills/aisa-youtube-search">
    Search YouTube videos, channels, and playlists.
  </Card>

  <Card title="Last 30 Days ZH" icon="calendar-days" href="/agent-skills/last30days-zh">
    Chinese-language recent signal research.
  </Card>

  <Card title="AIsa Multi-Source Search" icon="magnifying-glass-plus" href="/agent-skills/multi-search">
    Search across web, academic, smart search, Tavily, and research-answer sources.
  </Card>

  <Card title="AIsa Perplexity Deep Research" icon="microscope" href="/agent-skills/perplexity-research">
    Citation-backed deep research using Perplexity Sonar models.
  </Card>

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

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

  <Card title="AIsa Tavily Extract" icon="scissors" href="/agent-skills/tavily-extract">
    Extract clean readable content from public URLs.
  </Card>

  <Card title="Tavily Search" icon="magnifying-glass" href="/agent-skills/tavily-search">
    Search with depth, topic filters, time ranges, and domain controls.
  </Card>

  <Card title="AIsa Web Search" icon="globe" href="/agent-skills/web-search">
    Current web search results with titles, URLs, and snippets.
  </Card>

  <Card title="YouTube Search" icon="youtube" href="/agent-skills/youtube-search-skill">
    Video, channel, and playlist search for content research.
  </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, and posting.
  </Card>

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

  <Card title="AIsa Twitter Command Center" icon="terminal" href="/agent-skills/aisa-twitter-command-center">
    Search, monitor, publish, and engage from one X/Twitter workflow.
  </Card>

  <Card title="AIsa Twitter Post & Engage" icon="pen" href="/agent-skills/aisa-twitter-post-engage">
    Post tweets, like tweets, follow users, and check relationships.
  </Card>

  <Card title="Twitter Command Center Search + Post" icon="terminal" href="/agent-skills/twitter-command-center-search-post">
    Search X/Twitter and prepare authorized posting workflows.
  </Card>

  <Card title="X Intelligence Automation" icon="radar" href="/agent-skills/x-intelligence-automation">
    Track competitors, influencers, trends, mentions, and conversations.
  </Card>
</CardGroup>

## Supported agents

Skills install to these directories automatically:

| 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="/agent-skills/standards">
    How to structure a `SKILL.md` and publish your own skill to the registry.
  </Card>

  <Card title="Agent Skills vs. Tools" icon="code-compare" href="/guides/learn/agent-skills-vs-tools">
    When to use a registry skill vs. building your own custom tool.
  </Card>

  <Card title="Get support" icon="envelope" href="mailto:developer@aisa.one">
    Questions? Reach out to the team at [developer@aisa.one](mailto:developer@aisa.one).
  </Card>
</CardGroup>
