Back to list
dropseed

plain-request

by dropseed

A web framework for building products with Python.

652🍴 13📅 Jan 23, 2026

SKILL.md


name: plain-request description: Makes HTTP requests to test URLs, check endpoints, fetch pages, or debug routes. Use when asked to look at a URL, hit an endpoint, test a route, or make GET/POST requests.

Making HTTP Requests

Use uv run plain request to make test requests against the dev database.

Basic Usage

uv run plain request /path

With Authentication

uv run plain request /path --user 1

With Custom Headers

uv run plain request /path --header "Accept: application/json"

POST/PUT/PATCH with Data

uv run plain request /path --method POST --data '{"key": "value"}'

Limiting Output

uv run plain request /path --no-body    # Headers only
uv run plain request /path --no-headers # Body only

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 500以上

+10
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon