company-intel
Assemble detailed company profiles by pulling together overview data, executive information, product details, and growth metrics from multiple integrated sources. The skill orchestrates calls across several APIs to build a complete intelligence picture on any organization.
Company Intel generates comprehensive intelligence reports covering company overviews, leadership teams, funding details, products, and recent news.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-23
Company Intel generates comprehensive intelligence reports covering company overviews, leadership teams, funding details, products, and recent news. Assemble detailed company profiles by pulling together overview data, executive information, product details, and growth metrics from multiple integrated sources. The skill orchestrates calls across several APIs to build a complete intelligence picture on any organization.
Use it when
- Yes.
- company-intel researches company leadership teams and key executives as part of its core functionality.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Install
gooseworks-ai/goose-skills/company-intel · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does company-intel do?
company-intel assembles detailed company profiles by pulling together overview data, executive information, product details, and growth metrics from multiple integrated sources. The skill orchestrates calls across several APIs to build a complete intelligence picture on any organization.
Can company-intel generate a comprehensive company intelligence report?
Yes. company-intel generates comprehensive company intelligence reports with overview, team, funding, and products sections. It integrates data from multiple sources to create a complete profile that includes executive leadership, organizational structure, and market positioning.
How do I find company funding and executives with company-intel?
company-intel researches company leadership teams and key executives as part of its core functionality. It pulls funding information and executive details from multiple integrated sources to provide a complete view of the company's leadership structure and financial backing.
Does company-intel track employee count and growth metrics?
Yes. company-intel tracks company growth, employee count, and organizational metrics to help you monitor how businesses are scaling. It aggregates this data from multiple sources to provide accurate growth insights over time.
What company data can company-intel extract and analyze?
company-intel extracts and analyzes company products, pricing, market positioning, news, and background information. It also provides employee count tracking, funding details, and executive profiles—all aggregated from multiple sources for accuracy and completeness.
Is company-intel open source?
Yes. company-intel is released under the MIT license, making it open source and freely available for use, modification, and distribution.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Company Intelligence - Comprehensive Company Reports
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Generate full intelligence reports on any company including overview, team, funding, products, and recent news.
Workflow
Step 1: Company Overview
Get basic company information:
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"brand-dev","path":"/v1/brand/retrieve","query":{"domain":"stripe.com"}}'
Step 2: Find
(truncated - see the full file via the links below)
File tree — 2 files
skills/lead-generation/capabilities/company-intel/SKILL.md
skills/lead-generation/capabilities/company-intel/skill.meta.json
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Generate comprehensive company intelligence reports with overview, team, funding, and products”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Job Search lets you discover roles aligned with your background and preferences across multiple locations. The skill combines job listing searches with company research and hiring manager discovery to streamline your application strategy.
Sales Prospecting helps you build targeted prospect lists by searching for companies and decision makers, then retrieving and verifying their contact information. The skill combines company discovery, people search, email finding, and deliverability validation into a single workflow for sales outreach.
Email Campaign streamlines outreach preparation by discovering emails at target companies, verifying their deliverability, and gathering enrichment data for personalization. The skill integrates multiple data sources to help you build clean, actionable contact lists segmented by role, industry, or company size.
Image Analyzer uses AI to process images and pull out actionable insights. Extract visible text via OCR, identify objects, describe visual content, and capture structured data from receipts, screenshots, and other image sources.
Web-scraping lets you pull structured data from any URL using plain English descriptions of what you need. Choose from AI-powered extraction with natural language prompts, high-volume batch processing, or schema-based data structuring—then combine methods for comprehensive site crawling and automation.
API Tester validates endpoints and their responses against expected schemas. Extract API specs from documentation, test GET and POST requests, and document any discrepancies between live behavior and published contracts.
More skills restaurant-booking (MIT) · website-screenshot-notte (MIT) · web-scraping-olostep (MIT) · tiktok-search (MIT) · prediction-market-odds (MIT)