Template
Skill ConnectSafelyAI/connectsafely-cookbook/skills/_template
Open-source LinkedIn API cookbook: Claude Skills, MCP servers, n8n & Make.com workflows, and Python/TypeScript snippets for AI agents, prospecting, and outreach automation.
npx -y skills add ConnectSafelyAI/connectsafely-cookbook --skill _templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
One or two sentences describing what this skill does, what it returns, and the trigger condition under which Claude should pick it. The description is the only signal Claude uses to decide whether to load this skill, so be specific. Example pattern - "Do X from Y. Returns Z. Use when the user provides <input> and asks for <outcome>."
SKILL.md
1.4 KB, 272 tokens by cl100k_base, as published. Nobody here has run it
skill-name-here
What this skill does, in one paragraph. Mention the inputs, the output, and the endpoints it calls.
Required env vars
| Variable | Purpose |
|---|---|
CONNECTSAFELY_API_KEY | Your ConnectSafely API key. Get one at https://connectsafely.ai/api-key?utm_source=github&utm_medium=cookbook&utm_campaign=skill |
CONNECTSAFELY_ACCOUNT_ID | (Optional) Specific LinkedIn account on your key. Defaults to your default account. |
Quickstart
cp ../../.env.example .env # then paste your CONNECTSAFELY_API_KEY
python3 -m pip install -r requirements.txt
python3 example.py <input-here>
Expected output
Describe the output shape. Reference sample-output.md for a real run.
Customization
- Knob 1: what it does, how to set it.
- Knob 2: same.
Endpoints used
POST /linkedin/<endpoint>— what we use it for.
Tier notes
Calls out which endpoints require a paid plan vs trial. API access begins at $10/month (Ultimate Outreach).
What ships with it: 6 files
3.5 KB alongside SKILL.md, 2 of them executable
- .env.example49 B
- example.pyruns1.7 KB
- example.tsruns805 B
- README.md895 B
- requirements.txt17 B
- sample-output.md164 B