← Back to Skills Marketplace
473
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pilt
Description
Access Pilt fundraising data -- investor matches, campaign stats, outreach events, and deck analysis.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilt - After installation, invoke the skill by name or use
/pilt - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Pilt?
Access Pilt fundraising data -- investor matches, campaign stats, outreach events, and deck analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 473 downloads so far.
How do I install Pilt?
Run "/install pilt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilt free?
Yes, Pilt is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pilt support?
Pilt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilt?
It is built and maintained by Pilt.ai (@babpilt); the current version is v1.0.1.
More Skills