Envato Comment → Task → Google Sheet
v1.0.0Analyzes Envato comments to classify and prioritize tasks, extracting details into JSON formatted for Google Sheets integration.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the instructions: classify comments, assign priority, and emit a JSON record for sheet insertion. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md and prompt.txt limit the agent to analyzing provided input fields and returning a JSON object. There are no instructions to read local files, access unrelated environment variables, or exfiltrate data to third-party endpoints within SKILL.md. README suggests an optional Apps Script webhook integration, which is consistent with the described purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk or downloaded by the skill itself.
Credentials
No credentials, secrets, or configuration paths are requested. The data required (product and comment fields) matches the stated functionality.
Persistence & Privilege
Defaults are used (not always-on). The skill does not request persistent presence or ask to modify other skills or system settings.
Assessment
This skill itself is coherent and low-risk, but take care when you connect its output to external services: if you implement the README's Apps Script webhook, secure that endpoint (require an auth token or OAuth, restrict allowed origins/IPs, and avoid publishing an open POST endpoint). Don't send sensitive customer data to an unsecured sheet or webhook. Confirm whether your agent will automatically POST outputs when the skill runs—if so, ensure the webhook is authenticated and the Google Sheet is access-controlled. Finally, validate and sanitize comment_text before inserting into spreadsheets to avoid injection or formatting issues.Like a lobster shell, security has layers — review code before you run it.
automationenvatogoogle-sheetslatestsupporttask-manager
Envato Comment → Task → Google Sheet
Overview
This skill analyzes ThemeForest / CodeCanyon comments and converts them into structured development tasks.
It classifies the comment type, assigns priority, extracts technical details, and outputs a JSON object designed to be pushed directly into Google Sheets.
Input Parameters
- product_name
- product_url
- product_type (wordpress_theme | html_template | code_script)
- comment_text
- comment_url (optional)
- customer_name (optional)
Output
Structured JSON task object formatted for Google Sheets row insertion.
Classification Types
- bug
- feature_request
- support_question
- update_required
- refund_risk
- positive_feedback
Priority Rules
- Fatal error / site break → critical
- Refund mention → critical
- Broken feature → high
- Feature request → medium
- Question → low
Use Case
- Automate support workflow
- Track product health
- Improve update planning
- Reduce missed issues
Comments
Loading comments...
