← Back to Skills Marketplace
ivangdavila

Brief

by Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ✓ Security Clean
1195
Downloads
3
Stars
10
Active Installs
2
Versions
Install in OpenClaw
/install brief
Description
Condense information into actionable briefings. User specifies sources, skill structures the output.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brief
  3. After installation, invoke the skill by name or use /brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added explicit data sources and storage location
v1.0.0
Initial release
Metadata
Slug brief
Version 1.0.1
License
All-time Installs 10
Active Installs 10
Total Versions 2
Frequently Asked Questions

What is Brief?

Condense information into actionable briefings. User specifies sources, skill structures the output. It is an AI Agent Skill for Claude Code / OpenClaw, with 1195 downloads so far.

How do I install Brief?

Run "/install brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Brief free?

Yes, Brief is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Brief support?

Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Brief?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.

💬 Comments