← 返回 Skills 市场
ivangdavila

Brief

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ✓ 安全检测通过
1195
总下载
3
收藏
10
当前安装
2
版本数
在 OpenClaw 中安装
/install brief
功能描述
Condense information into actionable briefings. User specifies sources, skill structures the output.
使用说明 (SKILL.md)

Data Storage

~/brief/
├── preferences.md    # Learned format preferences
└── templates/        # Custom brief templates

Create on first use: mkdir -p ~/brief/templates

Scope

This skill:

  • ✅ Structures information user provides into briefs
  • ✅ Learns format preferences from explicit feedback
  • ✅ Stores preferences in ~/brief/preferences.md

User-driven model:

  • User specifies WHAT information to include
  • User grants access to any needed sources
  • Skill handles STRUCTURE and FORMAT

This skill does NOT:

  • ❌ Access files, email, or calendar without user request
  • ❌ Pull data from sources user hasn't specified
  • ❌ Store content (only format preferences)

Quick Reference

Topic File
Format dimensions dimensions.md
Brief templates templates.md

Core Rules

1. User Specifies Sources

When user requests a brief:

  1. User provides the information OR specifies where to get it
  2. If source requires access, user grants it explicitly
  3. Skill structures and formats the output

Example:

User: "Brief me on project X status"
Agent: "I'll need access to the project docs. Can you share 
        the status doc or grant access to the project folder?"
User: [shares doc or grants access]
→ Brief generated from user-provided source

2. Brief Structure

📋 [BRIEF TYPE] — [SUBJECT]

⚡ BOTTOM LINE
[1-2 sentences: key takeaway]

📊 KEY POINTS
• [Point 1]
• [Point 2]
• [Point 3]

🎯 ACTION NEEDED
[Decision or action required]

3. Learn from Explicit Feedback

  • "Too detailed" → shorten future briefs
  • "Missing X" → ask about X in future
  • "Perfect" → reinforce current format
  • Store preferences in ~/brief/preferences.md

4. Preference Storage Format

One line per preference:

- Prefers bullet points over paragraphs
- Executive summary first
- Include metrics when available
- Max 1 page for status briefs

5. Brief Types

Type When Key elements
Executive Decision needed BLUF, recommendation, risks
Project Status update Progress, blockers, next steps
Meeting Before meeting Purpose, context, decisions
Handoff Transition Current state, gotchas, priorities
安全使用建议
This skill is instruction-only and appears to do what it says: format user-provided input into briefs and keep simple, local preference data under ~/brief. Before installing or using it, consider: (1) you're consenting to the skill creating/updating ~/brief/preferences.md and ~/brief/templates — back up any existing folder with that name if needed; (2) only grant access to concrete sources when asked (avoid blanket folder/account permissions); (3) because the skill source/homepage are unknown, review the SKILL.md and templates yourself and confirm you’re comfortable with the stated behavior; (4) if you want stricter safety, require that the agent prompt you before accessing any file or external service and avoid granting long-lived credentials or global file access.
功能分析
Type: OpenClaw Skill Name: brief Version: 1.0.1 The skill is designed to condense information into actionable briefings and store user format preferences locally. The `SKILL.md` explicitly states that the skill does not access files, email, or calendar without user request, nor pull data from unspecified sources. The only instruction for the agent is `mkdir -p ~/brief/templates`, which is a benign local file system operation to set up its own working directory. Furthermore, the `_meta.json` and `SKILL.md` explicitly declare `"requires":{"bins":[]}`, indicating no external binaries are needed. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's intended behavior.
能力评估
Purpose & Capability
Name and description match the declared behavior: structuring user-provided information into briefs and learning format preferences. The skill requires no credentials or external binaries and its actions (formatting + storing preferences) are reasonable for the stated purpose.
Instruction Scope
SKILL.md limits data access to user-provided sources and explicitly says it will not access files/email/calendar without user request — scope is appropriately constrained. One ambiguity: the mechanism by which the agent will obtain user-granted access to sources is not specified, so ensure the agent prompts and does not assume broad permissions.
Install Mechanism
Instruction-only skill with no install spec or downloaded code — lowest-risk delivery model. All content is present in the provided SKILL.md and supplemental docs.
Credentials
No environment variables, credentials, or external config paths are requested. The only local resource used is a directory under the user's home (~ /brief) for storing preferences and templates, which is proportional to its stated behavior.
Persistence & Privilege
The skill persists format preferences to ~/brief/preferences.md and templates under ~/brief/templates. This is a limited, local persistence model and not a broad system-wide privilege; users should be aware these files will be created/updated in their home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added explicit data sources and storage location
v1.0.0
Initial release
元数据
Slug brief
版本 1.0.1
许可证
累计安装 10
当前安装数 10
历史版本数 2
常见问题

Brief 是什么?

Condense information into actionable briefings. User specifies sources, skill structures the output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1195 次。

如何安装 Brief?

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

Brief 是免费的吗?

是的,Brief 完全免费(开源免费),可自由下载、安装和使用。

Brief 支持哪些平台?

Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Brief?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论