← 返回 Skills 市场
Unformal Api
作者
Jonas Boury
· GitHub ↗
· v1.4.0
· MIT-0
206
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install unformal-api
功能描述
Create conversational Pulses that replace forms, surveys, intake emails, feedback requests, NPS checks, user interviews, lead qualification, application form...
安全使用建议
This skill appears to do what it says: it talks to unformal.ai and uses the Unformal CLI/API to create Pulses. Before installing or running it, consider: (1) verify you trust https://unformal.ai and the npm package @unformal/cli (review package and version) because the skill suggests installing it globally; (2) the login flow issues an API key (unf_...) which the skill recommends saving to ~/.unformal/config — treat that like any API secret (do not reuse high-privilege keys elsewhere); (3) the SKILL.md can overwrite the agent's local skill file (~/.claude/skills/unformal/SKILL.md) when updating — back up any local changes you care about; (4) network calls go to unformal.ai only; if you need stricter controls, avoid global installs and create a dedicated, limited Unformal account/API key for the integration. Overall the skill is internally consistent, but you should validate the external CLI/package before running installs or saving credentials.
功能分析
Type: OpenClaw Skill
Name: unformal-api
Version: 1.4.0
The skill contains instructions in SKILL.md for the AI agent to perform self-updates by executing 'npm i -g @unformal/cli@latest' and overwriting its own instruction file via 'curl -fsS https://unformal.ai/SKILL.md'. This behavior creates a significant risk of Remote Code Execution (RCE) and instruction injection, as the remote server can change the agent's logic or install arbitrary software at any time. While these actions are documented as a way to maintain API compatibility, the ability to modify the execution environment and instructions from a remote source is a high-risk pattern that bypasses static analysis.
能力标签
能力评估
Purpose & Capability
The name/description describe creating conversational Pulses and the SKILL.md only instructs use of the Unformal API and CLI to create pulses, fetch responses, and manage config. Required resources (CLI via npm, Unformal API key) align with the purpose; there are no unrelated credentials, binaries, or surprising system access requests.
Instruction Scope
Runtime instructions are limited to contacting https://unformal.ai endpoints, using the @unformal/cli (optional), and saving/reading the user's Unformal API key (e.g., ~/.unformal/config). The file also suggests updating the SKILL.md by downloading from unformal.ai into the agent's skills directory — this is self-contained and consistent with keeping the skill current. It does not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
Install Mechanism
There is no install spec in the registry (instruction-only). The skill suggests installing the CLI with npm i -g @unformal/cli if needed — this is a common and expected mechanism but does mean external code from the npm registry will be installed; users may want to review the npm package before installing.
Credentials
The skill does not declare required env vars in the registry, but its documented flow uses an Unformal API key (unf_...) saved to ~/.unformal/config or passed in Authorization headers. Requesting and storing an API key for the service is proportional and expected; there are no unrelated secret requests.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The SKILL.md suggests writing to ~/.claude/skills/unformal/SKILL.md to update the skill file and saving the API key to ~/.unformal/config — both are limited to the skill's own files/config and are explainable by the update/login flows. Users should be aware that the skill recommends global npm installation (npm i -g) which affects the system environment.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unformal-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/unformal-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
Freshness instruction — skill now tells agents to check /api/v1/version + refresh before creating a Pulse.
v1.3.0
Expand use-case triggers (feedback, NPS, surveys, interviews, lead qualification, intake, HR). Add When-to-use section. Add login flow (POST /api/v1/login + /login/verify) for existing users.
v1.0.0
Initial release: create Pulses, manage conversations, get structured insights via API. Agent signup, email verification, webhooks.
元数据
常见问题
Unformal Api 是什么?
Create conversational Pulses that replace forms, surveys, intake emails, feedback requests, NPS checks, user interviews, lead qualification, application form... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。
如何安装 Unformal Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unformal-api」即可一键安装,无需额外配置。
Unformal Api 是免费的吗?
是的,Unformal Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unformal Api 支持哪些平台?
Unformal Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unformal Api?
由 Jonas Boury(@jonasboury)开发并维护,当前版本 v1.4.0。
推荐 Skills