TopRank Skills

Home / Claw Skills / 文档 / dappier
Official OpenClaw rules 72%

dappier

Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more. Build powerful AI agents with Dappier.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 dappier 技能。 若已安装,则直接安装 dappier 技能。

Overview

Skill Key
amaan-ai20/dappier-search
Author
amaan-ai20
Source Repo
openclaw/skills
Version
-
Source Path
skills/amaan-ai20/dappier-search
Latest Commit SHA
e8297a7310e0c2cb9c231832153c2fc87ee5bc35

Extracted Content

SKILL.md excerpt

# Dappier

Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more. Build powerful AI agents with Dappier.

## Tools

### 1. Real Time Search

Real-time web search to access the latest news, stocks, gold stocks, UK stock market, global market performance, financial news, weather, travel information, deals, and more.

```bash
node {baseDir}/scripts/realtime-search.mjs "query"
```

Examples:

```bash
node {baseDir}/scripts/realtime-search.mjs "latest news today"
node {baseDir}/scripts/realtime-search.mjs "weather in New York today"
node {baseDir}/scripts/realtime-search.mjs "best travel deals this week"
node {baseDir}/scripts/realtime-search.mjs "gold price today"
```

### 2. Stock Market Data

Only use this if user query requires real-time financial news, stock prices, and trades. The query **must include a stock ticker symbol** (e.g. AAPL, TSLA, MSFT, GOOGL) to retrieve real-time stock prices, financial news, or market data.

```bash
node {baseDir}/scripts/stock-market.mjs "query with ticker symbol"
```

Examples:

```bash
node {baseDir}/scripts/stock-market.mjs "AAPL stock price today"
node {baseDir}/scripts/stock-market.mjs "TSLA latest financial news"
node {baseDir}/scripts/stock-market.mjs "MSFT earnings report"
node {baseDir}/scripts/stock-market.mjs "GOOGL revenue growth"
node {baseDir}/scripts/stock-market.mjs "AMZN market cap"
```

### 3. Sports News

Fetch AI-powered Sports News recommendations. Get real-time news, updates, and personalized content from top sports sources like Sportsnaut, Forever Blueshirts, Minnesota Sports Fan, LAFB Network, Bounding Into Sports, and Ringside Intel.

```bash
node {baseDir}/scripts/sports-news.mjs "query"
node {baseDir}/scripts/sports-news.mjs "query" --top_k 5
node {baseDir}/scripts/sports-news.mjs "query" --algorithm trending
```

Options:

- `--top_k <count>`: Number of results (default: 9)
- `--algorithm <type>`: Search a...

README excerpt

# Dappier Skill (dappier-search)

Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more.

This repo contains small Node.js CLI scripts that call the Dappier API.

## Requirements

- Node.js (must provide a global `fetch`, i.e. Node 18+ recommended)
- A Dappier API key in the `DAPPIER_API_KEY` environment variable

## Get your Dappier API key

1. Sign in at https://platform.dappier.com
2. Go to https://platform.dappier.com/profile/api-keys
3. Create/copy an API key
4. Export it in your shell:

```bash
export DAPPIER_API_KEY="YOUR_KEY_HERE"
```

## Usage

All tools are run via `node` and a script in [`scripts/`](scripts/).

### Real-time search

```bash
node scripts/realtime-search.mjs "latest news today"
```

### Stock market data (query must include a ticker)

```bash
node scripts/stock-market.mjs "AAPL stock price today"
```

### Sports news

```bash
node scripts/sports-news.mjs "NBA trade rumors" --algorithm trending --top_k 5
```

### Benzinga financial news

```bash
node scripts/benzinga-news.mjs "NVDA news" --algorithm most_recent
```

### Lifestyle news

```bash
node scripts/lifestyle-news.mjs "wellness trends 2026" --top_k 5
```

### Research papers search

```bash
node scripts/research-papers.mjs "recent arXiv papers on diffusion models"
```

### Stellar AI (solar & roof analysis)

```bash
node scripts/stellar-ai.mjs "1600 Amphitheatre Parkway, Mountain View, CA"
```

## Output format

Scripts print markdown-friendly sections (for example: `## Real Time Search Results`) and then the returned content.

## Documentation

- Full skill tool docs and examples: [`SKILL.md`](SKILL.md)
- Project changelog: [`CHANGELOG.md`](CHANGELOG.md)
- License: [`LICENSE`](LICENSE)

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".