Vscode Rest Client Generator
Helps with REST APIs, client-side as part of building AI and machine learning applications workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monkey1sai-vscode-rest-client-generator npx -- -y @trustedskills/monkey1sai-vscode-rest-client-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monkey1sai-vscode-rest-client-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monkey1sai-vscode-rest-client-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates VS Code REST Client requests from a given URL. It simplifies the process of setting up and testing API endpoints within Visual Studio Code, eliminating manual configuration. The generated requests include common HTTP methods like GET, POST, PUT, DELETE, and PATCH.
When to use it
- You need to quickly test an API endpoint without manually configuring a VS Code REST Client request.
- You're debugging an API integration and want to easily send requests with different parameters.
- You’re documenting an API and want to provide ready-to-use examples for developers.
- When you have a URL of an API endpoint that needs testing or exploration.
Key capabilities
- Generates VS Code REST Client requests.
- Supports common HTTP methods (GET, POST, PUT, DELETE, PATCH).
- Works directly from a provided URL.
Example prompts
- "Generate a VS Code REST client request for
https://api.example.com/users." - "Create a VS Code REST Client request to test the endpoint
https://my-app.com/products/123using a POST method." - “Give me a VS Code Rest Client request for this URL:
https://rickandmortyapi.com/api/character”
Tips & gotchas
- Ensure the provided URL is valid and accessible to avoid errors during request generation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.