From rf-agentskills
Explains Robot Framework keywords, arguments, and usage from libdoc documentation across libraries, resources, and suites. Use for keyword queries and details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rf-agentskills:libdoc-explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to retrieve detailed keyword docs and argument usage from Robot Framework libraries/resources/suites. Output JSON only.
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.npx claudepluginhub manykarim/robotframework-agentskills --plugin rf-agentskillsFetches current library docs, API references, framework patterns, and code examples for any library via Context7 REST API. Triggers on 'how to use library', API docs, patterns, import usage.
Fetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Gathers external documentation for libraries, frameworks, SDKs, APIs, and CLIs using a 5-tier source ladder. Verifies claims against primary sources and flags training-data-only assertions.