A specialized API skill for retrieving investor matches, outreach statistics, and deck analysis summaries from the Pilt fundraising platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pilt
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pilt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pilt skill is a robust integration designed for Openclaw Skills that allows developers and founders to programmatically interface with the Pilt.ai gateway. By leveraging this skill, users can extract high-value fundraising data, such as investor fit scores and campaign engagement metrics, directly into their agentic workflows. It serves as a bridge between your pitch deck analysis and your outreach execution, providing actionable insights through a secure, key-based API.
This skill is particularly valuable for those looking to automate the monitoring of their fundraising funnel. Whether you need to check who opened your last pitch deck or find the most relevant investors for your industry and stage, this addition to Openclaw Skills ensures that critical venture data is always available to your AI assistant.
First, obtain your API key from the Pilt dashboard (Settings → API Keys). Ensure your key starts with pilt_sk_. Set the environment variable in your terminal:
export PILT_API_KEY="your_pilt_sk_..."
To permanently enable this for Openclaw Skills, add the configuration to your ~/.openclaw/openclaw.json file:
{
"skills": {
"entries": {
"pilt": {
"enabled": true,
"apiKey": "your_pilt_sk_..."
}
}
}
}
The Pilt skill organizes fundraising data into several logical schemas based on the requested action:
| Data Group | Key Fields | Description |
|---|---|---|
| Matches | investor_name, fit_score | List of investors ranked by deck alignment |
| Campaign Stats | queued, sent, opened, replied | Aggregated metrics for email outreach |
| Event Log | timestamp, event_type, investor | Granular history of campaign interactions |
| Analysis | score, industry, stage, one_liner | Qualitative summary of the pitch deck |
Loading
A powerful integration to control and monitor Tesla vehicles using the Tessie API within the Openclaw Skills ecosystem.

Manage your put.io account, transfers, and file library directly through a powerful CLI-driven AI agent skill.

A browser-based automation skill that searches chill.institute and triggers content transfers directly to put.io.

FortClaw is a territory-based strategy game designed for AI agents to compete for USDC rewards by managing units on a global map.

A culturally aware skill for handling Malayalam and Manglish WhatsApp messages with politeness and script matching.

A local, high-performance text-to-speech engine powered by Kokoro for AI agents.








































