Skill Name 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>."

ConnectSafelyAI c7d217b 7 files · 4.9 KB Updated

File contents

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

Tier notes

Calls out which endpoints require a paid plan vs trial. API access begins at $10/month (Ultimate Outreach).

ConnectSafelyAI/connectsafely-cookbook/tree/main/skills/_template commit c7d217b044

Frequently asked questions

npx skillmds@latest add connectsafelyai/skill-name-here