repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: vulcan |
| #3 | description: Entry-point skill for Phoenix perpetuals through Vulcan/Rise SDK inside solana-clawd. Use before answering or acting on Vulcan, Phoenix DEX, Solana perps, paper trading, live trading, margin, TP/SL, TWAP, grid, TA strategies, or perps agent setup. |
| #4 | --- |
| #5 | |
| #6 | # Vulcan Skill Pack |
| #7 | |
| #8 | Canonical source: `../../vulcan-cli-master/skills/vulcan/SKILL.md` |
| #9 | |
| #10 | Load order for solana-clawd perps work: |
| #11 | |
| #12 | 1. Read `../../vulcan-cli-master/CONTEXT.md`. |
| #13 | 2. Read `../../vulcan-cli-master/skills/INDEX.md`. |
| #14 | 3. Read this entry skill's canonical source. |
| #15 | 4. Load focused skills from `skills/vulcan-*` as needed. |
| #16 | |
| #17 | Non-negotiable runtime rules: |
| #18 | |
| #19 | - Paper and dry-run modes must never require wallet signing. |
| #20 | - Live/dangerous operations require explicit user approval and Vulcan `--yes` or MCP `acknowledged=true`. |
| #21 | - Before opening exposure, inspect market, margin, and current positions. |
| #22 | - Never guess lot sizes; use `vulcan-lot-size-calculator`. |
| #23 | - Never read, print, export, or infer private keys, wallet passwords, or MCP config secrets. |
| #24 | - Report every execution event and full transaction signature immediately. |
| #25 | |
| #26 | This wrapper exists so solana-clawd exposes the bundled Vulcan skill pack from its own `skills/` catalog while preserving Vulcan's upstream docs as authoritative. |
| #27 |