nohunt-bot/fastMCP-example

0Stars on the repository
9Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

api-call

01

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

A way to call an internal API and return its response as-is. A request that starts work returns a UUID, while a request that retrieves data returns that data.

0 25d ago A 52 tokens

api-fetch

02

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Call an HTTP/JSON API with explicit timeouts, retries with backoff, and progress reporting. Use for any outbound API call from a skill, and read this before writing a script that hangs.

0 25d ago A 43 tokens

async-job

03

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Fire off a long-running API job that returns a key immediately and writes its result to a database, then collect that result later by key. Use for work that must not occupy the model while it runs.

0 25d ago A 44 tokens

csv-profile

04

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Profile a CSV or TSV file — column types, null counts, cardinality, numeric ranges and sample values. Use before writing any analysis or transformation code against an unfamiliar tabular file.

0 25d ago A 40 tokens

internal-api

05

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Call the internal job API. submit.py fires a long job and returns its uuid for the front end; report.py waits for a synchronous answer. Use submit for anything that takes more than a few seconds.

0 25d ago A 44 tokens

repo-digest

06

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Summarise a git repository — recent commits, churn by file, contributor counts and branch state. Use to orient yourself in an unfamiliar repo before reading any source.

0 25d ago A 37 tokens

rest-client

07

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Call an internal RESTful API and return only the fields you asked for. Use when a plain REST endpoint returns more rows or columns than the answer needs.

0 25d ago A 34 tokens

text-stats

08

nohunt-bot/fastMCP-example

Skill Claude CodeCodex

Word, line and character counts plus top-term frequencies for a block of text or a file. Use for readability checks, keyword extraction, or verifying a draft fits a length budget.

0 25d ago A 40 tokens