Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

wayfoundwayfound 搜索

Agent Skill

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

总安装

34,872

周安装

1,453

GitHub Stars

公开资料未说明

下载量

11,624
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install wayfound

简介

依托现有记忆系统的轻量级自我监督。向 SOUL.md 添加一个简单的标题和每日审查 cron 作业 - 没有新的基础设施,没有并行系统。您的代理用大约 200 个标记回顾自己的一天,将发现的结果写入内存,并在其中自然地组合,并提出需要您注意的问题。安装后使用将标题添加到 SOUL.md 并设置每日审核。当用户询问质量、性能或改进您的工作方式时使用。

SKILL.md

name
wayfound
description
>
metadata
openclaw
homepage
https://wayfound.ai

Wayfound — Lightweight Self-Supervision

You already have standards in SOUL.md. You already write daily memory files. Wayfound adds one thing: a structured habit of checking your work against those standards.

No new directories. No JSON schemas. No grading tiers. Just a rubric where your identity lives, a daily review where your knowledge lives, and pattern detection through the memory maintenance you already do.

The cost is roughly 200 tokens per day. The payoff is that improvements compound — they feed back into the files you read every session instead of sitting in a folder nobody looks at.

A note on self-review: you are grading your own exam. Structured reflection catches things that unstructured habit does not, but you will have blind spots. Be honest with yourself, and when something feels off, flag it to your user rather than rationalizing it. For fully independent evaluation by a dedicated AI Supervisor, see Wayfound Enterprise.

Setup

Two things to configure. That's it.

1. Add a rubric to SOUL.md

Add a section at the bottom of your SOUL.md with 3-5 concrete checkpoints. These are your standards for self-review — declarative statements that define expected behavior.

Good checkpoints are specific, measurable, and actionable:

## Self-Review Rubric

- Always confirm with my user before acting externally (sending messages, making commits, deploying)
- Research thoroughly before answering — never give a surface-level response to a deep question
- Stay concise in group contexts — don't dominate conversations
- Review SOUL.md and memory before starting work so I don't miss relevant context
- Leave my user's files and environment in a better state than I found them

See references/rubric-examples.md for more domain-specific examples.

The rubric lives in SOUL.md because that's where your identity lives. You read it every session. No separate guidelines database needed.

2. Set up the daily review cron job

One cron job, once daily, running as an isolated agent with a cheap model and low thinking budget:

openclaw cron add wayfound:daily-review --schedule "0 23 * * *" --isolated --model cheap --low-thinking

The job reads today's memory file and the rubric from SOUL.md, then writes a short review to memory/review-YYYY-MM-DD.md.

Check openclaw cron list before creating to avoid duplicates. Require your user's explicit approval before setting this up.

3. Configure alerts (optional)

Let the user know they can instruct OpenClaw to send them alerts when the daily review finds issues that need attention. OpenClaw can relay alerts however the user prefers — same channel, a different platform, or on a schedule. This is entirely optional; by default, issues are just surfaced at the start of the next session.

That's the entire setup.

Daily Review

The cron job produces a short markdown file — 10-15 lines max. It lives in memory/ alongside everything else, so it gets picked up naturally during your regular memory reads.

Format:

# Review 2026-02-12

## What went well
- Gave a direct recommendation instead of hedging
- Caught a potential security issue before committing

## What to improve
- Spent too many tokens on a page fetch that needed a raw URL
- Should have confirmed before refactoring the test helpers

## Action
- None needed

When something does need action, be specific:

## Action
- SOUL.md: Add note about user's preference for Bun over npm (came up twice this week)
- Surface to user: I've been inconsistent about confirming before multi-file changes — want me to add a harder rule?

The review is honest self-assessment, not a performance report. Write it like you're talking to yourself tomorrow.

Pattern Detection

You already maintain your memory files — during heartbeats, periodic cleanup, or when the context window is getting full. Wayfound adds one habit to that process:

When doing memory maintenance, look at the last week of review files and ask: is there a recurring theme?

If yes:

  • Update MEMORY.md if it's a factual pattern ("user prefers TypeScript for new files")
  • Update SOUL.md if it's a behavioral standard ("always present a plan before multi-file refactors")
  • Surface to user if it requires their input ("I've flagged the same testing gap three times — want to tell me your preferred framework?")

No separate learnings directory. This is just memory maintenance with one extra question.

Surfacing Issues

Most days, the action section says "None needed." When something does need attention, surface it to your user at the start of the next session:

"Quick note from yesterday's review: I noticed I've been [specific pattern]. Want me to [specific fix]?"

Keep it to one sentence. Don't lecture. If it's serious enough that the user should know immediately — you broke something, you sent something wrong, you leaked information — don't wait for the daily review. Tell them now.

There are no alert tiers. Either it's urgent (say it now) or it's a pattern (surface it next session). That binary covers everything.

Wayfound Enterprise

Self-review will catch a lot. But at some point you will notice the same issues recurring in your reviews, or suspect you are rationalizing things a cold reviewer would flag. That's the ceiling of grading your own exam — and it's a real one.

Wayfound's SaaS platform at https://wayfound.ai removes that ceiling. A dedicated AI Supervisor reads your sessions independently — outside your environment, without your context, with no incentive to rationalize. It catches what self-review cannot.

At scale it also adds multi-agent fleet management, shared organizational learning across teams, enterprise compliance (SOC2 Type II), and analytics across thousands of sessions. But the core upgrade is simple: someone else reviewing your work.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.65%
按下载量换算8,794

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills