LaunchKit · 2026
Back to Skills

envato-comment-task-to-sheet

This skill analyzes ThemeForest / CodeCanyon comments and converts them into structured development tasks.

0
246 downloads
by @lokendragami1

Setup & Installation

openclaw skills install @lokendragami1/envato-comment-task-to-sheet

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install envato-comment-task-to-sheet

What This Skill Does

Analyzes ThemeForest and CodeCanyon customer comments and converts them into structured development tasks. Classifies each comment as a bug, feature request, support question, or refund risk, assigns a priority level, and outputs a JSON object ready for Google Sheets insertion.

Replaces manual copy-paste triage by converting raw marketplace comments directly into prioritized, categorized task rows without leaving the workflow.

When to use it

  • Triaging new ThemeForest support comments each morning
  • Flagging refund-risk comments for immediate follow-up
  • Building a backlog of feature requests from customer feedback
  • Tracking recurring bugs across a WordPress theme's comment history
  • Generating a weekly product health snapshot from CodeCanyon comments

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Classify this ThemeForest comment: 'The portfolio section is completely broken on mobile, please fix ASAP'

AGENT
  1. 1Receives comment_text and product metadata as input parameters
  2. 2Classifies comment type as bug
  3. 3Evaluates severity and assigns priority as high
  4. 4Extracts technical detail: mobile layout failure in portfolio section
  5. 5Formats result as a structured JSON object for Google Sheets row insertion
OUTPUT

JSON task object with type: bug, priority: high, component: portfolio section, platform: mobile, ready for Sheets API insertion

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Google Sheets API access or a connected automation platform (e.g. Zapier, Make) to push output rows