← Back to Skills Marketplace
harrylabsj

Community Connector

by haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install community-connector
Description
Helps users find local community resources, events, and support groups based on their interests, location, and availability.
README (SKILL.md)

Community Connector

A skill that helps users find and connect with local community resources, events, and support groups based on their interests and needs.

Description

Community Connector helps users discover local community resources, events, volunteer opportunities, and support groups. It provides personalized recommendations based on user interests, location, and availability.

Usage

# Basic usage
community-connector find --interest "gardening" --location "Beijing"

# Find events
community-connector events --date "2026-04-10"

# Get recommendations
community-connector recommend --profile "new_parent"

Input/Output

Input: User interests, location, availability, specific needs Output: Curated list of community resources with contact info, event details, and connection guidance

Examples

$ community-connector find --interest "yoga" --location "Haidian"
Found 3 community resources:
1. Haidian Community Yoga Group (meets weekly)
2. Beijing Yoga Enthusiasts (online community)
3. Local Wellness Center (free trial classes)

Development

See design document: /Users/jianghaidong/.openclaw/workspace/shared/projects/community-connector-design.md

Usage Guidance
This package appears to implement what it claims: local-parsing heuristics (handler.py) and a small CLI with placeholder outputs (index.js). Before installing or running: 1) note that the bundle includes both Python and Node.js files — you will need the corresponding runtimes to run tests or the handler; the registry metadata did not list these runtimes, which is a minor inconsistency. 2) The CLI currently prints static/example results (TODOs) rather than performing remote lookups; review/implement any data sources you trust before using it to fetch real data. 3) The SKILL.md references a local developer path — this is likely a leftover and not an active instruction, but avoid running unknown code in production; run it in a sandbox or review the code (handler.py, index.js, test.js) yourself. 4) There are no requested secrets or network endpoints in the code, so there is low risk of silent credential exfiltration, but always verify for added network calls if you or others modify the code.
Capability Analysis
Type: OpenClaw Skill Name: community-connector Version: 0.1.0 The skill is a community resource connector that parses user input to suggest local resources and draft social messages for neighborhood groups. The code in handler.py and index.js contains standard text processing and CLI logic with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The skill's name/description match the code and SKILL.md: handler.py parses user text and builds connection plans; index.js provides a CLI that prints example results. Minor inconsistency: registry metadata lists no required binaries, yet the package contains both Python (handler.py) and Node.js files (index.js, test.js), so running the provided files will require Python and Node.js runtimes. This is an implementation detail, not a functional mismatch with the skill's purpose.
Instruction Scope
SKILL.md runtime instructions are limited to using the community-connector CLI and provide examples. There are no instructions to read arbitrary system files, access unrelated environment variables, or send data to external endpoints. One development note points to a local design document path (/Users/jianghaidong/...), which is just a leftover developer path and not an instruction to read that file at runtime.
Install Mechanism
No install spec is provided (instruction-only), so nothing will be downloaded or installed automatically. This is lower risk. Running the included code locally would require installing Node and/or Python, but the package does not attempt to install anything itself.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any secrets or external credential-like environment variables. There is no indication of disproportionate credential requests.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify system-wide or other-skill configurations. It contains only handler logic and CLI stubs; nothing indicates elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install community-connector
  3. After installation, invoke the skill by name or use /community-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Community Connector. - Helps users find and connect with local community resources, events, volunteer opportunities, and support groups. - Provides personalized recommendations based on user interests, location, and availability. - Supports commands to find resources, search for events by date, and get tailored recommendations. - Returns curated lists with contact info, event details, and guidance on connecting.
Metadata
Slug community-connector
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Community Connector?

Helps users find local community resources, events, and support groups based on their interests, location, and availability. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Community Connector?

Run "/install community-connector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Community Connector free?

Yes, Community Connector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Community Connector support?

Community Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Community Connector?

It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.

💬 Comments