ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

growthx-bx-submit

Submit your project to Built at GrowthX — the community builder showcase for GrowthX members. Requires a GrowthX API key.

Why use this skill?

Easily submit and showcase your projects on the Built at GrowthX platform using OpenClaw. Automate your build logs and share your work with the community today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gxt-admin/growthx-bx-submit
Or

What This Skill Does

The growthx-bx-submit skill provides an automated bridge between your local development workspace and the Built at GrowthX community platform. By utilizing this skill, you can programmatically publish your project showcases directly from the terminal or via your OpenClaw agent, eliminating the manual web-form submission process. The skill handles authentication via your GrowthX API key, maps your project metadata (such as stack, status, and category), and transmits the request to the official GrowthX backend API. It effectively turns your project documentation process into a single-step agentic action.

Installation

To integrate this skill into your environment, use the OpenClaw Command Line Interface:

clawhub install openclaw/skills/skills/gxt-admin/growthx-bx-submit

Ensure you have your GrowthX API key ready. You can configure this by adding growthx-bx-submit.apiKey to your ~/.openclaw/openclaw.json file or by exporting the GROWTHX_API_KEY environment variable in your shell profile.

Use Cases

This skill is designed for community members who are actively building and shipping products. It is perfect for:

  • Streamlining the submission of your MVP to the showcase immediately after reaching a milestone.
  • Updating your project portfolio on GrowthX without leaving your code editor.
  • Automating project distribution as part of a larger 'build-and-launch' workflow within your AI agent.
  • Maintaining consistent project metadata across your repository and the community showcase.

Example Prompts

  1. "OpenClaw, please submit my current project 'TaskFlow' to the Built at GrowthX showcase with the tagline: AI-powered task management for remote teams."
  2. "I've just finished the beta for my project. Can you publish it to GrowthX? Here is the repo URL and the tech stack: React, Node.js, and PostgreSQL."
  3. "Hey, update my GrowthX project status to 'shipped' and include the new description: A comprehensive tool for team collaboration."

Tips & Limitations

  • API Key Security: Your API key is personal and tied to your membership. Treat it like a password; do not hardcode it in public scripts.
  • Metadata Completeness: While only name and tagline are required, providing a detailed description and accurate tech stack tags increases visibility within the community.
  • Membership Validation: Note that this skill depends on an active GrowthX membership. If your membership lapses, the underlying API will return a 401 Unauthorized error, and submissions will fail.
  • URL Validation: Ensure any URL passed to the skill is a valid, publicly accessible URI to avoid rejection by the platform's input validation logic.

Metadata

Author@gxt-admin
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gxt-admin-growthx-bx-submit": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#growthx#showcase#productivity#api#developer
Safety Score: 4/5

Flags: network-access, external-api