← Back to Skills Marketplace
dashiming

Pans Tech Profile

by dashiming · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pans-tech-profile
Description
分析目标公司的技术栈和算力需求,为 AI 算力销售提供客户画像。 自动采集公司官网、招聘页面、GitHub、新闻等数据源,输出技术栈分析、 GPU 需求量级估算、推理/训练比例及销售切入建议。 触发词:技术栈分析、公司技术画像、tech profile、算力需求评估、客户技术调研
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pans-tech-profile
  3. After installation, invoke the skill by name or use /pans-tech-profile
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of pans-tech-profile. - 自动分析目标公司的技术栈和 AI 算力需求,生成客户技术画像。 - 支持从公司官网、招聘、GitHub、新闻等渠道采集数据。 - 输出包括技术栈分析、GPU 需求评估、推理/训练比例与销售切入建议。 - 多种输出格式支持:text、json、markdown。 - 支持深度分析(聚合更多数据源)。
Metadata
Slug pans-tech-profile
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pans Tech Profile?

分析目标公司的技术栈和算力需求,为 AI 算力销售提供客户画像。 自动采集公司官网、招聘页面、GitHub、新闻等数据源,输出技术栈分析、 GPU 需求量级估算、推理/训练比例及销售切入建议。 触发词:技术栈分析、公司技术画像、tech profile、算力需求评估、客户技术调研. It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.

How do I install Pans Tech Profile?

Run "/install pans-tech-profile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pans Tech Profile free?

Yes, Pans Tech Profile is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pans Tech Profile support?

Pans Tech Profile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pans Tech Profile?

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

💬 Comments