Cloudsways TruthSearch Skill for Openclaw

A high-performance web search skill providing real-time information, dynamic summaries, and full-text extraction for AI agents.

prismheart
v1.0.4
Mar 1, 2026
0
667
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install truth-search

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install truth-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Cloudsways TruthSearch Skill?

The Cloudsways TruthSearch skill is a sophisticated tool designed for Openclaw Skills that enables AI agents to search the web using the TruthSearch API. It delivers highly relevant search results complete with metadata, dynamic fragments, and optional full-text content directly into the agent context. This skill is essential for developers who require their agents to access up-to-date information, news, or conduct deep research without leaving the CLI environment.

Built to be developer-friendly, it offers a robust interface for querying information with high precision. By supporting various content formats and time-based filtering, it allows for a tailored search experience that balances latency and token usage, making it a versatile addition to any agentic workflow.

Cloudsways TruthSearch Skill Use Cases

  • Conduct deep technical research by extracting full-text content in Markdown format using Openclaw Skills.
  • Monitor real-time news and industry trends with specific time filters like Day or Week.
  • Gather query-relevant snippets to provide quick answers to user prompts.
  • Automate data collection from various web sources for competitive analysis or market research.

How Cloudsways TruthSearch Skill Works

  1. The user or agent provides a search query and optional parameters such as result count or time freshness.
  2. The skill sends a request to the Cloudsways TruthSearch API authenticated via a secure access key.
  3. The API crawls the web and returns a structured JSON response containing page titles, URLs, and snippets.
  4. If advanced content extraction is requested, the skill retrieves the main text fragments or full page content.
  5. The refined data is then presented to the AI agent to be used for synthesis, reporting, or further processing.

Cloudsways TruthSearch Skill Setup

  1. Sign up at Cloudsways to obtain your unique Access Key.
  2. Configure your environment by setting the following variable:
export CLOUDSWAYS_AK="your-access-key"
  1. Ensure that your environment has curl and jq installed for optimal performance.
  2. Test the installation by running a basic search via the provided script:
./scripts/search.sh '{"q": "Openclaw Skills"}'

Cloudsways TruthSearch Skill Data Schema & Taxonomy

The skill organizes results within a structured JSON object. The primary data is contained within the webPages.value array:

Property Type Description
name String The title of the search result page.
url String The direct URL to the source content.
snippet String A concise summary of the page content.
mainText String Query-relevant excerpts extracted dynamically.
content String The full text content of the webpage.
score Float A relevance score indicating the match quality (0-1).

Cloudsways TruthSearch Skill Advanced Features

  • Smart Excerpts: Use the mainText feature to get query-focused fragments instead of the whole page, saving on LLM tokens.
  • Multi-format Support: Extract content as raw TEXT, structured HTML, or LLM-friendly MARKDOWN.
  • Granular Freshness Control: Filter results by the last 24 hours, week, or month for time-sensitive Openclaw Skills applications.
  • Batch Processing: Retrieve up to 50 results in a single request for comprehensive data gathering.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*