← 返回 Skills 市场
wanghong5233

Company Intel

作者 wanghong5233 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
319
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install company-intel
功能描述
Build structured company intelligence for interview preparation.
使用说明 (SKILL.md)

Company Intel Skill

Trigger

Activate when user asks:

  • "帮我调研这家公司"
  • "这个公司做什么、技术栈是什么?"
  • "整理这家公司的面试风格"
  • "给我公司情报报告"

Workflow

  1. Collect input:
    • company (required)
    • role_title (optional)
    • jd_text (optional)
  2. Call:
    • POST http://127.0.0.1:8010/api/company/intel
    • Body example:
      • {"company":"MiniAgent","role_title":"AI Agent Intern","focus_keywords":["技术栈","面试流程"],"max_results":6,"include_search":true}
  3. Parse response and show:
    • summary
    • business_direction
    • tech_stack
    • funding_stage / team_size_stage
    • interview_style
    • risks + suggestions
  4. If user asks for deeper prep, suggest using interview-prep skill next.

Command templates (exec tool + curl)

  • Generate company intel:
    • curl -sS -X POST "http://127.0.0.1:8010/api/company/intel" -H "Content-Type: application/json" -d '{"company":"MiniAgent","role_title":"AI Agent Intern","focus_keywords":["技术栈","面试流程"],"max_results":6,"include_search":true}'

Constraints

  • If company name is missing, ask user to provide it first.
  • If API call fails, show exact error and ask user whether to retry.
  • Never fabricate facts as certainty; indicate confidence and uncertainty explicitly.
安全使用建议
This skill expects a local service at http://127.0.0.1:8010/api/company/intel even though the manifest doesn't say so. Before installing or invoking it: (1) confirm you run and trust a local backend on port 8010 that implements this endpoint; (2) avoid sending sensitive credentials or private JD text unless you control and trust that service; (3) if you don't run such a service, the skill will fail harmlessly, but if you do run other local services bound to that port they could receive the POSTed data unintentionally; (4) ask the skill author for source code or a homepage to verify what the backend does, or run the skill in a sandboxed environment and test with non-sensitive sample inputs first.
功能分析
Type: OpenClaw Skill Name: company-intel Version: 1.0.1 The skill uses a shell command (curl) to interact with a local network service (127.0.0.1:8010) as defined in SKILL.md. While this behavior is aligned with the stated purpose of gathering company intelligence, the use of shell-based network access to local endpoints is a risky capability that could potentially be leveraged for SSRF or unauthorized interaction with other local services, fitting the criteria for a suspicious classification.
能力评估
Purpose & Capability
The skill's stated purpose (build company intel) matches the actions in SKILL.md (POST to an /api/company/intel endpoint and parse structured results). However the skill does not declare or document that it requires a local backend running on 127.0.0.1:8010; that runtime dependency is implicit in the instructions and not mentioned in the description or registry metadata.
Instruction Scope
Runtime instructions instruct the agent to POST user-provided data to http://127.0.0.1:8010/api/company/intel and parse the response. The instructions do not read local files or env vars, but the unconditional network call to localhost can reach any service bound to that port on the user's machine. Because the skill doesn't document this dependency, a user could unknowingly route sensitive inputs to an unintended local service.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes disk-write risk; there is nothing being downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of credential requests is proportionate to its documented behavior.
Persistence & Privilege
always is false and the skill does not request persistent privileges or attempt to modify agent configuration. Autonomous invocation is allowed (platform default), which is expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install company-intel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /company-intel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
OfferPilot phase-6 update
v1.0.0
- Initial release of the Company Intel skill. - Provides structured company intelligence for interview preparation based on user requests. - Collects required and optional information (company, role, job description) before processing. - Generates a detailed company report including summary, business direction, tech stack, funding/team size, interview style, risks, and suggestions. - Offers command templates for manual API calls. - Includes error handling and explicit handling of missing inputs or uncertain information. - Suggests using "interview-prep" skill for deeper preparation upon user request.
元数据
Slug company-intel
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Company Intel 是什么?

Build structured company intelligence for interview preparation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。

如何安装 Company Intel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install company-intel」即可一键安装,无需额外配置。

Company Intel 是免费的吗?

是的,Company Intel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Company Intel 支持哪些平台?

Company Intel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Company Intel?

由 wanghong5233(@wanghong5233)开发并维护,当前版本 v1.0.1。

💬 留言讨论