← 返回 Skills 市场
People Strategy
作者
Manojkumar Kotakonda
· GitHub ↗
· v1.0.0
641
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install people-strategy
功能描述
Manage and query a persistent SQLite-based graph of people and their relationships for personal CRM, org charts, mentorship, and collaboration mapping.
安全使用建议
This skill appears to do what it claims: a local, SQLite-backed people/relationship manager implemented in plain Python. Before installing, note that it will create and store potentially sensitive personal data in a local file (default 'people.db' in the working directory). Consider: (1) running it in a controlled environment (virtualenv or container), (2) setting strict file permissions or encrypting the DB if you store sensitive PII, (3) making regular backups and handling export files carefully, and (4) reviewing the code if you plan to run it in a multi-user or production environment (e.g., enable SQLite foreign key enforcement if you rely on ON DELETE CASCADE). There are no network calls or credential requests in the code, so risk is limited to local data storage and normal software bugs rather than exfiltration.
功能分析
Type: OpenClaw Skill
Name: people-strategy
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'people-strategy' is classified as benign. The Python code (`database.py`, `people_skill.py`) correctly uses parameterized queries for all SQLite operations, effectively preventing SQL injection vulnerabilities. There are no indications of malicious activities such as data exfiltration, unauthorized network communication, arbitrary code execution, persistence mechanisms, or attempts at prompt injection within the `SKILL.md` or `README.md` files. The `requirements.txt` explicitly states no external dependencies, further reducing supply chain risk.
能力评估
Purpose & Capability
The name/description (persistent SQLite graph of people/relationships) matches the included code and SKILL.md. The files implement local DB creation, CRUD operations, graph exports, and a CLI as described. No unrelated dependencies, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the code only reference local SQLite operations and local CLI usage. There are no instructions to read unrelated system files, access other services, or transmit data externally. The runtime behavior described aligns with the provided CLI and Python API examples.
Install Mechanism
There is no install script or external download; requirements.txt lists no external dependencies and the code uses only the Python standard library. Nothing is written to unusual system locations—the DB is created at the given path (default 'people.db').
Credentials
The skill requires no environment variables, credentials, or config paths. The code uses a local SQLite file and does not access tokens, secrets, or external services.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false). It stores data locally in a SQLite file in the working directory, which is appropriate for its purpose. The agent-autonomous-invocation flag is the platform default and not a unique concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install people-strategy - 安装完成后,直接呼叫该 Skill 的名称或使用
/people-strategy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of people-strategy: a graph-based people relationship management skill.
- Create, read, update, delete people with detailed fields (name, role, organization, etc.)
- Add, modify, query, and delete directed relationships between people with support for custom relationship types
- Persistent storage using SQLite; schema includes people and edges tables with indexes for performance
- Full-text search and filtering across names, roles, and organizations
- Export entire people network as JSON for visualization or analysis
- Python API and CLI provided for integration and scripting
- Cascade deletions and duplicate prevention for relationships
- Example use cases include CRM, org charts, mentorship networks, and collaboration mapping
元数据
常见问题
People Strategy 是什么?
Manage and query a persistent SQLite-based graph of people and their relationships for personal CRM, org charts, mentorship, and collaboration mapping. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 641 次。
如何安装 People Strategy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install people-strategy」即可一键安装,无需额外配置。
People Strategy 是免费的吗?
是的,People Strategy 完全免费(开源免费),可自由下载、安装和使用。
People Strategy 支持哪些平台?
People Strategy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 People Strategy?
由 Manojkumar Kotakonda(@makkzone)开发并维护,当前版本 v1.0.0。
推荐 Skills