nanobot/skills/linkedin-company-search/SKILL.md
```skill --- name: linkedin-company-search description: Searches LinkedIn for companies matching a given query. metadata: nanobot: emoji: 🏢 category: research tags: [linkedin, company, search, business] --- ## LinkedIn Company Search This skill allows the nanobot to search LinkedIn for companies based on a provided search query. **Instructions:** 1. **Receive Query:** The skill will receive a text query representing the company name or keywords to search for. 2. **LinkedIn S
npx skillsauth add astoryh/pasb nanobot/skills/linkedin-company-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
---
name: linkedin-company-search
description: Searches LinkedIn for companies matching a given query.
metadata:
nanobot:
emoji: 🏢
category: research
tags: [linkedin, company, search, business]
---
## LinkedIn Company Search
This skill allows the nanobot to search LinkedIn for companies based on a provided search query.
**Instructions:**
1. **Receive Query:** The skill will receive a text query representing the company name or keywords to search for.
2. **LinkedIn Search:** Utilize LinkedIn's search functionality (simulated within the nanobot environment) to find companies matching the query. Assume a simplified search API exists that returns a list of company names and LinkedIn URLs.
3. **Filter Results:** If the search returns a large number of results, prioritize results that closely match the query. Consider factors like exact name matches, presence of keywords in the company description, and industry relevance (if industry information is available).
4. **Return Results:** Return a list of the top 3-5 most relevant companies, each including:
* Company Name
* LinkedIn URL
5. **Handle No Results:** If no companies are found matching the query, return a message indicating that no results were found.
**Example Input:**
`"Search for companies in the renewable energy sector in California."`
**Example Output:**
[ { "company_name": "SunPower Corporation", "linkedin_url": "https://www.linkedin.com/company/sunpower" }, { "company_name": "Tesla", "linkedin_url": "https://www.linkedin.com/company/tesla" }, { "company_name": "Enphase Energy", "linkedin_url": "https://www.linkedin.com/company/enphase-energy" } ]
**Error Handling:**
* If the query is empty or invalid, return an error message indicating that a valid query is required.
* If the simulated LinkedIn search API fails, return an error message indicating a search error.
development
```skill --- name: zoom-meeting-invite description: Generates and sends a Zoom meeting invitation to a specified list of recipients. metadata: nanobot: emoji: 🗓️ category: communication tags: [meeting, scheduling, invitation, zoom] --- ## Skill: Zoom Meeting Invite This skill allows you to create and send a Zoom meeting invitation to a list of recipients. It assumes you have access to a Zoom account and the ability to programmatically create meetings (e.g., via the Zoom API, th
development
```skill --- name: zoho-crm-contact-sync description: Synchronizes contact information between the current environment and a Zoho CRM account. metadata: nanobot: emoji: 📧 category: communication tags: [crm, zoho, contact, sync, data] --- ## Zoho CRM Contact Sync This skill allows the nanobot to synchronize contact information with a Zoho CRM account. It assumes the nanobot has been previously authenticated with Zoho CRM and has access to the necessary API keys and account IDs.
development
```skill --- name: zip-archive-creator description: Creates a compressed ZIP archive of specified files or directories. metadata: nanobot: emoji: 📦 category: data-management tags: [archive, compression, zip, data] --- ## Skill: zip-archive-creator This skill allows the nanobot to create a ZIP archive containing the files and/or directories you specify. **Instructions:** 1. **Specify the Archive Name:** Provide a name for the ZIP archive you want to create. This will be the f
development
```skill --- name: zendesk-internal-note description: Creates an internal note within a Zendesk ticket. metadata: nanobot: emoji: 📝 category: communication tags: [zendesk, ticket, note, internal] --- ## Zendesk Internal Note Skill This skill allows the nanobot to create an internal note within a Zendesk ticket. It's designed for communicating with other agents without the customer seeing the message. **Instructions:** 1. **Identify the Ticket:** The nanobot needs to know whi