robotframework-libdoc-search

Search Robot Framework libraries, resources, and suites for matching keywords and return JSON metadata.

27|2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-libdoc-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robotframework-libdoc-search
Source: https://github.com/manykarim/robotframework-agentskills/tree/main/skills/robotframework-libdoc-search
Command: npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-libdoc-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires robotframework, and includes scripts (resource) components.

What problem does it solve?

Locate Robot Framework keywords across libraries, resources, and suites that match a given use case, returning results in JSON for easy automation and analysis.

Core Features & Use Cases

  • Searches across standard libraries and custom resources/suites to surface relevant keywords.
  • Supports weighting, tag filtering, and privacy/deprecation controls to tailor results.
  • Use Case: quickly identify the best keyword to implement a given behavior by scanning multiple sources.

Quick Start

Run the libdoc search by specifying libraries and/or resources to receive a JSON payload of keyword matches.

Frequently Asked Questions about robotframework-libdoc-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for keywords across multiple Robot Framework libraries?

You can search for keywords across Robot Framework libraries by specifying the target libraries and resources to receive a JSON payload of matching keywords. The tool loads libdoc data and scores keywords by name, short_doc, and doc to return relevant matches.

Can I filter Robot Framework keywords by tags and privacy settings?

Yes, you can filter Robot Framework keywords by applying tag filters and privacy/deprecation controls during the search. This allows you to tailor results and exclude deprecated or private keywords from the returned JSON payload.

What is the best way to find a specific keyword in Robot Framework resources and suites?

The best way to find a specific keyword in Robot Framework resources and suites is to use a libdoc search that scans multiple sources at once. It surfaces relevant keywords matching your use case and returns detailed metadata in JSON format.

Do I need Robot Framework installed to search library keywords?

Yes, Robot Framework is required as a dependency to search library keywords. The search operates by loading libdoc data generated by the framework to score and match keywords across your specified libraries and resources.

How does keyword scoring work when searching Robot Framework libraries?

Keyword scoring works by evaluating the keyword name, short_doc, and doc fields using configurable weights. You can adjust these weights to prioritize matches based on specific metadata fields within your Robot Framework libraries.

What format does the Robot Framework library search return for automation?

The Robot Framework library search returns a JSON payload for easy automation and analysis. This output contains keyword matches, library information, and optional hints to help identify the best keyword for your behavior implementation.