From joai-http
Use the HTTP JoAi app plugin when the task needs HTTP tools or workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/joai-http:use-httpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect HTTP to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
Connect HTTP to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
Use the MCP tools exposed by this plugin instead of describing the workflow abstractly. Start by identifying the most relevant action, then call the MCP tool directly.
http-json-delete (collect) — Remove resources or delete data from any REST API endpoint using HTTP DELETE requests. Delete records from web services, APIs, and HTTP endpoints with customizable headers. Perfect for removing data, cleaning up resources, and managing deletions in external services.http-json-get (collect) — Retrieve data from any REST API endpoint using HTTP GET requests. Fetch information from web services, APIs, and HTTP endpoints with customizable query parameters and headers. Perfect for reading data from external services and integrating with third-party APIs.http-json-post (collect) — Create new resources or submit data to any REST API endpoint using HTTP POST requests. Send JSON payloads to web services, APIs, and HTTP endpoints with customizable headers. Ideal for creating records, submitting forms, and sending data to external services.http-json-put (collect) — Update existing resources or modify data on any REST API endpoint using HTTP PUT requests. Send JSON payloads to replace or update records in web services, APIs, and HTTP endpoints with customizable headers. Perfect for updating existing data and modifying resources in external services.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub joaihq/claude-plugins --plugin joai-http