robotframework-libdoc-search

Installation
SKILL.md

Robot Framework Libdoc Search

Use this skill to search Robot Framework libraries/resources/suites for keywords that match a use case. Output JSON only.

Command

Search in standard libraries:

python scripts/rf_libdoc.py --library BuiltIn --library OperatingSystem --search "create temp file" --pretty

Search multiple sources with custom weights:

python scripts/rf_libdoc.py --library SeleniumLibrary --resource resources/common.resource --search "upload file" --weights name=0.5,short_doc=0.3,doc=0.2 --limit 10 --pretty
Related skills

More from manykarim/robotframework-agentskills

Installs
6
GitHub Stars
19
First Seen
Feb 11, 2026