ChatGPT

v1.0.0

Run ChatGPT with stronger prompts, Projects, GPTs, memory boundaries, and output QA for research, writing, analysis, and planning.

0· 528·4 current·5 all-time
byIván@ivangdavila

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ivangdavila/chatgpt.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "ChatGPT" (ivangdavila/chatgpt) from ClawHub.
Skill page: https://clawhub.ai/ivangdavila/chatgpt
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install ivangdavila/chatgpt

ClawHub CLI

Package manager switcher

npx clawhub@latest install chatgpt
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (improving ChatGPT prompts, projects, memory hygiene, and QA) matches the SKILL.md content. The skill requires no binaries, no env vars, and no external installs—these are proportionate for a prompt/workflow helper.
Instruction Scope
Runtime instructions direct the agent to read and maintain files under ~/chatgpt/ (memory, workflows, projects, QA). This is consistent with the stated purpose, but it does grant the skill the ability to create and update files in the user's home directory; the SKILL.md explicitly advises not to store secrets.
Install Mechanism
No install spec or code files are present. Instruction-only skills have lower install risk because nothing is downloaded or executed on install.
Credentials
The skill requests no environment variables, credentials, or config paths beyond a user-local directory (~/chatgpt/). The declared data retention policy in SKILL.md limits stored content to workflow preferences and explicitly disallows storing secrets unless the user opts in.
Persistence & Privilege
always:false and autonomous invocation are default. The only persistent effect is writing/reading files under ~/chatgpt/ (its own workspace). It does not request system-wide changes or access to other skills' configs.
Assessment
This skill appears coherent and low-risk, but note these practical points before installing: - It will create and read files under ~/chatgpt/ to store activation preferences, workflows, projects, and QA notes. Review those files (setup.md and memory-template.md) before allowing persistent storage. - The skill explicitly says not to store secrets. Do not paste API keys, passwords, or other sensitive secrets into ChatGPT prompts or the local notes unless you intentionally create a safe, encrypted note. - Because it is instruction-only, there is no code being installed, so the main risk is local data retention. If you prefer no local persistence, decline activation or remove ~/chatgpt/ after each use. - If you see any unexpected requests for credentials, external endpoints, or automated browser/file uploads during use, stop and revoke the skill—those would be out of scope. What would change this assessment: discovery of hidden code files, remote install hooks, requests for unrelated credentials, or instructions to upload local data to external endpoints would make the skill suspicious or worse.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

GPT Clawdis
OSLinux · macOS · Windows
latestvk97btmqjejv4c1qkckz58064d982fb9g
528downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
Linux, macOS, Windows

Setup

On first use, read setup.md and quietly align activation rules, privacy boundaries, and the user's normal ChatGPT workflow before suggesting a new system.

When to Use

User wants better results from ChatGPT itself, not the OpenAI API. Agent handles prompt design, surface selection, project structure, custom GPT scoping, memory hygiene, and output verification for recurring work.

Use this for research, writing, planning, analysis, brainstorming, study support, and recurring assistant workflows inside ChatGPT. Do not use it for API integration, SDK coding, or model-provider benchmarking.

Architecture

Memory lives in ~/chatgpt/. If ~/chatgpt/ does not exist, run setup.md. See memory-template.md for structure and status fields.

~/chatgpt/
|- memory.md          # Activation preference, constraints, and default workflow
|- workflows.md       # Reusable prompt packet patterns that worked well
|- projects.md        # Active ChatGPT projects, files, and decision logs
|- gpts.md            # Custom GPT roles, guardrails, and known limitations
`- qa.md              # Output failures, hallucination catches, and fixes

Quick Reference

Use the smallest relevant file for the current task.

TopicFile
Setup and activation behaviorsetup.md
Memory template and status modelmemory-template.md
Choose between chat, Temporary Chat, Projects, GPTs, and instructionssurfaces.md
Build high-signal prompts and reusable packetsprompt-packets.md
Structure long-running work inside Projectsproject-playbook.md
Review output before trusting or shipping itoutput-qa.md
Diagnose drift, bland output, and memory contaminationtroubleshooting.md

Core Rules

1. Route to the Right ChatGPT Surface First

  • Choose the lightest surface that fits the job before rewriting the prompt.
  • Use surfaces.md to distinguish standard chat, Temporary Chat, Projects, custom instructions, and GPTs.
  • Bad routing creates false prompt problems: sensitive work in a remembered chat, long projects in throwaway chats, or one-off tasks buried inside durable instructions.

2. Build Prompt Packets, Not Wishful One-Liners

  • Every serious request needs at least: goal, context, source material, deliverable, constraints, and review standard.
  • Use prompt-packets.md to turn vague asks into packets ChatGPT can execute consistently.
  • If the output shape matters, specify the shape before asking for the content.

3. Keep Durable Preferences Separate from Task Context

  • Put stable preferences in custom instructions or memory notes only when they should affect future sessions.
  • Put project-specific context in the active Project or current chat, not in global instructions.
  • Use Temporary Chat for sensitive, one-off, or contamination-prone work that should not influence future conversations.

4. Force Evidence, Assumptions, and Unknowns into the Open

  • For factual or consequential work, require ChatGPT to label what is confirmed, inferred, and missing.
  • Ask for references to the files, notes, or user-provided facts it actually used.
  • If the answer depends on outside facts and no evidence is present, treat it as a draft, not truth.

5. Split Complex Work into Passes

  • Use multi-pass flows for anything larger than a quick answer: discover, outline, draft, critique, finalize.
  • In Projects, keep a visible decision log so later turns do not silently undo earlier choices.
  • Ask for one improvement target per pass instead of a broad "make it better."

6. QA the Result Before Reusing It

  • Run output-qa.md on anything the user will send, publish, code from, or rely on.
  • Check missing edge cases, unsupported claims, broken structure, and whether the output actually answered the brief.
  • A polished answer that misses the goal is still a failed answer.

7. Recover Hard When Drift Appears

  • If ChatGPT gets generic, repetitive, or contradictory, stop patching sentence by sentence.
  • Restate the objective, paste the current source of truth, remove stale context, and switch surfaces when needed.
  • Use troubleshooting.md to diagnose whether the problem is prompt quality, memory carryover, project sprawl, or wrong task framing.

Common Traps

  • Stuffing temporary requirements into custom instructions -> every later chat inherits the wrong behavior.
  • Using the same chat for unrelated jobs -> old assumptions leak into new tasks.
  • Asking for a final answer before defining audience, output format, and success criteria -> bland generic output.
  • Trusting confident claims without asking what they are based on -> hallucinations survive review.
  • Uploading files without telling ChatGPT which file is authoritative -> mixed or contradictory answers.
  • Letting Projects accumulate stale drafts and renamed files -> the model anchors on obsolete context.
  • Trying to fix a broken workflow with more adjectives -> structure beats style words.

Security & Privacy

Data that leaves your machine:

  • Anything the user chooses to type, paste, or upload into ChatGPT.
  • Any instructions, files, or examples deliberately used in a ChatGPT workflow.

Data that stays local:

  • Activation preferences, reusable workflows, project notes, GPT notes, and QA learnings under ~/chatgpt/.

This skill does NOT:

  • Automate browser sessions or upload files on its own.
  • Store secrets unless the user explicitly wants a safe local note about a workflow boundary.
  • Treat remembered preferences as facts when the current prompt says otherwise.
  • Modify its own skill instructions.

Trust

This skill is designed to improve work done inside ChatGPT. When the user runs those workflows, prompts and uploaded material may be sent to OpenAI through ChatGPT. Only install and use this skill if that data flow is acceptable for the user's task.

Related Skills

Install with clawhub install <slug> if user confirms:

  • assistant - Build clearer working agreements and recurring collaboration patterns with an AI assistant.
  • brainstorm - Expand idea generation when the user wants divergence before converging into a final prompt packet.
  • chat - Improve conversational structure, turn-taking, and clarity in multi-turn interactions.
  • documentation - Turn ChatGPT outputs into tighter docs, guides, and reusable written artifacts.
  • memory - Design durable memory patterns when the user wants stable context beyond a single chat.

Feedback

  • If useful: clawhub star chatgpt
  • Stay updated: clawhub sync

Comments

Loading comments...