← 返回 Skills 市场
ivangdavila

ChatGPT

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
548
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install chatgpt
功能描述
Run ChatGPT with stronger prompts, Projects, GPTs, memory boundaries, and output QA for research, writing, analysis, and planning.
使用说明 (SKILL.md)

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.

Topic File
Setup and activation behavior setup.md
Memory template and status model memory-template.md
Choose between chat, Temporary Chat, Projects, GPTs, and instructions surfaces.md
Build high-signal prompts and reusable packets prompt-packets.md
Structure long-running work inside Projects project-playbook.md
Review output before trusting or shipping it output-qa.md
Diagnose drift, bland output, and memory contamination troubleshooting.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 \x3Cslug> 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
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: chatgpt Version: 1.0.0 The ChatGPT skill bundle is a collection of markdown-based instructions and templates designed to help an AI agent optimize user workflows within ChatGPT. It manages state locally in `~/chatgpt/` to store non-sensitive configuration, project notes, and prompt patterns. The logic is transparent, lacks any executable code or high-risk system calls, and contains no evidence of data exfiltration, persistence mechanisms, or malicious prompt injection.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chatgpt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chatgpt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with surface routing, prompt packets, project workflows, QA checks, and troubleshooting for repeatable ChatGPT work.
元数据
Slug chatgpt
版本 1.0.0
许可证
累计安装 5
当前安装数 4
历史版本数 1
常见问题

ChatGPT 是什么?

Run ChatGPT with stronger prompts, Projects, GPTs, memory boundaries, and output QA for research, writing, analysis, and planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 548 次。

如何安装 ChatGPT?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chatgpt」即可一键安装,无需额外配置。

ChatGPT 是免费的吗?

是的,ChatGPT 完全免费(开源免费),可自由下载、安装和使用。

ChatGPT 支持哪些平台?

ChatGPT 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 ChatGPT?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论