Back to list
manykarim

robotframework-libdoc-explain

by manykarim

Agent Skills for Robot Framework

0🍴 0📅 Jan 22, 2026

SKILL.md


name: robotframework-libdoc-explain description: 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.

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.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon