Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

chatgptchatgpt 搜索

Agent Skill

chatgpt 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,234

周安装

704

GitHub Stars

公开资料未说明

下载量

5,519
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:chatgpt(chatgpt 搜索)
来源仓库:https://github.com/ivangdavila/chatgpt
安装命令:
openclaw skills install chatgpt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install chatgpt

简介

运行 ChatGPT,提供更强大的提示、项目、GPT、内存边界和输出 QA,以进行研究、写作、分析和规划。

SKILL.md

name
ChatGPT
slug
chatgpt
version
1.0.0
homepage
https://clawic.com/skills/chatgpt
description
Run ChatGPT with stronger prompts, Projects, GPTs, memory boundaries, and output QA for research, writing, analysis, and planning.
changelog
Initial release with surface routing, prompt packets, project workflows, QA checks, and troubleshooting for repeatable ChatGPT work.
metadata
{"clawdbot":{"emoji":"GPT","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/chatgpt/"]}}

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.02%
按下载量换算5,189

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills