← 返回 Skills 市场
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pans-tech-profile
功能描述
分析目标公司的技术栈和算力需求,为 AI 算力销售提供客户画像。 自动采集公司官网、招聘页面、GitHub、新闻等数据源,输出技术栈分析、 GPU 需求量级估算、推理/训练比例及销售切入建议。 触发词:技术栈分析、公司技术画像、tech profile、算力需求评估、客户技术调研
安全使用建议
This skill will make HTTP requests to the domain you provide (or to companyname.com if you only give a name) and extract technology keywords from the returned HTML. Before installing/using: 1) Note the README over-promises features — the script does NOT query GitHub, BuiltWith, or news sources, and it does NOT auto-install dependencies; update the script yourself if you need those sources. 2) Be aware it will perform web requests to inferred domains (which may target incorrect or unintended sites); always pass explicit domains rather than just company names. 3) Because it scrapes public pages, confirm you are allowed to crawl the target site and avoid internal/private domains or credentials. 4) If you need the missing capabilities (GitHub/news/BuiltWith), review and extend the code or obtain a version that implements them. 5) If you are uncomfortable with automated scraping, run the script in a controlled environment or inspect/modify the code first.
功能分析
Type: OpenClaw Skill
Name: pans-tech-profile
Version: 1.0.0
The pans-tech-profile skill bundle is a legitimate tool designed to analyze company technology stacks and estimate AI compute requirements for sales profiling. The core logic in scripts/profile.py uses standard web scraping techniques (requests and BeautifulSoup) to identify keywords on public company websites and career pages. It does not exhibit any signs of data exfiltration, malicious execution, or persistence mechanisms, and its behavior is fully consistent with its stated purpose.
能力评估
Purpose & Capability
Skill description/README claims automated collection from multiple sources (company website, recruiting pages, GitHub org, BuiltWith/Wappalyzer, public news) and automatic dependency installation. The shipped script only fetches the target domain (and a few subpaths when --deep is used) and performs keyword matching on the fetched HTML. It does not call GitHub, BuiltWith, news APIs, or implement auto-installation. While the core purpose (profile a company from web pages) is implemented, several advertised capabilities are missing — an incoherence between declared purpose and actual capability.
Instruction Scope
SKILL.md tells the agent/user to run the Python script with company or domain parameters; the instructions do not ask for unrelated files, credentials, or system state. However the SKILL.md states "首次运行自动安装依赖" (first run auto-installs dependencies) which the script does not perform (it only prints a pip install suggestion).
Install Mechanism
There is no install spec (instruction-only). The README claims automatic dependency installation but the script merely checks for requests/bs4 and prints a pip install command if missing — it does not download or install anything. This is inconsistent but not directly risky.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script performs unauthenticated HTTP GETs only. The lack of requested secrets is proportionate to the implemented functionality.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings. It only runs as an on-demand script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pans-tech-profile - 安装完成后,直接呼叫该 Skill 的名称或使用
/pans-tech-profile触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pans-tech-profile.
- 自动分析目标公司的技术栈和 AI 算力需求,生成客户技术画像。
- 支持从公司官网、招聘、GitHub、新闻等渠道采集数据。
- 输出包括技术栈分析、GPU 需求评估、推理/训练比例与销售切入建议。
- 多种输出格式支持:text、json、markdown。
- 支持深度分析(聚合更多数据源)。
元数据
常见问题
Pans Tech Profile 是什么?
分析目标公司的技术栈和算力需求,为 AI 算力销售提供客户画像。 自动采集公司官网、招聘页面、GitHub、新闻等数据源,输出技术栈分析、 GPU 需求量级估算、推理/训练比例及销售切入建议。 触发词:技术栈分析、公司技术画像、tech profile、算力需求评估、客户技术调研. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。
如何安装 Pans Tech Profile?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pans-tech-profile」即可一键安装,无需额外配置。
Pans Tech Profile 是免费的吗?
是的,Pans Tech Profile 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pans Tech Profile 支持哪些平台?
Pans Tech Profile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pans Tech Profile?
由 dashiming(@dashiming)开发并维护,当前版本 v1.0.0。
推荐 Skills