← 返回 Skills 市场
473
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pilt
功能描述
Access Pilt fundraising data -- investor matches, campaign stats, outreach events, and deck analysis.
安全使用建议
This skill appears to do exactly what it says: call Pilt's gateway using a single API key. Before installing, verify you trust the pilt.ai domain and that the API key you provide has only the permissions you intend. If you follow the SKILL.md instructions to store the key in ~/.openclaw/openclaw.json, ensure that file is access-restricted (correct filesystem permissions) and that you are comfortable with the key being stored in plain JSON. Consider creating a scoped/readonly key in Pilt if available, avoid reusing high-privilege keys, and plan to rotate the key if you stop using the skill. Finally, because the registry metadata showed no homepage but SKILL.md references https://pilt.ai, confirm the correct official project page before submitting secrets.
功能分析
Type: OpenClaw Skill
Name: pilt
Version: 1.0.1
The skill bundle provides instructions and `curl` examples for interacting with the `pilt.ai` API. It requires an API key (`PILT_API_KEY`) for authentication, which is used to make POST requests to `https://pilt.ai/api/v1/gateway`. All commands and instructions in `SKILL.md` are clearly defined, target the specified domain, and align with the stated purpose of accessing fundraising data. There is no evidence of malicious prompt injection, data exfiltration to unauthorized endpoints, obfuscation, or other harmful behaviors.
能力评估
Purpose & Capability
The name/description (access Pilt fundraising data) aligns with the only required credential (PILT_API_KEY) and the single endpoint (https://pilt.ai/api/v1/gateway). Required binary (curl) is appropriate for the provided curl examples.
Instruction Scope
SKILL.md only instructs POSTs to pilt.ai with the declared API key and does not ask the agent to read unrelated files or credentials. It does, however, instruct storing the API key in ~/.openclaw/openclaw.json (plain JSON), which is a privacy/security consideration — the skill itself does not require broader file or system access.
Install Mechanism
This is an instruction-only skill with no install specification or code to download. That minimizes disk-write and supply-chain risk.
Credentials
Only PILT_API_KEY is required (declared as primaryEnv), which matches the skill purpose. As a caution: instructions tell users to place the secret in plain JSON under ~/.openclaw/openclaw.json — ensure that file is appropriately protected, and consider using least-privilege keys.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or system-wide privileges and does not modify other skills' configs. Autonomous invocation is enabled by default but not unusual.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilt - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Pilt API Skill 1.0.1 — Security hardened
Requests now go through the branded pilt.ai/api/v1/gateway endpoint. Removed the embedded Supabase routing token — only the user's personal x-pilt-api-key is required. Added homepage link and security section for transparency.
v1.0.0
Initial release — 4 actions: get_matches, get_campaign_stats, get_campaign_events, get_analysis
元数据
常见问题
Pilt 是什么?
Access Pilt fundraising data -- investor matches, campaign stats, outreach events, and deck analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 473 次。
如何安装 Pilt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilt」即可一键安装,无需额外配置。
Pilt 是免费的吗?
是的,Pilt 完全免费(开源免费),可自由下载、安装和使用。
Pilt 支持哪些平台?
Pilt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilt?
由 Pilt.ai(@babpilt)开发并维护,当前版本 v1.0.1。
推荐 Skills