Skills

Skills

Skills are pre-packaged integrations that give AI coding assistants direct access to HumanConnection tools. Install once, and your agent can search for humans, find events, and manage meetings without additional configuration.

Supported platforms

PlatformStatus
Claude CodeSupported
CursorSupported
CodexSupported
OpenClawSupported

Installation

Claude Code

$npx skills add humanconnection/skills --skill humanconnection --agent claude-code

Cursor

$npx skills add humanconnection/skills --skill humanconnection --agent cursor

Codex

$npx skills add humanconnection/skills --skill humanconnection --agent codex

Via ClawHub

Install from the ClawHub registry, which handles platform detection automatically:

$npx clawhub@latest install humanconnection

What the skill provides

When installed, the HumanConnection skill gives your agent access to these tools:

ToolStatusDescription
search_humansLiveSearch for a person by name or find people by location and title filters
search_interestsLiveSearch a person’s recent social activity for interests and conversation starters
search_eventsLiveFind upcoming events for meeting opportunities
search_placesLiveSearch for restaurants, cafes, golf, tennis/padel, galleries, museums, stadiums, bars
search_ticketsLiveFind where to buy tickets for events
book_ticketLiveRegister for an event via browser automation
send_meeting_invitePlannedSend Google Calendar invite to all participants
send_meeting_reportPlannedSubmit a post-meeting report
send_meeting_paymentPlannedPay a human for a completed meeting

Example usage

After installing the skill, your agent can use HumanConnection tools naturally in conversation:

User: Can you find social profiles for Brian Chesky at Airbnb?
Agent: I'll search for Brian Chesky using HumanConnection.
[Uses search_humans tool with name="Brian Chesky", company_name="Airbnb"]
Agent: Found Brian Chesky with 85% confidence:
- Bio: Co-Founder & CEO at Airbnb
- Location: San Francisco, CA
- LinkedIn: linkedin.com/in/brianchesky
- X/Twitter: x.com/bchesky
- Instagram: instagram.com/bchesky
User: What are his interests?
Agent: I'll check his recent social activity.
[Uses search_interests tool with name="Brian Chesky", linkedin_url="https://linkedin.com/in/brianchesky", x_url="https://x.com/bchesky"]
Agent: Found these signals:
- LinkedIn: Posted about design thinking and product craft
- X: Frequently discusses travel industry trends
- Web: Known art collector and design enthusiast

Updating

Skills CLI

$npx skills update humanconnection/skills

ClawHub

$npx clawhub@latest update humanconnection

Uninstalling

$npx skills remove humanconnection --agent claude-code

Or via ClawHub:

$npx clawhub@latest uninstall humanconnection

Next steps