← Back to Skills Marketplace
fisa712

my skill -names

by Muhammad Asif · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tigergraph-connector
Description
Connect to TigerGraph distributed graph database to query, load, and manage large-scale knowledge graph data using GSQL and REST++ APIs
Usage Guidance
This package claims to be a production TigerGraph connector but has several red flags: the source/publisher is unknown and the registry name doesn't match the internal project name; documentation advertises a real connector while the included Python file uses simulated/mock methods rather than performing real network operations; and the skill describes needing an API token/credentials but none are declared in the registry metadata. Before installing or giving credentials: (1) ask the publisher for provenance and a proper homepage/repo; (2) review the Python code yourself—note that run_query currently calls a mock method that returns dummy results; (3) do not provide API tokens or passwords until you confirm the skill actually uses a legitimate TigerGraph client and communicates with expected endpoints; (4) if you still want to test it, run it in an isolated environment and avoid exposing production credentials; (5) request or require an update that either implements real client calls (with clear dependency instructions) or explicitly documents that the current implementation is a stub/mock.
Capability Analysis
Type: OpenClaw Skill Name: testing-kggggg123 Version: 1.0.0 The TigerGraph Connector skill bundle is a legitimate and well-documented integration for interacting with TigerGraph databases. The Python implementation in `scripts/tigergraph_connector.py` provides a structured interface for GSQL queries and graph operations using standard libraries and safe coding practices. The documentation in `SKILL.md` and `README.md` is comprehensive, providing clear instructions and examples for graph data management without any indicators of malicious intent, data exfiltration, or prompt injection vulnerabilities.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The SKILL.md, README and code all describe a TigerGraph connector (GSQL + REST++ capabilities). That purpose is consistent across files. However the registry metadata name ('my skill -names') doesn't match the internal name ('tigergraph_connector') and the publisher/source is unknown — a minor coherence issue but not by itself critical.
Instruction Scope
The documentation and examples describe live operations (connecting to a TigerGraph instance, running queries, loading CSVs). The included Python script, however, uses simulated/mock execution (e.g., _mock_query_execution and a connect() that 'simulates' a connection) and does not actually import or call a TigerGraph client. This inconsistency between 'production-ready' claims and the actual runtime behavior is misleading and could surprise users expecting real network interactions.
Install Mechanism
There is no install spec (instruction-only), which is low risk. README suggests installing pyTigerGraph (pip install pyTigerGraph) but the provided code does not depend on it. Absence of a formal install step is coherent for an instruction-only skill, but the mismatch between README guidance and the code's simulated implementation is a documentation/code inconsistency to be aware of.
Credentials
The SKILL.md describes connection parameters that include an api_token, username, and password, but the skill metadata declares no required environment variables or primary credential. That by itself isn't fatal (credentials may be supplied at runtime), but it's an inconsistency: the skill requires sensitive credentials to perform useful work yet doesn't declare them in metadata. Users should not assume the registry will manage credentials safely.
Persistence & Privilege
No persistent or elevated privileges are requested: always is false, there is no install spec writing files, and the skill does not declare config paths or system-level access. Autonomous invocation is allowed by default (normal) but there are no additional persistence flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tigergraph-connector
  3. After installation, invoke the skill by name or use /tigergraph-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
TigerGraph Connector skill 1.0.0 initial release: - Enables connection to TigerGraph distributed graph database using GSQL and REST++ APIs. - Supports querying, data loading (vertices/edges), and schema management for large-scale knowledge graphs. - Provides built-in and custom graph algorithm execution (e.g., PageRank, community detection). - Offers sample configuration, data-loading patterns, and error-handling guidance. - Includes documentation for GSQL, REST++ usage, and best practices for enterprise-scale graph analytics.
Metadata
Slug tigergraph-connector
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is my skill -names?

Connect to TigerGraph distributed graph database to query, load, and manage large-scale knowledge graph data using GSQL and REST++ APIs. It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install my skill -names?

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

Is my skill -names free?

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

Which platforms does my skill -names support?

my skill -names is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my skill -names?

It is built and maintained by Muhammad Asif (@fisa712); the current version is v1.0.0.

💬 Comments