rf-requests

Installation
SKILL.md

Requests Library Skill

Quick Reference

RequestsLibrary provides HTTP client keywords for REST API testing, wrapping Python's requests library. It supports JSON, XML, form data, file uploads, and all authentication methods.

Installation

pip install robotframework-requests

Library Import

*** Settings ***
Library    RequestsLibrary
Library    Collections    # Often needed for dict/list operations
Installs
8
GitHub Stars
31
First Seen
Mar 19, 2026
rf-requests — manykarim/robotframework-agentskills