From rf-agentskills
Explains Robot Framework keywords, arguments, and usage from libdoc documentation across libraries, resources, and suites. Use for keyword queries and details.
npx claudepluginhub manykarim/robotframework-agentskills --plugin rf-agentskillsThis skill uses the workspace's default tool permissions.
Use this skill to retrieve detailed keyword docs and argument usage from Robot Framework libraries/resources/suites. Output JSON only.
Searches Robot Framework libraries, resources, and suites for keywords matching a use case via libdoc. Use to scan BuiltIn, SeleniumLibrary, or custom sources with weights, tags, and filters.
Expert approach to keyword-driven-testing in test automation. Use when working with .
Gathers read-only external knowledge on libraries, frameworks, SDKs, APIs, CLIs via 5-tier doc ladder from official docs to community sources, verifying claims with primary citations.
Share bugs, ideas, or general feedback.
Use this skill to retrieve detailed keyword docs and argument usage from Robot Framework libraries/resources/suites. Output JSON only.
Explain a keyword in standard libraries:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_libdoc.py" --library BuiltIn --keyword "Log" --pretty
Explain across multiple sources:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_libdoc.py" --library SeleniumLibrary --resource resources/common.resource --keyword "Open Browser" --pretty
Fallback to search if exact keyword not found:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_libdoc.py" --library SeleniumLibrary --keyword "Open Brows" --search "open browser" --pretty
--library, --resource, --suite, or --spec (repeatable). Inputs are aggregated.keyword_matches with argument breakdown.matches using name + short_doc + doc search.--tag, --include-private, --exclude-deprecated as filters.