Claw Skill Public Dot Com
Description
This is the repo for the OpenClaw skill to interact with your Public.com brokerage account. You can:
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Public.com OpenClaw Skill
Overview
This is the repo for the OpenClaw skill to interact with your Public.com brokerage account. You can:
- View accounts, portfolio, orders, and transaction history
- Get live quotes and historical bars; stream real-time price changes
- List option chains, expirations, and greeks
- Preflight and place equity, crypto, and options orders (including shorts)
- Preflight and place vertical spreads and arbitrary 2-6 leg options strategies (iron condors, butterflies, straddles, etc.)
- Modify open orders (cancel-and-replace), cancel orders, wait for fills, and check order status
Disclaimer
For illustrative and informational purposes only. Not investment advice or recommendations.
We recommend running this skill in as isolated of an environment as possible. If possible, test the integration on a new Public account as well.
Before You Get Started
There are a few prerequisites needed to get started:
- Python 3.9+ and pip — Required to run this skill. The skill's scripts use the
publicdotcom-pySDK (pinned to0.1.15), which will be auto-installed on first run. - Public.com account — Create one at https://public.com/signup
- Public.com API key — Once you create your Public.com brokerage account, get an API key at https://public.com/settings/v2/api
Configuration
This skill uses two environment variables:
| Variable | Required | Description |
|---|---|---|
PUBLIC_COM_SECRET |
Yes | Your Public.com API secret key |
PUBLIC_COM_ACCOUNT_ID |
No | Default account ID for all requests |
Setting your API key
Set the environment variable before running your agent:
export PUBLIC_COM_SECRET=
You can find your API secret at https://public.com/settings/v2/api. Alternatively, the skill will prompt you for it on first use (e.g. "How is my Public portfolio doing today?").
Setting a default account ID
Some requests require an account ID. You can list your accounts first,
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11