SKILL.md file and
supporting scripts, installable in seconds via the ClawHub CLI.
Dappier is a platform that connects
LLMs and Agentic AI agents to real-time, rights-cleared data from trusted
sources, including web search, finance, and news. By providing enriched,
prompt-ready data, Dappier empowers AI with verified and up-to-date
information for a wide range of applications.
Overview
The ClawHub integration with Dappier allows OpenClaw users to supercharge their AI agents with real-time search and AI-powered recommendation tools β no training or fine-tuning required. By leveraging Dappierβs pre-trained, RAG-ready APIs, your agent can retrieve accurate, up-to-date information across key domains such as news, finance, weather, sports, research, and more. Thedappier-search skill ships with
two categories of tools:
- Real Time Search Tools: Enable your OpenClaw agent to access live web data and financial markets using natural language queries.
- AI Recommendation Tools: Provide intelligent, curated content recommendations from trusted media sources based on user intent and query context.
Real-Time Example
See the ClawHub + Dappier integration running end-to-end by building a real-time Telegram AI bot:Prerequisites
Tools Profile
Thedappier-search skill executes Node.js scripts on your local machine and requires
access to filesystem, runtime, and shell tools. By default, OpenClaw may run with a
restricted tool profile that blocks these capabilities.
To ensure all Dappier tools execute correctly, set your tools profile to full in your
OpenClaw configuration file (~/.openclaw/openclaw.json):
full profile places no restrictions on available tools, giving your agent unrestricted
access to run scripts, read files, and execute shell commands. The available profiles are:
| Profile | Description |
|---|---|
minimal | Chat only β session_status tool only |
messaging | Messaging tools and session management only |
coding | Filesystem, runtime, session, memory, and image tools |
full | No restrictions β required for external skill execution |
Note: After editingopenclaw.json, restart the OpenClaw Gateway for the change to take effect:openclaw restart
Installation
Install the skill via ClawHub CLI
Requirements
- Node.js 18+ β required for native
fetchsupport - A Dappier API key β set as the
DAPPIER_API_KEYenvironment variable
Setup your API Key
Generate a free API key from your Dappier API dashboard. Once you have the key, you can provide it in one of two ways: Option 1 β Export in your shell (temporary, current session only):~/.openclaw/.env:
dappier-search β without needing to
export it each session.
Real Time Search Tools
The real-time search tools give your OpenClaw agent live access to the web and financial markets. There are two tools in this category.1. Real-Time Web Search
Query real-time web content including the latest news, weather, travel deals, gold prices, and general web information.2. Stock Market Data
Access real-time financial insights, stock prices, and market news for any publicly traded company.Note: The query must include a stock ticker symbol (e.g.AAPL,TSLA,MSFT,GOOGL) to retrieve meaningful results.
Parameters
Both real-time search tools accept a single required parameter:query (str)
- A natural language query used to retrieve real-time data.
- For
stock-market, the query must include a ticker symbol. - This parameter is required for both tools.
AI Recommendation Tools
The AI recommendation tools provide curated, real-time article recommendations from trusted media sources across a range of verticals. These are powered by Dappierβs pre-trained RAG data models.3. Sports News
Fetch AI-powered sports news and updates from top sources including Sportsnaut, Forever Blueshirts, Minnesota Sports Fan, LAFB Network, Bounding Into Sports, and Ringside Intel.4. Benzinga Financial News
Access real-time financial news and market analysis directly from Benzinga.com. Best used for financial headlines, earnings updates, and market sentiment β distinct from raw stock price queries.5. Lifestyle News
Fetch AI-powered lifestyle news from leading publications including The Mix, Snipdaily, Nerdable, and Familyproof β covering wellness, family life, home, entertainment, and more.6. Research Papers Search
Perform a real-time scholarly search across over 2.4 million open-access articles from arXiv and other academic sources, spanning computer science, mathematics, physics, quantitative finance, statistics, and more.7. Stellar AI (Solar & Roof Analysis)
Provide a residential home address and receive an advanced solar feasibility analysis β including roof dimensions, solar panel placement recommendations, and estimated energy output β powered by Digital Satellite Imagery (DSM) and solar irradiance data.Parameters
All AI Recommendation tools (sports-news, benzinga-news, lifestyle-news) share the
following options. The research-papers and stellar-ai tools accept only a query.
query (str)
- The natural language query for retrieving recommendations or search results.
- Required for all tools.
--top_k (int) Optional
- The number of result articles to return.
- Defaults to
9. - Example:
--top_k 5
--algorithm (str) Optional
- The search algorithm used to rank and retrieve articles.
- Defaults to
most_recent. - Available options:
| Value | Description |
|---|---|
most_recent | Returns the latest published articles (default) |
semantic | Returns articles most semantically relevant to the query |
most_recent_semantic | Blends recency and semantic relevance |
trending | Returns articles gaining the most traction right now |
Conclusion
Integrating Dappier with your OpenClaw agent via ClawHub gives your AI access to live, trustworthy data from across the web β without hallucinations or stale training data. Whether you need real-time stock prices, breaking sports results, academic papers, or solar estimates for a specific address, thedappier-search skill covers it all.
With a single install command and your Dappier API key, your agent is ready to retrieve
factual, fresh, and focused responses from the worldβs most trusted data sources.
Install the skill:

