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

worksworks 搜索

Agent Skill

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

总安装

3,928

周安装

167

GitHub Stars

公开资料未说明

下载量

1,376
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install works

简介

Works 用于保存多会话工作状态并建立知识链接。

  • 支持文件夹隔离和 wiki 式关联管理。
  • 适合长期项目记忆和上下文延续。works 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 文件结构变动可能影响检索准确性。
  • 建议定期归档并验证链接有效性。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
works
description
Personal project intelligence — keep each multi-session effort in its own folder with status, next steps, and wiki links to the people, places, and things it touches. Use when starting or updating ongoing work, logging progress, or asking "what am I working on?
metadata
openclaw
emoji
🛠
os
["linux", "darwin", "win32"]
hermes
tags
["projects", "planning", "execution"]

🛠 Works — active project intelligence

When to use this skill: The human starts multi-session work that will have artifacts — planning a trip, shipping a launch, writing a long piece, executing a move, building something. Don't ask if it should be a work; if it crosses sessions and produces files, open one.

You must:

  • Keep one folder per project under mind/works/<slug>/. Every folder has a work.md using the schema in Work File, plus whatever drafts/assets/notes the project needs.
  • Log dated progress in ## Log inside work.md. Keep ## Next current — 1 to 5 concrete next steps.
  • Maintain wiki links in both directions between this work and any peeps, orgs, nooks, vibes, pages, or digs it touches.
  • Search mind/works/ before opening a new work — if a related one exists, extend it or hand off via Connected: instead of duplicating.
  • Close properly: add Closed and Outcome to the top, then move the folder to mind/works/closed/ (don't delete).

Do not: See What NOT to Suggest — e.g. don't turn works into a todo manager, don't open works for one-off questions (those are digs), don't let spanning work rot in daily memory.


Data

Base path is workspace root or document root folder. On first use, create it: mkdir -p mind/works/. Works uses a mind/works/ folder in your workspace.

One folder per project. Every folder has a work.md; additional files are up to the project.

mind/
└── works/
    ├── worksconfig.yml
    ├── berlin-trip/
    │   ├── work.md
    │   └── itinerary.md
    ├── book-launch/
    │   ├── work.md
    │   ├── drafts/
    │   │   └── press-release.md
    │   └── assets/
    │       └── cover.png
    └── closed/
        └── kitchen-reno/
            └── work.md

Slugs: short kebab-case, named like a project not a category — berlin-trip/, not planning-a-trip/. A good slug reads as the project's handle.

Dataset Config

worksconfig.yml lives inside mind/works/. Read it at the start of any session involving this skill.

images: no # by default no; ask the human. Warn it is token-expensive.

Work File

# Berlin trip with Alex

Status: active
Opened: 12 Apr 2026
Target: 3 May 2026
Tags: #travel #personal
Image: optional cover in `../assets/berlin-trip.png`

Peeps: [[alex-chen]], [[priya-nair]]
Orgs: [[gestalten]]
Nooks: [[factory-berlin]], [[house-of-small-wonder]]
Pages: [[the-perfect-store]]
Vibes: [[wim-wenders]]
Digs: [[why-berlin-feels-different]]
Connected: [[book-launch]]

## Next

- Book flights by 20 Apr
- Ask Priya for Mitte recommendations
- Decide on apartment vs hotel
- Pack the drill
- Get the visa

## Log

12 Apr 2026: Opened. Alex suggested overlapping with his conference 2–5 May. Budget ~€2k each.
14 Apr 2026: Priya sent three cafe picks — added to Nooks. Leaning toward an AirBnB in Mitte.

Field guidance:

Status: active (working on it now), paused (on hold, might resume), closed (finished or dropped). Default: active. Opened: the date the work began. Target: optional deadline or milestone. Omit if none. Tags: 2–4 short, searchable, personal — #travel, #launch, #home, #writing, #career. Peeps/Orgs/Nooks/Pages/Vibes/Digs: wiki links into the other skills. Maintain both directions — if a work names a peep, a note on their peep file helps surface it later. Connected: other works this one depends on, parallels, or hands off to. Next: 1 to 5 concrete next steps. Finish or drop each before adding new ones. This is not a backlog. Log: dated entries of substance — decisions made, things booked, blockers, drafts landing. Not a dump of every message.


Opening a Work

When the human starts multi-session work that will have artifacts, open it. Don't ask permission — just do it and confirm briefly.

  1. Name it as a project, not a category. "Berlin trip with Alex", not "travel".
  2. Search first. Grep mind/works/ for related slugs before creating — extend if something close exists.
  3. Bootstrap the links. What peeps, orgs, nooks, pages, vibes, or digs already touch this? Pre-populate the frontmatter.
  4. Write one Next. One concrete step the human can take. Don't pad to five if only one is obvious.
  5. Seed the Log. What prompted this work? One sentence.

Brief confirmation: "Opened — _Berlin trip with Alex_. Linked Alex, Priya, and the _why-berlin-feels-different_ dig. First step: book flights by 20 Apr."


Logging Progress

When the human mentions progress on an open work — a decision, a booking, a draft landing, a blocker — act automatically:

  • Append a dated entry to ## Log.
  • Update ## Next: cross out ~~finished~~ steps, add what's actually next. Keep the count ≤ 5.
  • Route sub-artifacts into the folder — drafts to drafts/, files they sent to assets/, longer notes as sibling .md files.
  • Update cross-links: if a new peep enters the work, add them to Peeps: and drop a line in their Peeps file.

Don't wait to be asked. If they say "booked the Berlin flight" and a berlin-trip work is open, log it.


Closing a Work

When the human signals done — "we finished", "shipped it", "dropped that" — draft the outcome and confirm before moving the folder.

Add to the top of work.md:

Closed: 5 May 2026
Outcome: Trip done. Standout: Museum Island. Next time: less Mitte, more Neukölln.

Then move the whole folder to mind/works/closed/<slug>/. Don't delete — closed works are the record of how the year was spent.


Finding Works

# Works on a topic
grep -ril "travel\|trip\|berlin" mind/works/

# Active works
grep -rl "Status: active" mind/works/*/work.md

# Paused works worth restarting
grep -rl "Status: paused" mind/works/*/work.md

# Works involving a peep
grep -rl "\[\[alex-chen\]\]" mind/works/

# Works with a near target date
grep -rl "Target: .*Apr 2026\|Target: .*May 2026" mind/works/

Always read the full work.md after grepping — the matched line is a signal, not the whole picture.


Core Behavior

  • Human mentions a multi-session effort → check for existing work, open one
  • Human reports progress → append to ## Log, update ## Next
  • Human shares a draft/file → save to the work's folder
  • Human mentions a peep/nook/book/etc. that touches an open work → update the wiki links both ways
  • Human asks "what am I working on?" → list active works with their last log date and current next step
  • Conversation drifts to an open work's topic → surface it: "That's on your _book-launch_ work — last step was drafting the press release."

Integration with other skills

  • Peeps: when a person joins a work, link them under Peeps: and drop a dated note on their peep file ("Working with them on _berlin-trip_, Apr 2026"). If a work opens around a person, make that peep the first link.
  • Orgs: if work happens with or inside an org, link under Orgs: and optionally note it in the org file.
  • Nooks: places the work happens — meeting spots, destinations — go under Nooks:.
  • Pages: books informing the work (Peopleware for a team project, say) go under Pages:.
  • Vibes: cultural references setting the tone or inspiration go under Vibes:.
  • Digs: when a dig turns actionable — "I figured out what to do about X" — open a work and link back: the dig's Connected: gets the work slug, the work's Digs: gets the dig slug.
  • Haah: if the work needs external input the network can help with, offer to dispatch a query.

Updating

To update this skill to the latest version, fetch the new SKILL.md from GitHub and replace this file:

https://raw.githubusercontent.com/haah-ing/works-skill/main/SKILL.md

What NOT to Suggest

  • Turning Works into a todo manager — ## Next is 1–5 steps, not a backlog. Loose todos live in daily memory.
  • Opening a work for a one-off question — that's a dig, not a work.
  • Letting active work rot in daily memory — if it spans days and has artifacts, it belongs in Works.
  • Merging related works into one mega-folder — use Connected: links instead.
  • Keeping closed works in mind/works/ — move them to closed/ so the active list stays clean.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.05%
按下载量换算1,129

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills