api-request

api-request is a skill for Claude Code, Codex from EmadBeltaje/flutter_getx_template. It costs 63 tokens per session (1,344 once invoked), scanned A, original, no licence file.

An API-request workflow for adding a safe HTTP call to a controller. HTTP is the standard way software requests or sends data to a web service.

In plain words
What is it for?
Use it to add requests such as fetching or posting data, with a URL, HTTP method, return model, and optional raw JSON handling.
Why use it?
It provides the usual request states—loading, success, and error—so the controller does not need to set them up manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/emadbeltaje/flutter_getx_template/api-request
Any agent
npx skills add EmadBeltaje/flutter_getx_template --skill api-request
Clone the repo
git clone --depth 1 https://github.com/EmadBeltaje/flutter_getx_template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for api-request

README.md
[![agentmods](https://agentmods.dev/badge/skills/emadbeltaje/flutter_getx_template/api-request.svg)](https://agentmods.dev/skills/emadbeltaje/flutter_getx_template/api-request)
Your own site
<a href="https://agentmods.dev/skills/emadbeltaje/flutter_getx_template/api-request"><img src="https://agentmods.dev/badge/skills/emadbeltaje/flutter_getx_template/api-request.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,344 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01344
Opus 5 $0.00032 $0.00672
Sonnet 5 $0.00013 $0.00269
Haiku 4.5 $0.00006 $0.00134

Measured yesterday against content hash 9ae6960efab3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

api-request scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/api-request/SKILL.md · 182 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 182 lines · 63 tokens per session scan A 9ae6960efab3

Subscribe to this mod's changes

api-request is a skill published in the GitHub repository EmadBeltaje/flutter_getx_template (516 stars, last pushed yesterday), with no licence file. It adds 63 tokens to every session and 1,344 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

networking

Flutter 네트워크 통신 가이드라인. Dio HTTP 클라이언트, Retrofit 코드 생성, 인터셉터 체인, 에러 핸들링, 연결 상태 관리, 캐시 전략.

sonature-lab/timsquad · 47 tokens

api-rate-limit-handler

Implement bounded, idempotency-aware API throttling, backoff, and retry handling for 429 and transient 5xx responses.

sickn33/agentic-awesome-skills · 32 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

non-json-content-types

Handle FormData, file uploads, Blob, Uint8Array, and ReadableStream inputs in tRPC mutations. Use octetInputParser from @trpc/server/http for binary data. Route non-JSON requests with splitLink and isNonJsonSerializable() from @trpc/client. FormData and binary inputs only work with mutations (POST).

trpc/trpc · 75 tokens

server-side-calls

Call tRPC procedures directly from server code using t.createCallerFactory() and router.createCaller(context) for integration testing, internal server logic, and custom API endpoints. Catch TRPCError and extract HTTP status with getHTTPStatusCodeFromError(). Error handling via onError option.

trpc/trpc · 61 tokens

trpc-router

Entry point for all tRPC skills. Decision tree routing by task: initTRPC.create(), t.router(), t.procedure, createTRPCClient, adapters, subscriptions, React Query, Next.js, links, middleware, validators, error handling, caching, FormData.

trpc/trpc · 59 tokens