← Back to Skills Marketplace
deonmenezes

Super Personasiled Search

by deonmenezes · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install super-personal-search
Description
Build, debug, and extend the Connectify founder network platform (React/Vite frontend + Express backend + Redis cache + OpenAI ranking + Apify ingestion). Us...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install super-personal-search
  3. After installation, invoke the skill by name or use /super-personal-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug super-personal-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Super Personasiled Search?

Build, debug, and extend the Connectify founder network platform (React/Vite frontend + Express backend + Redis cache + OpenAI ranking + Apify ingestion). Us... It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.

How do I install Super Personasiled Search?

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

Is Super Personasiled Search free?

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

Which platforms does Super Personasiled Search support?

Super Personasiled Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Super Personasiled Search?

It is built and maintained by deonmenezes (@deonmenezes); the current version is v1.0.0.

💬 Comments