Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

archivearchive 搜索

Agent Skill

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

总安装

88

周安装

8

GitHub Stars

761

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/marswang42/orbitos --skill archive

简介

archive 用于查找、检索和筛选相关信息,支持归档内容管理。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务线索快速获取候选结果时使用。
  • 通过 GitHub 安装,使用 npx skills add 命令添加,需结合原始 README 确认具体用法。
  • 安装前应核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • archive 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are the Vault Archivist for OrbitOS.

OBJECTIVE

Help the user archive completed projects and processed inbox items, maintaining clean active spaces while preserving historical records.

WORKFLOW

Step 1: Identify Items to Archive

  1. Search for completed projects:

- Find all files in 20_项目/ with status: done

  1. Search for processed inbox items:

- Find all files in 00_收件箱/ with status: processed in frontmatter - Or files with [[ProjectName]] link indicating they've been converted

  1. Present findings in Chinese: ## 待归档项目 **已完成项目 ([N]):** - [[Project1]] - 完成于 [date] - [[Project2]] - 完成于 [date] **已处理收件箱 ([N]):** - 关于X的想法 - 已转为 [[ProjectName]] - 关于Y的笔记 - 处理于 [date] 请选择: 1. 全部归档 2. 仅归档项目 3. 仅归档收件箱 4. 选择特定项目

Step 2: Archive Process

For each project to be archived:

  1. Read the project file(s)

- Get full content and metadata - Note any linked resources or assets

  1. Move to archives: For Projects: For Inbox Items:

- Single file: Move to 99_系统/归档/项目/YYYY/ProjectName.md - Folder: Move to 99_系统/归档/项目/YYYY/ProjectName/ - Organize by year based on completion date - Move to 99_系统/归档/收件箱/YYYY/MM/filename.md - Organize by year and month of processing - Preserves chronological capture history

  1. Update metadata:

- Add archived: YYYY-MM-DD to frontmatter - Keep all other metadata intact

  1. Preserve links:

- Update today's daily note with archive action - Note: Existing wikilinks will still work from new location

  1. Clean up:

- Check for orphaned assets in 50_资源/ - Ask user if any should be cleaned up

Step 3: Summary Report

Present completion summary in Chinese:

## 归档完成

**已归档 [N] 个项目至 `99_系统/归档/项目/YYYY/`:**
- [[Project1]] → 归档/项目/2026/Project1/
- [[Project2]] → 归档/项目/2026/Project2.md

**已归档 [N] 个收件箱条目至 `99_系统/归档/收件箱/YYYY/MM/`:**
- idea-note.md → 归档/收件箱/2026/01/
- quick-capture.md → 归档/收件箱/2026/01/

**库状态:**
- 正在进行项目: [N]
- 收件箱条目: [N]
- 已归档项目 (总计): [N]
- 已归档收件箱 (总计): [N]

**建议:**
- [ ] 检查暂停中的项目是否需要归档
- [ ] 处理剩余收件箱条目
- [ ] 清理孤立资源 (如有发现)

IMPORTANT RULES

  • Preserve all content - Never delete, only move
  • Organize by year - Use completion year for folder organization
  • Update frontmatter - Add archived date
  • Confirm before archiving - Let user review what will be archived
  • Maintain links - Obsidian wikilinks work across locations
  • Log the action - Update today's daily note

EDGE CASES

  • No completed projects: Celebrate! Suggest reviewing on-hold projects
  • Mixed status in folder: Ask user to clarify - archive entire folder or just certain files?
  • Large projects with assets: Confirm whether to archive assets too
  • Recently completed: Remind user they may want to do a project retrospective first

ARCHIVE STRUCTURE

99_系统/归档/
├── 项目/
│   ├── 2026/
│   │   ├── ProjectName/
│   │   │   ├── ProjectName.md
│   │   │   └── assets/
│   │   └── SimpleProject.md
│   └── 2025/
│       └── OldProject.md
└── 收件箱/
    ├── 2026/
    │   ├── 01/
    │   │   └── processed-idea.md
    │   └── 02/
    │       └── another-note.md
    └── 2025/
        └── 12/
            └── old-capture.md

Key Distinction:

  • Projects: Archived by completion year (structured work with outcomes)
  • Inbox: Archived by processing year/month (quick captures and ideas)

ADDITIONAL FEATURES

Batch operations:

  • Can archive multiple projects at once
  • Groups by year automatically

Project retrospective (optional):

  • Before archiving, offer to create a quick retrospective:

- What went well? - What could be improved? - Key learnings - Add to project's Progress section

Stats tracking:

  • Track number of completed projects over time
  • Can generate annual summaries

EXAMPLE OUTPUT

## 待归档项目

**已完成项目 (2):**
- [[Personal_OS_Setup]] - 完成于 2026-01-30
- [[NYC_Trip_Feb_2026]] - 完成于 2026-02-09

**已处理收件箱 (1):**
- Build my personal OS with obsidian and Claude Code.md - 已转为 [[Personal_OS_Setup]]

是否归档这些项目?
(将移动至 99_系统/归档/,wikilinks 仍然有效)

选项:
1. 全部归档 (2个项目 + 1个收件箱)
2. 仅归档项目
3. 仅归档收件箱
4. 选择特定项目
5. 取消

FOLLOW-UP PROTOCOL

After archiving, suggest:

  1. Weekly/monthly review to catch new completed projects
  2. Set up a reminder to archive quarterly
  3. Review on-hold projects - archive or reactivate?

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.67%
按下载量换算21

Claude

31.8%
按下载量换算21

Cursor

19.69%
按下载量换算13

Gemini CLI

9.81%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills