← Back to Skills Marketplace
MindStudio HTTP Request Block Skill
by
Sol Farahmand
· GitHub ↗
· v1.0.0
· MIT-0
106
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mindstudio-http-request-block-skill
Description
Configure and use the MindStudio HTTP Request block to send data to external APIs, webhooks, and web services. Use this skill whenever a user mentions HTTP r...
Usage Guidance
This skill appears to be what it says: a reference for configuring HTTP Request blocks. Before installing or using it, consider: (1) never paste long-lived API keys or passwords into free-text prompts — use secure workflow variables or a secret store; (2) only send the minimum necessary data to external endpoints and verify the destination URL is trustworthy (test with a sandbox or replay-safe payload first); (3) confirm DELETE actions explicitly and audit who can edit workflows that use webhooks; (4) rotate and scope API tokens used by workflows (least privilege); (5) monitor workflow logs for unexpected outbound requests. These are operational cautions, not indications of incoherence in the skill itself.
Capability Analysis
Type: OpenClaw Skill
Name: mindstudio-http-request-block-skill
Version: 1.0.0
The skill bundle is a legitimate utility designed to help users configure HTTP Request blocks within the MindStudio platform. It includes comprehensive instructions (SKILL.md) and examples (examples.md) for various API scenarios (GET, POST, PATCH, DELETE) and emphasizes security best practices, such as avoiding hardcoded credentials and requiring explicit user confirmation for destructive actions. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name, description, and files all describe configuring HTTP Request blocks; required assets (none) and examples (Finnhub, HubSpot, Airtable, Make/Zapier webhooks) align with that purpose. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md stays within the stated scope: it instructs the agent to ask scenario-specific questions and output complete block configs. It does not instruct reading local files, environment variables, or external endpoints other than the user-provided URLs. Note: by design the skill guides sending workflow variables (which may include secrets) to arbitrary external URLs — this is expected for an HTTP block but is an inherent data-exfiltration risk if misused; the skill includes sensible safety rules (do not hardcode keys, require DELETE confirmation).
Install Mechanism
Instruction-only skill with no install spec and no code files. This has the lowest install risk (nothing is written to disk or fetched at install time).
Credentials
The skill declares no required env vars, binaries, or config paths. It expects the user to supply endpoint URLs and workflow variable names (including API keys/tokens) as inputs, which is proportional to the purpose. Users should avoid pasting secrets into chat and instead use secure workflow variables as the skill recommends.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modification of other skills or agent-wide settings. Autonomous invocation is allowed by platform default and not flagged here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mindstudio-http-request-block-skill - After installation, invoke the skill by name or use
/mindstudio-http-request-block-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the MindStudio HTTP Request Block Skill.
- Provides a comprehensive guide for configuring HTTP Request blocks in MindStudio workflows.
- Covers five key scenarios: Fetch Data (GET), Send Data (POST), Update/Modify (PATCH/PUT), Delete (DELETE), and Trigger External Systems.
- Includes detailed user interview questions for each scenario to ensure correct and safe configuration.
- Outlines best practices for authentication, headers, parameters, body setup, and downstream response handling.
- Emphasizes never to configure from memory and always to use the documented process for reliability and safety.
Metadata
Frequently Asked Questions
What is MindStudio HTTP Request Block Skill?
Configure and use the MindStudio HTTP Request block to send data to external APIs, webhooks, and web services. Use this skill whenever a user mentions HTTP r... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install MindStudio HTTP Request Block Skill?
Run "/install mindstudio-http-request-block-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MindStudio HTTP Request Block Skill free?
Yes, MindStudio HTTP Request Block Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MindStudio HTTP Request Block Skill support?
MindStudio HTTP Request Block Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MindStudio HTTP Request Block Skill?
It is built and maintained by Sol Farahmand (@sol1986); the current version is v1.0.0.
More Skills