Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add contextware/skills --skill "nlweb-company-data-query"
Install specific skill from multi-skill repository
# Description
>-
# SKILL.md
name: nlweb-company-data-query
description: >-
This skill allows you to ask questions about company data using natural
language. Use it to find information about employees, projects, or other
internal knowledge.
metadata:
createdAt: '2026-01-29T16:07:04.398Z'
allowed-tools:
- nlweb-mcp_ask
mcp-servers:
- nlweb-mcp
NLWeb Company Data Query Skill
This skill enables you to query company data using the NLWeb MCP server.
MCP Server Requirements
This skill depends on the nlweb-mcp server being connected. If the server is not already connected, the agent should attempt to connect to it. The nlweb-mcp server uses OAuth, so the agent will need to guide the user through the authentication process if not already authenticated.
Tool Dependency:
- nlweb-mcp_ask
Workflow
- The agent uses the
nlweb-mcp_asktool to query the company data with the user's question. Thequeryparameter should be set to the user's question. - The agent presents the results to the user.
Example
User: Who is the CEO of the company?
Agent: (Uses this skill with query="Who is the CEO of the company?")
Agent: The CEO of the company is John Smith.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.