SkillHub

company-intel

v1.0.1

Build structured company intelligence for interview preparation.

Sourced from ClawHub, Authored by wanghong5233

Installation

Please help me install the skill `company-intel` from SkillHub official store. npx skills add wanghong5233/company-intel

Company Intel Skill

Trigger

Activate when user asks:

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

Workflow

  1. Collect input:
  2. company (required)
  3. role_title (optional)
  4. jd_text (optional)
  5. Call:
  6. POST http://127.0.0.1:8010/api/company/intel
  7. Body example:
    • {"company":"MiniAgent","role_title":"AI Agent Intern","focus_keywords":["技术栈","面试流程"],"max_results":6,"include_search":true}
  8. Parse response and show:
  9. summary
  10. business_direction
  11. tech_stack
  12. funding_stage / team_size_stage
  13. interview_style
  14. risks + suggestions
  15. 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.