·robotframework-restinstance-skill
</>

robotframework-restinstance-skill

Guide AI agents in creating REST API tests using RESTinstance library. Use when building API tests with JSON Schema validation, built-in assertions, response field validation, and OpenAPI spec integration.

5Installs·0Trend·@manykarim

Installation

$npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-restinstance-skill

How to Install robotframework-restinstance-skill

Quickly install robotframework-restinstance-skill AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-restinstance-skill
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: manykarim/robotframework-agentskills.

SKILL.md

View raw

RESTinstance is a REST API testing library with built-in JSON validation, schema support, and OpenAPI/Swagger spec integration. It provides a fluent interface for API testing with automatic response validation.

| Built-in assertions | Yes | No (use RF assertions) | | JSON Schema validation | Yes | No (need JSONLibrary) | | OpenAPI/Swagger support | Yes | No | | Response type validation | Yes (String, Integer, etc.) | Manual | | State management | Automatic instance tracking | Session-based |

| GET | GET /endpoint | GET request | | POST | POST /endpoint {"json": "body"} | POST with JSON | | PUT | PUT /endpoint {"json": "body"} | Replace resource | | PATCH | PATCH /endpoint {"json": "body"} | Partial update | | DELETE | DELETE /endpoint | Delete resource | | HEAD | HEAD /endpoint | Headers only |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-restinstance-skill
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-11

Browse more skills from manykarim/robotframework-agentskills

Quick answers

What is robotframework-restinstance-skill?

Guide AI agents in creating REST API tests using RESTinstance library. Use when building API tests with JSON Schema validation, built-in assertions, response field validation, and OpenAPI spec integration. Source: manykarim/robotframework-agentskills.

How do I install robotframework-restinstance-skill?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-restinstance-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/manykarim/robotframework-agentskills