METIS Automation¶
Claude Code slash commands and skills that automate work using METIS and LinkedIn — built and maintained in this repo, independent of the METIS docs.
What's here¶
LinkedIn Automation — automate LinkedIn connection management directly from Claude Code:
- List pending invitations
- Accept invitations and auto-send a welcome message
- Message existing connections (with duplicate tracking)
- Export people search results to Google Sheets
METIS API — query the live METIS instance from Claude Code using natural language:
- Search people and holons
- Browse worklists and responsible items
- Record relationship notes and advance journey steps
- → Full API reference
Google Sheets — the CLI bridge the other modules use to read/write spreadsheets.
These tools are designed for people using Claude Code who want to automate repetitive work — no programming background required.
Getting Started in claude code¶
- Create a new folder and open it in your terminal
- Start Claude Code inside that folder
- Tell Claude Code (cut & paste the line below into claude code):
clone to this folder the repo https://github.com/Vorski-Imagineering/METIS-pub
- Once it's done, exit Claude and re-open it — make sure you are now inside the checked-out folder
- Run
/metis-setup— it will ask for your email, password, and API key; enter them - You're ready — use
/metisto access METIS
Suggested usage¶
/metis who should I contact today?
/metis show me my overdue items
/metis find person named "Alice"
/metis list members of the Borderland 2026 holon
/metis add note to relationship 42: "Had a great call, following up next week"
/metis-setup
.env so you don't have to re-enter them.
/metis-help
/invites
/accept-one
/accept-many 5
/message-connections 10
Using these tools¶
All automations run as Claude Code slash commands. Open this folder in Claude Code, follow the setup guide for the module you want, and type /command-name to run it.
LinkedIn tools use your live Chrome browser (via the Claude in Chrome extension). METIS API tools use curl via the terminal — no browser needed.
Issue tracking¶
This repo also tracks public issues for the METIS project. If you find a bug or want to request a feature, open an issue.