← Back to Skills Marketplace
112
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pitch-screener
Description
Screen startup pitch decks (PDF, PowerPoint, images) from a VC/angel investor perspective. Parses the deck with SoMark to recover slide structure accurately,...
Usage Guidance
This skill is coherent with its stated purpose, but before installing consider: (1) It uploads the whole pitch deck to somark.tech — do not use for NDA/confidential decks unless you trust SoMark and its privacy/retention policies. (2) Protect the SOMARK_API_KEY like any secret (rotate if exposed). (3) Web-search steps in the instructions may cause parsed content or company identifiers to be included in external queries — be mindful of what you send to public search services. (4) The script requires Python and aiohttp; run it in a controlled environment (or sandbox) if you have operational concerns. (5) If you need guarantees about data residency or retention, ask the publisher for their privacy/security docs or avoid using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: pitch-screener
Version: 1.0.2
The pitch-screener skill is a legitimate tool designed to analyze startup pitch decks using the SoMark API. The Python script (pitch_screener.py) securely handles the SOMARK_API_KEY via environment variables and transmits document data only to the stated API endpoint (somark.tech). The instructions in SKILL.md include proactive security measures, such as explicitly advising the agent to treat parsed content as untrusted data and warning against requesting API keys in chat.
Capability Tags
Capability Assessment
Purpose & Capability
The skill name/description say it will parse pitch decks with SoMark and produce a memo; the included Python script posts the file to somark.tech endpoints and saves parsed outputs locally. Requesting SOMARK_API_KEY is appropriate and expected for that purpose.
Instruction Scope
SKILL.md tells the agent to parse the deck, read the generated Markdown, then run web searches to verify claims and produce an investment memo. That scope matches a screening workflow, but note the instructions imply sending the full deck to a third party (SoMark) and performing external searches — both can expose confidential content if the user doesn't intend that.
Install Mechanism
No install spec (instruction-only + a helper script) — low risk from installer behavior. The Python script requires aiohttp but there is no declared dependency management; this is an operational gap (not a security red flag) — the runtime must provide Python and aiohttp.
Credentials
Only SOMARK_API_KEY is required, which is proportionate to the declared purpose. Important privacy note: the script uploads the entire deck (file bytes) to somark.tech using that key, so sensitive or NDA-protected decks will be transmitted to an external service.
Persistence & Privilege
The skill is not always-on and is user-invocable. It does not request persistent platform privileges or modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pitch-screener - After installation, invoke the skill by name or use
/pitch-screener - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Auto-publish from GitHub Actions
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Pitch Screener?
Screen startup pitch decks (PDF, PowerPoint, images) from a VC/angel investor perspective. Parses the deck with SoMark to recover slide structure accurately,... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Pitch Screener?
Run "/install pitch-screener" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pitch Screener free?
Yes, Pitch Screener is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pitch Screener support?
Pitch Screener is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pitch Screener?
It is built and maintained by Soul-Code (@soul-code); the current version is v1.0.2.
More Skills