← 返回 Skills 市场
harrylabsj

Community Connector

作者 haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install community-connector
功能描述
Helps users find local community resources, events, and support groups based on their interests, location, and availability.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install community-connector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /community-connector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug community-connector
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Community Connector 是什么?

Helps users find local community resources, events, and support groups based on their interests, location, and availability. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Community Connector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install community-connector」即可一键安装,无需额外配置。

Community Connector 是免费的吗?

是的,Community Connector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Community Connector 支持哪些平台?

Community Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Community Connector?

由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。

💬 留言讨论