Skip to content

Commit 2272f2d

Browse files
author
Gewu Contributors
committed
docs: explain Gewu in plain language
1 parent 28abf6a commit 2272f2d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
</p>
1616

1717
<p align="center">
18-
把链接、仓库、文章、截图或产品线索交给你的 AI Agent<br>
18+
把链接、仓库、文章、截图或产品线索交给你的 Agent<br>
1919
格物会完整查看、追溯源头、拆解本质,并告诉你值不值得用、复刻或二开
2020
</p>
2121

2222
<p align="center">
2323
<a href="https://github.com/wuxie888/gewu/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/wuxie888/gewu/validate.yml?branch=main&style=flat-square&label=checks" alt="Checks"></a>
2424
<a href="./LICENSE"><img src="https://img.shields.io/github/license/wuxie888/gewu?style=flat-square" alt="MIT License"></a>
25-
<img src="https://img.shields.io/badge/AI_Agent-Skill-b1261b?style=flat-square" alt="AI Agent Skill">
25+
<img src="https://img.shields.io/badge/Agent-Research_Skill-b1261b?style=flat-square" alt="Agent Research Skill">
2626
<a href="https://x.com/sciencedegens"><img src="https://img.shields.io/badge/X-@sciencedegens-111111?style=flat-square&logo=x&logoColor=white" alt="X @sciencedegens"></a>
2727
</p>
2828

2929
---
3030

3131
## 格物到底是干什么的
3232

33-
**格物是一套平台无关的 AI Agent 深度调查 Skill。**
33+
**格物是一个让 Agent 完整看清材料、追溯一手来源、拆解实现与价值,并给出行动建议的 Skill。**
3434

35-
核心工作流写在标准 Markdown 文件中,不依赖某个模型或单一 Agent 产品。任何能够加载 Skills、本地指令或系统提示的 Agent,都可以直接使用或接入格物;`agents/openai.yaml` 只是 OpenAI/Codex 的适配层之一,不是格物的能力边界
35+
它不只适用于 Codex。支持 Skill 的 Agent 可以直接安装;没有原生 Skill 机制的 Agent,也可以把 `SKILL.md` 作为系统或开发者指令加载。`agents/openai.yaml` 只是 OpenAI/Codex 的适配层之一。
3636

3737
它的基础目标很简单:
3838

README_EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
</p>
1616

1717
<p align="center">
18-
Give your AI agent a link, repository, article, screenshot, or product clue<br>
18+
Give your agent a link, repository, article, screenshot, or product clue<br>
1919
Gewu reads it in full, traces the source, dissects how it works, and tells you whether it is worth using or rebuilding
2020
</p>
2121

2222
<p align="center">
2323
<a href="https://github.com/wuxie888/gewu/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/wuxie888/gewu/validate.yml?branch=main&style=flat-square&label=checks" alt="Checks"></a>
2424
<a href="./LICENSE"><img src="https://img.shields.io/github/license/wuxie888/gewu?style=flat-square" alt="MIT License"></a>
25-
<img src="https://img.shields.io/badge/AI_Agent-Skill-b1261b?style=flat-square" alt="AI Agent Skill">
25+
<img src="https://img.shields.io/badge/Agent-Research_Skill-b1261b?style=flat-square" alt="Agent Research Skill">
2626
<a href="https://x.com/sciencedegens"><img src="https://img.shields.io/badge/X-@sciencedegens-111111?style=flat-square&logo=x&logoColor=white" alt="X @sciencedegens"></a>
2727
</p>
2828

2929
---
3030

3131
## What does Gewu do?
3232

33-
**Gewu is a platform-agnostic deep-research Skill for AI agents.**
33+
**Gewu gives agents a structured way to inspect material in full, trace original sources, break down implementation and value, and decide what to do next.**
3434

35-
Its core workflow is plain Markdown and does not depend on a particular model or agent product. Any agent that can load Skills, local instructions, or system prompts can use or integrate Gewu. `agents/openai.yaml` is only one adapter for OpenAI/Codex—not the boundary of Gewu itself.
35+
It is not limited to Codex. Agents with native Skill support can install it directly; other agents can load `SKILL.md` as system or developer instructions. `agents/openai.yaml` is simply one adapter for OpenAI/Codex.
3636

3737
Its core goal is simple:
3838

0 commit comments

Comments
 (0)