← 返回 Skills 市场
OKKI CRM
作者
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssa-okki-crm
功能描述
连接 OKKI(小满)CRM 系统,支持查询客户、创建跟进记录、管理订单等操作。频道限定触发。
安全使用建议
This skill's documentation instructs the agent to run a local Python client and read config files and environment variables, but the published metadata declares no required env vars or files. Before installing or enabling: 1) Ask the publisher for the upstream source/repository and provide the okki_client.py and config.json for review. 2) Require an explicit list of environment variables and credential types (API token, workspace ID, Discord channel ID) so you can scope and rotate secrets. 3) Verify where tokens are stored and how automatic caching/refresh works; prefer ephemeral or scoped tokens and avoid plain-text files. 4) If you cannot review the client code, run this skill only in an isolated sandbox or deny it access to sensitive workspaces. 5) Ensure the skill prompts for explicit user confirmation on high-risk operations (create/update/delete/send_email) as documented. If the author cannot supply a clear list of required env vars, code, and a trusted source, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: ssa-okki-crm
Version: 1.0.0
The skill bundle provides instructions for an AI agent to interact with the OKKI CRM, including high-risk operations like deleting records and sending emails. It is classified as suspicious because the SKILL.md file instructs the agent to execute shell commands using unvalidated user input (e.g., python3 ... <company_id>), which presents a shell injection vulnerability. Furthermore, the bundle contains hardcoded local file paths and an anomalous future timestamp (2026) in _meta.json.
能力评估
Purpose & Capability
The stated purpose (connect to OKKI CRM to query customers, create records, manage orders) is plausible, but the SKILL.md expects a local Python client ($OKKI_WORKSPACE/api/okki_client.py) and a local config ($OKKI_WORKSPACE/api/config.json). The skill metadata declares no required env vars, credentials, or files — that is inconsistent. Either the environment is assumed pre-provisioned (not stated) or required secrets/configs are being omitted from metadata.
Instruction Scope
Runtime instructions direct the agent to run local Python commands and import okki_client, read $OKKI_WORKSPACE/api/config.json, and use process.env.DISCORD_OKKI_CHANNEL_ID for channel gating. Those are explicit file and env accesses not declared in the manifest. The instructions also describe token caching/refresh behavior (implying stored credentials). Reading local config or client code could expose sensitive tokens or internal details; the SKILL.md provides no safe-handling or declaration of what credentials exist.
Install Mechanism
No install spec and no code files are provided. That limits what the platform will install, but also means the skill relies on preexisting artifacts (okki_client.py, Python runtime, $OKKI_WORKSPACE) being present. The lack of an install step is coherent only if the environment already contains the expected client — this assumption should be documented.
Credentials
SKILL.md references environment variables and paths (process.env.DISCORD_OKKI_CHANNEL_ID, $OKKI_WORKSPACE) and mentions token caching/refresh, yet the skill declares no required env vars, primary credential, or config paths. Requesting access to local config files or tokens would be reasonable for a CRM integration, but those credentials should be declared explicitly. The omission makes it unclear what secrets the skill will read or require, increasing risk of unintentional exposure.
Persistence & Privilege
The skill is not flagged always:true, is user-invocable, and does not request to modify other skills or global agent settings. Autonomous invocation is allowed by default but is not a new or elevated privilege here. No evidence the skill attempts to persist itself beyond normal behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssa-okki-crm - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssa-okki-crm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OKKI CRM integration for customer and trail management
元数据
常见问题
OKKI CRM 是什么?
连接 OKKI(小满)CRM 系统,支持查询客户、创建跟进记录、管理订单等操作。频道限定触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 OKKI CRM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssa-okki-crm」即可一键安装,无需额外配置。
OKKI CRM 是免费的吗?
是的,OKKI CRM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OKKI CRM 支持哪些平台?
OKKI CRM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OKKI CRM?
由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。
推荐 Skills