robotframework-libdoc-explain

Explain Robot Framework keywords and their arguments from library/resource/suite documentation. Use when asked how to use a keyword, what arguments it takes, or to retrieve detailed keyword docs from libdoc across one or more libraries/resources.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "robotframework-libdoc-explain" with this command: npx skills add manykarim/robotframework-agentskills/manykarim-robotframework-agentskills-robotframework-libdoc-explain

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

robotframework-appium-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-selenium-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-browser-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-testcase-builder

No summary provided by upstream source.

Repository SourceNeeds Review