← 返回 Skills 市场
sol1986

MindStudio To API Custom Function Skill

作者 Sol Farahmand · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
199
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mindstudio-to-api-custom-function-builder
功能描述
Build a complete MindStudio Run Function integration for any API the user wants to connect. Use this skill whenever the user mentions MindStudio, wants to co...
安全使用建议
This skill appears coherent and low-risk: it only provides instructions to generate MindStudio code/config/test-data and asks for the API details it needs. Before using it, avoid pasting real secrets or private API keys directly into chat — instead configure them as 'secret' fields in MindStudio as the templates recommend. Review any generated code before running (especially if you choose the VM environment, which can load npm packages) and test with non-sensitive data first. Watch for hardcoded credentials in output (the skill explicitly warns against this, but always verify). If you need the skill to fetch API docs from a URL, confirm whether the conversation or environment allows that action — the skill expects the user to paste docs rather than autonomously scraping external sites.
功能分析
Type: OpenClaw Skill Name: mindstudio-to-api-custom-function-builder Version: 1.1.0 The skill is a specialized code generator designed to help users create 'Run Function' integrations for the MindStudio platform. It provides structured instructions (SKILL.md) and reference examples (EXAMPLES.md) for generating JavaScript, configuration JSON, and test data. The logic focuses on adhering to MindStudio's specific execution environment constraints (e.g., Sandbox vs. VM limitations) and proper handling of API authentication and variable scoping. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the instructions and examples: the skill's goal is to produce Code, Configuration, and Test Data for MindStudio Run Functions. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md stays within the claimed scope (collect API endpoint, auth, fields, response shape, outputs, and execution environment). Minor notes: some examples show fallback reads from ai.vars (e.g. ai.config.symbol || ai.vars.symbol) which is reasonable for optional values but slightly deviates from the strict guidance that inputVariable fields be read from ai.config. Examples also use methods like toLocaleString and btoa which may or may not be available in every execution environment — these are implementation nitpicks rather than scope creep.
Install Mechanism
Instruction-only skill with no install spec and no code files to write; nothing will be downloaded or installed by the registry entry itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The guidance to use 'secret' types for API keys and to avoid hardcoding keys is appropriate and proportionate.
Persistence & Privilege
No 'always: true' flag, no requests to modify other skills or system settings. Default autonomous invocation is allowed by platform norms but does not introduce extra privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mindstudio-to-api-custom-function-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mindstudio-to-api-custom-function-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Clarifies input and output handling for MindStudio config fields.** - Fixes and explains the difference between `inputVariable` and `outputVariableName` config types; mandates reading/writing them with correct `ai.config` or `ai.vars[ai.config...]` patterns in code. - Updates code, configuration, and test data templates with new guidance about input reading and output writing. - Adds a warning (in Common Mistakes) never to use `ai.vars[ai.config.fieldName]` for input fields. - Expands test data instructions: input variables set directly in `config`, not in `vars`. - Refines documentation wording and templates for precision and current MindStudio behavior.
v1.0.0
Initial release of MindStudio-to-API custom function builder. - Generates ready-to-paste MindStudio custom functions for any API integration. - Asks for missing API details (endpoint, method, auth, inputs, etc.) before building. - Outputs three tabs: JavaScript code, configuration schema, and realistic test data. - Ensures best practices for security, error handling, and MindStudio compatibility. - Guides users to always use this skill for any MindStudio API connection task.
元数据
Slug mindstudio-to-api-custom-function-builder
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MindStudio To API Custom Function Skill 是什么?

Build a complete MindStudio Run Function integration for any API the user wants to connect. Use this skill whenever the user mentions MindStudio, wants to co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。

如何安装 MindStudio To API Custom Function Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mindstudio-to-api-custom-function-builder」即可一键安装,无需额外配置。

MindStudio To API Custom Function Skill 是免费的吗?

是的,MindStudio To API Custom Function Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MindStudio To API Custom Function Skill 支持哪些平台?

MindStudio To API Custom Function Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MindStudio To API Custom Function Skill?

由 Sol Farahmand(@sol1986)开发并维护,当前版本 v1.1.0。

💬 留言讨论