skills/manykarim/robotframework-agentskills/robotframework-libdoc-explain

robotframework-libdoc-explain

SKILL.md

Robot Framework Libdoc Explain

Use this skill to retrieve detailed keyword docs and argument usage from Robot Framework libraries/resources/suites. Output JSON only.

Command

Explain a keyword in standard libraries:

python scripts/rf_libdoc.py --library BuiltIn --keyword "Log" --pretty

Explain across multiple sources:

python scripts/rf_libdoc.py --library SeleniumLibrary --resource resources/common.resource --keyword "Open Browser" --pretty

Fallback to search if exact keyword not found:

python scripts/rf_libdoc.py --library SeleniumLibrary --keyword "Open Brows" --search "open browser" --pretty

Notes

  • Use --library, --resource, --suite, or --spec (repeatable). Inputs are aggregated.
  • Exact keyword matches return keyword_matches with argument breakdown.
  • If no exact match, the script returns matches using name + short_doc + doc search.
  • Use --tag, --include-private, --exclude-deprecated as filters.
Weekly Installs
5
GitHub Stars
9
First Seen
Feb 11, 2026
Installed on
claude-code5
opencode4
gemini-cli4
github-copilot4
codex4
kimi-cli4