Pilt for Openclaw

A specialized API skill for retrieving investor matches, outreach statistics, and deck analysis summaries from the Pilt fundraising platform.

babpilt
v1.0.1
Feb 24, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pilt

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Pilt?

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.

Pilt Use Cases

  • Tracking real-time investor engagement events like email opens and replies.
  • Identifying the best-fit investors using automated deck analysis and fit scoring.
  • Monitoring fundraising campaign health through aggregated outreach statistics.
  • Summarizing pitch deck performance to iterate on startup positioning within Openclaw Skills.

How Pilt Works

  1. The user provides a personal API key from the Pilt dashboard to authenticate the session.
  2. The skill sends a POST request to the Pilt gateway endpoint with a specific action parameter.
  3. The Pilt API validates the request header and scopes the data retrieval to the user's account.
  4. The gateway processes the requested action, such as get_matches or get_analysis.
  5. Structured JSON data is returned to the Openclaw Skills environment for further processing or display.

Pilt Setup

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_..."
      }
    }
  }
}

Pilt Data Schema & Taxonomy

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

Pilt Advanced Features

  • Multi-action gateway support allowing different fundraising data points from a single endpoint.
  • Secure server-side validation using hashed key stores to protect sensitive investor data.
  • Comprehensive error handling for rate limits, payload sizes, and authentication states.
  • Seamless integration with the Openclaw Skills architecture for multi-agent fundraising coordination.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins curl
Github Stars: 0
forks: 0

Featured*