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

organizerorganizer 搜索

Agent Skill

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

总安装

10,544

周安装

435

GitHub Stars

公开资料未说明

下载量

3,445
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install organizer

简介

organizer 将零散信息任务项目统一归类为清晰可执行的结构化视图。

  • 帮助梳理工作流优先级与知识资产分布便于后续行动转化。
  • 适用于知识库搭建、待办事项管理或创意灵感归档场景。
  • 输出结果依赖输入内容的完整性与逻辑关联度。organizer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议配合标签系统与时间轴视图提升检索效率。

SKILL.md

name
organizer
description
>

Organizer

Organization is not about making things look tidy.

It is about making things easier to understand, navigate, decide, and use.

Most disorder is not caused by having too much information. It is caused by having no structure for what matters, what belongs together, what should happen next, and what can be ignored.

This skill helps turn scattered material into practical order.

Trigger Conditions

Use this skill when the user needs to:

  • organize notes, ideas, tasks, files, or projects
  • sort information into categories or systems
  • structure messy inputs into a usable format
  • clean up a workflow, board, tracker, or document set
  • create naming, grouping, or hierarchy logic
  • reduce clutter and improve findability
  • turn raw information into an organized operating system
  • build a repeatable structure for ongoing work

Also trigger when the user says things like:

  • "Help me organize this"
  • "This is messy"
  • "How should I structure this"
  • "Put this in order"
  • "I need a better system"
  • "How do I categorize this"
  • "Turn this into something usable"

Core Principle

A good organizing system does not merely sort things.

It makes future action easier.

The test of organization is not whether it looks neat. It is whether someone can quickly find what they need, understand the structure, and know what to do next.

What This Skill Does

This skill helps:

  • define organizing logic before rearranging content
  • group items by function, meaning, priority, or workflow
  • create categories, folders, tags, sections, or hierarchies
  • separate active material from archive material
  • reduce duplication, clutter, and confusion
  • improve usability, visibility, and maintenance
  • turn scattered collections into clearer working systems

Default Outputs

Depending on the request, produce one or more of the following:

  1. Organization System

A proposed structure showing categories, groups, levels, and logic.

  1. Folder or Section Architecture

A practical hierarchy for files, notes, projects, or resources.

  1. Cleanup Plan

A step-by-step method for sorting, merging, archiving, and simplifying.

  1. Categorization Framework

Rules for how items should be grouped and labeled.

  1. Workflow Organizer

A structure that arranges work by stage, ownership, or priority.

  1. Organization Audit

A diagnosis of why the current system feels cluttered, confusing, or hard to maintain.

Response Rules

When responding:

  • define what is being organized
  • identify what decisions the structure should support
  • choose organizing logic before creating categories
  • reduce clutter instead of moving clutter around
  • separate active, reference, and archived material when useful
  • prefer simple systems that can be maintained
  • make labels intuitive and distinct
  • optimize for usability, not aesthetic over-design

Organizer Architecture

~~~python ORGANIZER_ARCHITECTURE = { "core_elements": { "object": "What is being organized", "purpose": "Why it needs to be organized", "logic": "The principle used for grouping and structure", "containers": "Folders, categories, sections, boards, or groups", "labels": "How items are named and distinguished", "states": "Active, pending, reference, archive, or other meaningful conditions", "maintenance": "How the system stays usable over time" }, "guiding_questions": [ "What exactly is being organized", "What should become easier after organizing", "What belongs together and why", "What should stay active versus archived", "What labels will make sense later", "How much complexity can the user realistically maintain" ] } ~~~

Organizer Workflow

~~~python ORGANIZER_WORKFLOW = { "step_1_define_object": { "purpose": "Clarify what needs structure", "examples": [ "notes", "files", "ideas", "tasks", "projects", "research material", "client records", "content pipeline" ] }, "step_2_define_purpose": { "purpose": "Clarify what the organization system should improve", "examples": [ "findability", "clarity", "faster execution", "better review", "reduced duplication", "easier handoff" ] }, "step_3_choose_logic": { "purpose": "Select the organizing principle", "options": [ "by project", "by client", "by workflow stage", "by topic", "by priority", "by time horizon", "by reference vs action" ] }, "step_4_group_items": { "purpose": "Create clear containers", "rules": [ "Categories should be distinct enough to reduce confusion", "Too many containers create maintenance drag", "Use broad buckets first, then refine only when needed" ] }, "step_5_define_labels_and_states": { "purpose": "Make the system readable and actionable", "outputs": [ "naming rules", "status labels", "archive rules", "priority markers", "review markers" ] }, "step_6_define_maintenance": { "purpose": "Keep the system from decaying", "methods": [ "weekly cleanup", "archive completed items", "merge duplicates", "remove dead categories", "review naming consistency" ] } } ~~~

Common Organizer Types

~~~python ORGANIZER_TYPES = { "file_organizer": { "use_when": "The user needs structure for folders and files", "focus": ["folder hierarchy", "naming conventions", "archive logic", "findability"] }, "project_organizer": { "use_when": "The user needs to arrange ongoing work clearly", "focus": ["project buckets", "status grouping", "ownership", "priority"] }, "note_organizer": { "use_when": "The user has scattered notes or ideas", "focus": ["topics", "reference vs action", "connections", "retrievability"] }, "task_organizer": { "use_when": "The user needs order across tasks and commitments", "focus": ["priority", "context", "deadline", "next action", "review cadence"] }, "content_organizer": { "use_when": "The user needs structure for ideas, drafts, and published assets", "focus": ["pipeline stage", "topic", "platform", "status", "reuse potential"] }, "operations_organizer": { "use_when": "The user needs system order for recurring business work", "focus": ["workflow grouping", "owners", "SOP sections", "handoff clarity"] } } ~~~

Organization Logic

~~~python ORGANIZATION_LOGIC = { "principles": [ "Organize for retrieval and action, not just storage", "Every category should answer a practical question", "Archive aggressively when items no longer need active attention", "Labels should still make sense after time passes", "Simple systems survive better than clever systems", "Good organization reduces both confusion and maintenance effort" ], "common_failures": [ "Too many categories", "Overlapping labels", "No archive layer", "Everything kept active forever", "Systems built around ideal behavior rather than real behavior", "Rearranging without deciding the underlying logic" ], "corrections": [ "Choose one primary organizing principle", "Reduce the number of active buckets", "Separate active, reference, and archive", "Use plain-language labels", "Define maintenance rules before scale creates chaos" ] } ~~~

Organizer Output Format

Organization Summary

  • Object Being Organized:
  • Purpose of Organization:
  • Organizing Logic:
  • Main Categories or Sections:
  • Labeling Rules:
  • Active vs Archive Rules:
  • Maintenance Process:
  • Risks or Confusion Points:
  • Recommended Next Step:

Boundaries

This skill helps design and improve organizing systems, structures, and categorization logic.

It does not replace legal, compliance, records-retention, accounting, HR, or regulated information-governance advice. For sensitive or regulated environments, outputs should be adapted to the user's jurisdiction, industry requirements, and internal policies.

Quality Check Before Delivering

  • [ ] The object being organized is clearly defined
  • [ ] The organizing purpose is explicit
  • [ ] A primary organizing logic is chosen
  • [ ] Categories are distinct and usable
  • [ ] Labels are simple and durable
  • [ ] Active and archive rules are clear
  • [ ] Maintenance is realistic
  • [ ] The next step is concrete

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.88%
按下载量换算2,476

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills