Open-source skills for GigaBrain agents. Compatible with the Agent Skills open standard.
| Skill | Description |
|---|---|
hyperliquid |
Trade perps, spot, and transfer USDC on HyperLiquid |
polymarket |
Trade prediction markets on Polymarket |
polymarket-deep-research |
Read-only thesis building and market research for Polymarket |
gigabrain-intel |
Primary Brain market intelligence stack for macro, microstructure, fundamentals, sentiment, and Polymarket context |
portfolio-tracker |
Portfolio overview and P&L tracking |
GigaBrain agents automatically sync skills from this repo. Each skill is a folder with:
SKILL.md— Instructions the agent follows (YAML frontmatter + markdown)scripts/— Executable scripts (Python, Node, shell — any language)references/— Additional documentation the agent can read on demand
Scripts declare their own dependencies via PEP 723 inline metadata and run in isolated environments via uv run. No dependency conflicts between skills.
- Create a folder with your skill name
- Add a
SKILL.mdwith YAML frontmatter (name,description,license) - Add scripts in
scripts/with inline dependency metadata - Open a PR
See any existing skill for the format.
These skills follow the Agent Skills standard and work with any compatible agent platform — OpenClaw, Claude Code, Cursor, and others.