From aidotnet-moyucode
Makes HTTP requests supporting GET, POST, PUT, DELETE, headers, authentication, JSON bodies, and file uploads. Use /http command or for API calls and endpoint testing.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Make HTTP requests with full support for GET, POST, PUT, DELETE, headers, authentication, and file uploads.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Make HTTP requests with full support for GET, POST, PUT, DELETE, headers, authentication, and file uploads.
/http command# GET request
python scripts/http_client.py GET https://api.example.com/users
# POST with JSON body
python scripts/http_client.py POST https://api.example.com/users --json '{"name": "John"}'
# With headers
python scripts/http_client.py GET https://api.example.com/data --header "Authorization: Bearer token"
# Upload file
python scripts/http_client.py POST https://api.example.com/upload --file document.pdf
http, api, rest, requests, client