robotframework-requests-skill

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
Related skills

More from manykarim/robotframework-agentskills

Installs
6
GitHub Stars
19
First Seen
Feb 11, 2026