← Back to Skills Marketplace
ckchzh

Graphql Builder

by BytesAgain2 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
403
Downloads
0
Stars
2
Active Installs
11
Versions
Install in OpenClaw
/install graphql-builder
Description
Build and validate GraphQL queries, mutations, and schemas. Use when working with GraphQL APIs.
README (SKILL.md)

graphql-builder

Build and validate GraphQL queries, mutations, and schemas. Use when working with GraphQL APIs.

Commands

query

scripts/script.sh query \x3Ctype fields>

mutation

scripts/script.sh mutation \x3Ctype fields>

validate

scripts/script.sh validate \x3Cfile>

format

scripts/script.sh format \x3Cfile>

introspect

scripts/script.sh introspect \x3Curl>

schema

scripts/script.sh schema \x3Cfile>

Data Storage

Data stored in ~/.local/share/graphql-builder/.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears coherent with its purpose, but the included shell script is low-quality and has potential safety/correctness issues you should consider before use: - The script uses unquoted variable expansions (e.g., cat $2, grep $2). Passing file paths or URLs with spaces or shell metacharacters could cause unexpected behavior or command injection. Do not run it on untrusted input. - Some functions print literal '$2' and '$3' rather than expanding arguments, so the output may not be useful as-is. - The introspect command issues a curl POST to whichever URL you pass. Only use endpoints you trust and avoid passing URLs that include embedded credentials or tokens. - The script creates a data directory at ~/.local/share/graphql-builder; check its contents if you care about local storage. Recommendations: review and/or fix the script (add proper quoting, use the local variables, and ensure safe handling of input) or run the skill in an isolated environment. If you accept these caveats and trust the author, the skill's footprint is proportionate to its stated functionality.
Capability Analysis
Type: OpenClaw Skill Name: graphql-builder Version: 3.0.0 The script 'scripts/script.sh' contains multiple shell injection vulnerabilities due to unquoted variables in commands such as 'cat', 'grep', and 'mkdir' (e.g., in cmd_validate and cmd_format). It also includes an 'introspect' command that performs arbitrary network requests via 'curl' to user-provided URLs. While the behavior aligns with the stated GraphQL utility purpose, the lack of input sanitization and the presence of large blocks of empty padding in the script are characteristic of low-quality or potentially risky code.
Capability Assessment
Purpose & Capability
Name/description match the included script and commands. The script implements query/mutation/validate/format/introspect/schema operations and stores data under ~/.local/share/graphql-builder as declared in SKILL.md. No unrelated credentials, binaries, or platform components are requested.
Instruction Scope
SKILL.md only runs the included script and documents the same commands. The script does read user-supplied files and sends a POST to a user-supplied URL for introspection (expected for this purpose). However, the script has several implementation issues (uses $2/$3 inside functions rather than the local variables, prints literal '$2' placeholders instead of expanded values, and uses unquoted expansions), which are correctness/security concerns (see user guidance).
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled shell script. Nothing is downloaded from external URLs or installed automatically.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script only uses HOME to create its own data directory (~/.local/share/graphql-builder), which matches the SKILL.md.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. It creates/uses only its own data directory and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install graphql-builder
  3. After installation, invoke the skill by name or use /graphql-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: Complete rewrite with real functionality.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
old template -> domain-specific v2.0.0
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
De-template, unique content, script cleanup
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.0
graphql-builder 1.0.0 - Initial release with natural language to complete GraphQL schema generation - Supports types, queries, mutations, subscriptions, enums, interfaces, unions, scalars, and input types - Includes Relay-style cursor and offset pagination - Generates authentication and authorization directives (e.g., JWT, roles) - Adds field validation, DataLoader support for N+1 prevention, and inline documentation - Provides CLI commands for generating schemas, types, resolvers, queries, and mutations
Metadata
Slug graphql-builder
Version 3.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 11
Frequently Asked Questions

What is Graphql Builder?

Build and validate GraphQL queries, mutations, and schemas. Use when working with GraphQL APIs. It is an AI Agent Skill for Claude Code / OpenClaw, with 403 downloads so far.

How do I install Graphql Builder?

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

Is Graphql Builder free?

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

Which platforms does Graphql Builder support?

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

Who created Graphql Builder?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.0.0.

💬 Comments