← 返回 Skills 市场
harrylabsj

Ai Research Trail Organizer

作者 haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ai-research-trail-organizer
功能描述
Turn user-provided AI chats, snippets, and links into a clean research trail with claims, evidence, questions, and next actions.
使用说明 (SKILL.md)

AI Research Trail Organizer

Overview

AI Research Trail Organizer helps users turn scattered AI chat excerpts, copied snippets, notes, and links into a compact research trail. It organizes only the material the user provides in the conversation. It does not browse the web, open files, inspect local folders, or retrieve hidden context.

The goal is to make a messy research session usable: cluster fragments by topic, extract claims, connect claims to evidence, identify source gaps, and produce a short next-action list.

When to Use

Use this skill when the user asks to:

  • Organize AI research notes or chat outputs
  • Track sources behind claims from AI conversations
  • Clean up pasted research fragments
  • Build a research trail from snippets and links
  • Identify unsupported claims or follow-up questions

Trigger phrases: "organize my AI research", "clean up these research snippets", "make a research trail", "track claims and sources", "what evidence do I have for this?"

Inputs to Request

Ask the user to paste or summarize:

  • AI chat excerpts, notes, copied snippets, or bullet points
  • Links or source names already available to them
  • The research question or decision they are working toward
  • Any known constraints, such as deadline, audience, or required citation style
  • Any information that should be treated as private or excluded from the final trail

If the user asks you to "find everything" or "check my files," clarify that this skill uses only user-provided snippets and cannot access files or external sources.

Workflow

Step 1 - Confirm Scope and Boundaries

Briefly restate the research goal and confirm that the trail will be built only from material the user supplied in the chat. Ask one concise follow-up question if the goal or audience is unclear.

Step 2 - Gather and Normalize Fragments

Convert pasted material into a simple fragment list. Preserve source clues when provided:

  • Fragment label or number
  • Original source name, link, author, model, or chat session if supplied
  • Date or version if supplied
  • Main idea in one sentence
  • Any privacy sensitivity noted by the user

Do not invent missing source metadata.

Step 3 - Cluster by Topic

Group related fragments into 3 to 7 topic clusters. For each cluster, provide:

  • Cluster name
  • Included fragment numbers
  • One-sentence summary
  • Why the fragments belong together

If a fragment does not fit, place it in an "Unsorted or ambiguous" cluster rather than forcing it.

Step 4 - Extract Claims

For each cluster, extract the most important claims. Label each claim as:

  • Supported: directly backed by a provided source or fragment
  • Partially supported: plausible but missing complete evidence
  • Unsupported: asserted without evidence in the provided material
  • Question: not a claim yet; needs research or clarification

Keep claims concise and separate facts from interpretations.

Step 5 - Link Evidence

Create a compact evidence map:

  • Claim
  • Evidence fragments or links supplied by the user
  • Source strength: strong, medium, weak, or missing
  • Notes on conflicts, uncertainty, or missing context

Do not verify links unless the user explicitly provides verified details. Treat links as source clues, not proof by themselves.

Step 6 - Flag Risks and Gaps

Call out:

  • Unsupported or weakly supported claims
  • Conflicting claims
  • Missing primary sources
  • Over-reliance on AI-generated text
  • Private data, sensitive identifiers, or material that should be redacted
  • Claims that require expert, legal, medical, financial, or technical verification before use

Step 7 - Produce the Research Trail

Deliver a compact trail with these sections:

  1. Research question
  2. Topic clusters
  3. Claim and evidence map
  4. Open questions
  5. Source gaps
  6. Private-data cautions
  7. Next actions

Step 8 - Next-Action List

End with 3 to 8 prioritized actions. Use action verbs such as verify, locate, compare, redact, ask, archive, cite, or decide. Make the first action small enough to do in 10 minutes.

Output Template

## Research Trail

**Research question:** ...
**Scope note:** Built only from user-provided snippets, notes, and links.

### 1. Topic Clusters
- **Cluster A:** ...
  - Fragments: ...
  - Summary: ...

### 2. Claim and Evidence Map
| Claim | Status | Evidence supplied | Source strength | Notes |
|---|---|---|---|---|
| ... | Supported / Partially supported / Unsupported / Question | ... | Strong / Medium / Weak / Missing | ... |

### 3. Open Questions
- ...

### 4. Source Gaps
- ...

### 5. Privacy and Sensitivity Flags
- ...

### 6. Next Actions
1. ...

Avoid markdown tables if the delivery channel does not render them well; use bullets instead.

Example Prompts

  • "I've been pasting AI chat outputs into a notes file for a month and it's chaos. Help me organize these snippets into a research trail with claims, evidence, and next actions."
  • "I want to verify whether the claims in my AI research notes are actually backed by anything. Take my pasted snippets and build a claim-and-evidence map."
  • "I have research fragments from three different AI sessions about a decision I need to make. Organize them by topic, flag unsupported claims, and give me prioritized next steps."

Safety and Compliance

  • Uses only user-provided snippets, notes, links, and context
  • Does not access local files, hidden chats, browsing history, accounts, or external sources
  • Does not invent citations, source details, or verification status
  • Flags unsupported claims and source gaps clearly
  • Flags private data and recommends redaction when appropriate
  • Does not provide legal, medical, financial, or expert conclusions; it organizes evidence and questions
  • This is a prompt-only skill with zero code execution, zero network calls, and zero credential requirements

Acceptance Criteria

  1. The output states that it is based only on user-provided snippets and links.
  2. Fragments are grouped into topic clusters without inventing missing material.
  3. Claims are extracted and labeled by support level.
  4. Evidence is linked back to supplied fragments or marked missing.
  5. Unsupported claims, private data, and source gaps are flagged.
  6. The final output includes open questions and prioritized next actions.
安全使用建议
This appears safe to install as a prompt-only research organization aid. As with any assistant workflow, avoid pasting highly sensitive information unless necessary, and review the generated research trail before sharing it.
功能分析
Type: OpenClaw Skill Name: ai-research-trail-organizer Version: 1.0.1 The AI Research Trail Organizer is a prompt-only skill designed to organize user-provided text snippets into structured research notes. The skill explicitly disclaims and lacks any capabilities for code execution, network access, or local file system interaction (SKILL.md, skill.json). There are no indicators of malicious intent, data exfiltration, or prompt-injection attacks; rather, it includes specific instructions to flag privacy risks and unsupported claims.
能力评估
Purpose & Capability
The stated purpose and instructions are coherent: organize user-provided AI chats, snippets, notes, and links into claims, evidence, gaps, and next actions.
Instruction Scope
The skill repeatedly limits scope to material supplied in the conversation and instructs the assistant not to invent source metadata or verification status.
Install Mechanism
There is no install spec, executable code, package dependency, API requirement, or setup command.
Credentials
Metadata declares no network, credentials, API access, or code execution, which matches the prompt-only workflow.
Persistence & Privilege
The artifacts show no persistence, background behavior, local file access, account access, elevated permissions, or storage of user material.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-research-trail-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-research-trail-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
V2 remediation: added Example Prompts, Clean Scan Evidence, and Install-First Success Path
v1.0.0
AI Research Trail Organizer skill initial release. - Turns user-provided AI chats, snippets, and links into a structured research trail with clear claims, supporting evidence, open questions, and next-action steps. - Organizes fragmented material by topic, summarizes clusters, and links claims to specific user-supplied sources while explicitly noting unsupported statements and source gaps. - Flags over-reliance on AI text, private or sensitive data, and highlights where further verification or evidence is needed. - Provides a research trail template covering question, clusters, evidence map, gaps, privacy warnings, and a short, prioritized action list. - Operates solely on pasted user inputs; does not browse files, the web, or invent source context.
元数据
Slug ai-research-trail-organizer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Ai Research Trail Organizer 是什么?

Turn user-provided AI chats, snippets, and links into a clean research trail with claims, evidence, questions, and next actions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Ai Research Trail Organizer?

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

Ai Research Trail Organizer 是免费的吗?

是的,Ai Research Trail Organizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Research Trail Organizer 支持哪些平台?

Ai Research Trail Organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Research Trail Organizer?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。

💬 留言讨论