— No reviews yet
0 installs
4 views
0.0% view→install
Install
$ agentstack add skill-manykarim-robotframework-agentskills-libdoc-search ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Libdoc Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Robot Framework Libdoc Search
Use this skill to search Robot Framework libraries/resources/suites for keywords that match a use case. Output JSON only.
Command
Search in standard libraries:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_libdoc.py" --library BuiltIn --library OperatingSystem --search "create temp file" --pretty
Search multiple sources with custom weights:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/rf_libdoc.py" --library SeleniumLibrary --resource resources/common.resource --search "upload file" --weights name=0.5,short_doc=0.3,doc=0.2 --limit 10 --pretty
Notes
- Use
--library,--resource,--suite, or--spec(repeatable). Inputs are aggregated. - Search considers keyword name,
short_doc, and fulldoc. - Output contract (stable): returns
{schema_version, mode, libraries, results, query, ...}withmode="search".resultsis a single array of{library, keyword, usage, score, reasons}(search items carryscore/reasons;usageisnull). Readresultswithout branching on top-level keys. - Payload is bounded: library prose
docis not included by default — only{name, type, version, scope, doc_format, short_doc}per library. Pass--include-library-docto add the fulldoc. - Use
--tagto filter keywords by tag. - Use
--include-privateto include private keywords. - Use
--exclude-deprecatedto drop deprecated keywords.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: manykarim
- Source: manykarim/robotframework-agentskills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.