From noticed
Search developer networks using noticed — find people, trace connections, and discover the shortest path to anyone through GitHub collaborations and LinkedIn connections.
How this skill is triggered — by the user, by Claude, or both
Slash command
/noticed:noticed-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `noticed` CLI for searching developer networks.
You have access to the noticed CLI for searching developer networks.
noticed search "<query>" [options]
Options:
-l, --limit <n> — Maximum results (default 25, max 50)-o, --offset <n> — Pagination offset-s, --source <github|linkedin> — Filter by source--sort <col:dir> — Sort by name:asc, company:desc, etc.-p, --paths — Lazily fetch the shortest connection path to the top 5 hits-j, --json — Output JSON for further processing--no-color — Disable colorsExamples:
# Search by name
noticed search "Sarah Chen"
# Search by skill/topic
noticed search "AI engineers" --limit 10
# Search by company
noticed search "engineers at Google" --source github
# Get JSON output for processing (includes paths to top 5 hits)
noticed search "react developers" --json --paths
# Paginate results
noticed search "frontend" --offset 25 --limit 25
noticed path @sarahml # by GitHub login
noticed path 12345 # by github_user_id
noticed path --li sarah-chen # by LinkedIn username
noticed path @sarahml --json # machine-readable
Use this when you already know who you want to reach. The CLI resolves a login
by searching first, then calls the dedicated /api/search/path endpoint.
# Mint an API key in the dashboard at /dashboard/api-keys, then:
noticed config --set-url https://your-instance.noticed.so
noticed config --set-key nk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Show current config
noticed config --show
# Start MCP server over stdio
noticed mcp
The CLI reads credentials from:
--api-url, --api-key)NOTICED_API_URL, NOTICED_API_KEY)~/.config/noticed/config.json)When --paths is used, the CLI shows the shortest path from you to each person:
You ──collab──▸ Alice ──LinkedIn──▸ Bob ──collab──▸ Target (3 hops)
This helps understand how you're connected to someone outside your direct network.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub noticedso/cli