← Back to Skills Marketplace
🔌

Klazify

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-klazify
Description
Klazify (klazify.com). Use this skill for ANY Klazify request — searching and reading data. Whenever a task involves Klazify, use this skill instead of calli...
README (SKILL.md)

Klazify

Operate Klazify through your OOMOL-connected account. This skill calls the klazify connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Data & Analytics, Marketing. Exposes 8 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Klazify. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "klazify" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "klazify" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • categorize_url — Categorize a website URL with Klazify and return the aggregated domain enrichment overview.
  • get_company_data — Return company profile data for one website URL with Klazify.
  • get_domain_expiration — Return the registration and expiration details for one website URL with Klazify.
  • get_domain_logo — Return the hosted logo URL for one website URL with Klazify.
  • get_iab_categories — Return the IAB category classification for one website URL with Klazify.
  • get_similar_domains — Return similar or competitor domains for one website URL with Klazify.
  • get_social_media_links — Return the social media profile URLs for one website URL with Klazify.
  • get_tech_stack — Return the detected technology stack for one website URL with Klazify.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Klazify state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Klazify is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=klazify
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Based on the evidence available here, this can remain in the benign bucket. Because the target artifact files were not available for direct review, users should still review the skill's actual instructions and requested account access before installing, especially if it asks for credentials or permission to modify external services.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
No target skill artifact text or metadata was available in the workspace for a full purpose-to-capability coherence review; the supplied scanner summaries report no issues.
Instruction Scope
No runtime instruction files for the target skill were available to inspect, so there is no artifact-backed evidence of hidden, overbroad, or purpose-mismatched instructions.
Install Mechanism
No installer, executable payload, package script, or persistence mechanism for the target skill was supplied or found in the workspace.
Credentials
The supplied telemetry contains no malicious, suspicious, or non-VT negative signal, and there are no artifact-backed indications of credential harvesting, broad local indexing, or unrelated network access.
Persistence & Privilege
No artifact evidence shows background execution, privilege escalation, automatic persistence, or destructive actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-klazify
  3. After installation, invoke the skill by name or use /oo-klazify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds an OOMOL skill for running Klazify domain intelligence through the `klazify` connector with server-side credential handling. - Supports website URL categorization, including aggregated domain enrichment and IAB category classification. - Provides company profile, domain registration, expiration, and hosted logo lookup actions. - Enables discovery of similar or competitor domains for a target website. - Retrieves social media profile links and detected website technology stacks. - Includes action-specific run guidance with schema inspection before payload construction.
Metadata
Slug oo-klazify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Klazify?

Klazify (klazify.com). Use this skill for ANY Klazify request — searching and reading data. Whenever a task involves Klazify, use this skill instead of calli... It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.

How do I install Klazify?

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

Is Klazify free?

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

Which platforms does Klazify support?

Klazify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Klazify?

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

💬 Comments