← Back to Skills Marketplace
openlark

Product Name Extractor

by OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install product-name-extractor
Description
Precisely extract product names from user-provided text, ignoring all irrelevant information and outputting only the product names.
README (SKILL.md)

Product Name Extractor

Precisely extract product names from text, outputting only the names themselves.

Use Cases

Use when users need to "extract product names", "get product names", or "find product names in text".

Workflow

1. Read Text

Receive any text provided by the user (product descriptions, articles, lists, conversations, etc.).

2. Extract Product Names

  • Identify all product names appearing in the text
  • Ignore all information other than product names (descriptions, prices, reviews, etc.)
  • If the text contains multiple products, output one per line

3. Output

Output only product names, without any explanations, titles, or formatting:

[Product Name 1]
[Product Name 2]

If no product names are detected in the text, output No product names detected.

Constraints

  • Output content may only contain product names; no other information is allowed
  • Keep output concise; do not add explanations or notes
  • Do not fabricate or speculate about product names not present in the original text
Usage Guidance
This appears safe to install for extracting product names from text. As with any extraction skill, only provide text you are comfortable having processed in the current agent session.
Capability Assessment
Purpose & Capability
The stated purpose and artifact content are coherent: it receives user-provided text, identifies product names, and outputs only those names.
Instruction Scope
Instructions are narrow and output-focused, with no prompt-injection language, system override attempts, network use, command execution, or unrelated behavior.
Install Mechanism
The package contains only a markdown SKILL.md file; metadata reports no dependencies, scripts, executable files, or clawpack URL.
Credentials
The skill needs only the text supplied by the user, which is proportionate for product-name extraction and does not request local files, credentials, APIs, or broad environment access.
Persistence & Privilege
No persistence, privilege escalation, background workers, mutation authority, credential handling, or session/profile access is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install product-name-extractor
  3. After installation, invoke the skill by name or use /product-name-extractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of product-name-extractor. - Precisely extracts only product names from user-provided text. - Ignores all irrelevant content, including descriptions, prices, or reviews. - Outputs each detected product name on a separate line. - Returns "No product names detected" if none are found.
Metadata
Slug product-name-extractor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Product Name Extractor?

Precisely extract product names from user-provided text, ignoring all irrelevant information and outputting only the product names. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install Product Name Extractor?

Run "/install product-name-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Product Name Extractor free?

Yes, Product Name Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Product Name Extractor support?

Product Name Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Product Name Extractor?

It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.

💬 Comments