From sundial-org-awesome-openclaw-skills-4
CLI for searching LinkedIn profiles, checking messages, and summarizing feeds using session cookies. Enables quick profile scouting and automation without a browser.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
A witty, punchy LinkedIn CLI inspired by the `bird` CLI. It uses session cookies for authentication, allowing for automated profile scouting, feed summaries, and message checks without a browser.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
A witty, punchy LinkedIn CLI inspired by the bird CLI. It uses session cookies for authentication, allowing for automated profile scouting, feed summaries, and message checks without a browser.
www.linkedin.com.li_at and JSESSIONID.export LINKEDIN_LI_AT="your_li_at_value"
export LINKEDIN_JSESSIONID="your_jsessionid_value"
lk whoami: Display your current profile details.lk search "query": Search for people by keywords.lk profile <public_id>: Get a detailed summary of a specific profile.lk feed -n 10: Summarize the top N posts from your timeline.lk messages: Quick peek at your recent conversations.lk check: Combined whoami and messages check.Requires the linkedin-api Python package:
pip install linkedin-api