← 返回 Skills 市场
Super Personasiled Search
作者
deonmenezes
· GitHub ↗
· v1.0.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install super-personal-search
功能描述
Build, debug, and extend the Connectify founder network platform (React/Vite frontend + Express backend + Redis cache + OpenAI ranking + Apify ingestion). Us...
安全使用建议
This repo looks like a legitimate local development project for the Connectify app, but be cautious before running it with real secrets or production data. Specific points to check before you install/run: (1) Confirm the publisher/source (registry metadata says unknown but package.json points to a GitHub repo) and only use code from a trusted origin. (2) The SKILL.md expects OPENAI_API_KEY, REDIS_URL, and APIFY_TOKEN — provide these only in a local/isolated environment and never commit them. (3) Be aware that the app sends connection records to the OpenAI API for scoring/action suggestions; if those records contain sensitive PII, consider anonymizing or using a policy that permits such transmission. (4) Redis is used to store/read all connection:* keys — restrict access and avoid running this against a production Redis instance with other data. (5) If you enable real Apify/crawling, audit the ingestion code and required tokens first. If anything is unclear, ask the skill author for an explicit manifest listing required env vars and the canonical source/repo before proceeding.
功能分析
Type: OpenClaw Skill
Name: super-personal-search
Version: 1.0.0
The 'Connectify' skill bundle is a networking analytics platform that uses React, Express, Redis, and OpenAI to score and suggest actions for professional connections. The code follows standard development practices, including environment variable management via 'dotenv', structured API responses, and Redis-based session caching. While there are minor technical inaccuracies, such as a non-existent OpenAI model name ('gpt-4.1-mini') in 'agent.js' and a performance anti-pattern using 'keys()' in 'redis.js', these appear to be unintentional development flaws rather than malicious intent. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md align with the described purpose: a React + Express app that uses Redis, OpenAI, and (optionally) Apify. However the registry metadata claims no required environment variables or homepage/source while SKILL.md and package.json clearly require OPENAI_API_KEY, REDIS_URL, and reference an APIFY_TOKEN and a GitHub repo. The missing metadata declarations are an inconsistency (not necessarily malicious) that reduces transparency.
Instruction Scope
SKILL.md instructions are narrowly scoped to local development of the repo: npm install, set .env, start Redis, run dev/build commands, and where to edit scoring/ingestion code. The instructions do not ask the agent to read unrelated system files or exfiltrate data to unexpected endpoints. They do instruct creating an .env containing secrets (standard for this project).
Install Mechanism
There is no install spec (instruction-only), so nothing will be automatically downloaded by the platform installer. Running npm install locally will pull many dependencies (openai, apify, crawlee, redis, etc.) which is expected for this stack but means arbitrary third-party packages will be executed when you run the project — review dependencies before running in production.
Credentials
The SKILL.md and code require sensitive credentials (OPENAI_API_KEY, REDIS_URL, APIFY_TOKEN). Those are proportionate to the app's functionality (scoring via OpenAI, storing/querying via Redis, optional Apify ingestion) — but the registry metadata did not declare any required env vars, which is a transparency gap. Also note that connection records (personal data) are sent to OpenAI for scoring/action-generation and that Redis access allows reading/writing all connection keys. APIFY_TOKEN is presently unused (apify.js is a stub) but the dependency and instructions suggest future crawling capabilities; treat that token carefully.
Persistence & Privilege
The skill is not force-included (always: false) and does not request elevated platform privileges. It does persist data to Redis (saves connection and query-context keys) which is expected for its function. No code attempts to modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install super-personal-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/super-personal-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release for Connectify developer skill.
- Guides setup, running, and modifying of the Connectify network platform (React/Vite frontend, Express backend, Redis cache, OpenAI ranking, Apify ingestion).
- Details how to work with API endpoints (`/api/query`), chat UX, scoring logic, and connection ingestion.
- Provides backend response contracts to preserve when making changes.
- Documents environment variables and local development practices.
- Includes tips for safely updating AI logic and ingesting real data.
- Lists common mistakes to avoid during development.
元数据
常见问题
Super Personasiled Search 是什么?
Build, debug, and extend the Connectify founder network platform (React/Vite frontend + Express backend + Redis cache + OpenAI ranking + Apify ingestion). Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Super Personasiled Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-personal-search」即可一键安装,无需额外配置。
Super Personasiled Search 是免费的吗?
是的,Super Personasiled Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Super Personasiled Search 支持哪些平台?
Super Personasiled Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Super Personasiled Search?
由 deonmenezes(@deonmenezes)开发并维护,当前版本 v1.0.0。
推荐 Skills