← 返回 Skills 市场
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kol-profiler
功能描述
Analyze physician academic influence and collaboration networks
使用说明 (SKILL.md)
KOL Profiler
Key Opinion Leader analysis tool.
Use Cases
- KOL identification
- Collaboration mapping
- Speaker bureau selection
- Advisory board planning
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--therapeutic-area |
string | - | Yes | Disease field or therapeutic area |
--geography |
string | global | No | Regional scope (global, US, EU, Asia) |
--metrics |
string | h-index | No | Metrics to analyze (h-index, citations, centrality, all) |
--output, -o |
string | stdout | No | Output file path |
--format |
string | json | No | Output format (json, csv, html) |
Returns
- Ranked KOL list
- Network visualization data
- Publication timeline
- Collaboration clusters
Example
Oncology KOLs in East Asia with high trial participation
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- No hardcoded credentials or API keys
- No unauthorized file system access (../)
- Output does not expose sensitive information
- Prompt injection protections in place
- Input file paths validated (no ../ traversal)
- Output directory restricted to workspace
- Script execution in sandboxed environment
- Error messages sanitized (no stack traces exposed)
- Dependencies audited
Prerequisites
No additional Python packages required.
Evaluation Criteria
Success Metrics
- Successfully executes main functionality
- Output meets quality standards
- Handles edge cases gracefully
- Performance is acceptable
Test Cases
- Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
安全使用建议
This skill appears to be a small local profiler script, but SKILL.md and the code disagree: the documentation lists many parameters and safety checks that the script does not implement. Before installing or running: (1) review or run the included scripts/main.py directly in a safe environment; (2) do not pass paths to sensitive files — the script will open any JSON path you give it without validation; (3) if you expect --output/--format/other features, request an updated SKILL.md or updated code; (4) run the script on non-sensitive demo data first; (5) if you will integrate into workflows, add input-path validation and explicit output-path handling or sandbox execution. The mismatch between documentation and code is the primary reason for a cautious (suspicious) classification.
功能分析
Type: OpenClaw Skill
Name: kol-profiler
Version: 1.0.0
The kol-profiler skill is a standard data processing tool designed to analyze academic metrics for medical professionals. The Python script (scripts/main.py) performs h-index calculations and collaboration mapping using local JSON data or demo inputs, with no evidence of network activity, data exfiltration, or malicious execution patterns. The documentation (SKILL.md) accurately reflects the code's behavior and includes appropriate security self-assessments.
能力评估
Purpose & Capability
The name/description (analyze physician influence and collaboration networks) matches the included Python script: main.py computes simple publication metrics and collaborators from a provided JSON or demo data. No network calls or external services are present and no extra binaries or credentials are requested.
Instruction Scope
SKILL.md documents many parameters (--therapeutic-area, --metrics, --output, --format) and security checks (input validation, preventing ../ traversal) that are not implemented in scripts/main.py. The script only accepts --author, --data, and --demo. The SKILL.md promises output-file and format options that the code does not support, creating a clear mismatch. The script reads an arbitrary JSON file path supplied by the user with no validation beyond json.load, so malicious or accidental input could expose sensitive local data if the user supplies an unexpected path.
Install Mechanism
No install spec (instruction-only style plus a single small script). Nothing is downloaded or written to disk by an installer; only the included script would run. This is the lowest install risk.
Credentials
The skill declares no required environment variables or credentials and the code contains none. That is proportional to the stated purpose.
Persistence & Privilege
The skill does not request persistent presence, does not modify other skills or system-wide settings, and does not require elevated privileges. It runs locally and only performs file reads/writes triggered by user invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kol-profiler - 安装完成后,直接呼叫该 Skill 的名称或使用
/kol-profiler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of kol-profiler.
- Provides tools for analyzing physician academic impact and collaboration networks.
- Supports KOL identification, collaboration mapping, and advisory/speaker selection.
- Allows filtering by therapeutic area, geography, and academic metrics (h-index, citations, etc).
- Outputs ranked KOL lists, network visualization data, publication timelines, and collaboration clusters.
- Includes basic security and risk controls; runs scripts locally without external network access.
元数据
常见问题
KOL Profiler 是什么?
Analyze physician academic influence and collaboration networks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 KOL Profiler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kol-profiler」即可一键安装,无需额外配置。
KOL Profiler 是免费的吗?
是的,KOL Profiler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
KOL Profiler 支持哪些平台?
KOL Profiler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 KOL Profiler?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills