← Back to Skills Marketplace
nollio

Supercharged Daily Briefing

by Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
137
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install normieclaw-daily-briefing
Description
Stop spending your mornings hunting for news, trends, and updates across a dozen tabs. The Supercharged Daily Briefing turns OpenClaw into a production-grade...
Usage Guidance
This package appears coherent with its stated purpose, but take these simple precautions before installing: - Inspect and (if you can) run the included setup validation: ./scripts/briefing-scheduler.sh --check. Note: the scheduler script has a broken/strange find_skill_root implementation — review/fix it before wide use. - Ensure your environment has the expected utilities (bash shell, python3, grep, cp, chmod). The metadata didn't list python3 but the script invokes it. - SKILL.md asks the agent to fetch external HTTP(S) sources. Confirm your agent's web_fetch/web_search implementations behave as you expect and that you only approve sources you trust. - The skill stores data locally (data/ and config/). If you plan to enable the optional dashboard or sync to Supabase/Postgres, review those components separately — they may require externally hosted services. - The pre-scan flagged a prompt-injection string; this skill includes explicit defenses against injection, but remain cautious: avoid installing in environments with sensitive host-local services exposed (the skill explicitly blocks localhost/private IPs when fetching, but it's good to verify your agent enforces that). If you want higher assurance, run the setup steps in an isolated workspace, confirm file permissions, and manually fix the small script bug before enabling scheduled runs.
Capability Analysis
Type: OpenClaw Skill Name: normieclaw-daily-briefing Version: 1.0.3 The Supercharged Daily Briefing skill is a well-structured news aggregation system with a strong emphasis on security. The SKILL.md file contains explicit and robust prompt-injection defenses, instructing the agent to treat all external content as untrusted data and strictly blocking access to localhost or private network ranges. The included shell script (scripts/briefing-scheduler.sh) and setup instructions (SETUP-PROMPT.md) are limited to local environment validation and file management, utilizing appropriate permission hardening (chmod 600/700) without any evidence of data exfiltration, malicious execution, or unauthorized persistence.
Capability Assessment
Purpose & Capability
The skill's name and description (discover sources, fetch feeds, synthesize briefings) match the instructions and files: SKILL.md, local JSON registries, and a scheduler script. One minor mismatch: the package metadata lists no required binaries, but scripts call python3 and standard POSIX tools (mkdir, chmod, grep, cp); that should be declared but is proportionate to the purpose.
Instruction Scope
Runtime instructions operate on local workspace files (config/, data/, scripts/) and on user-approved web URLs via web_search/web_fetch. The SKILL.md explicitly includes a prompt-injection defense and URL safety rules (only http/https, block localhost/private IPs). The setup prompt asks the agent to copy files into the workspace and set permissions — expected for installation, and the skill does not instruct reading unrelated user files or sending data to unknown endpoints.
Install Mechanism
No remote install/downloads or extracted archives are present; it's an instruction-only skill that copies provided files into the workspace. This is low risk. Note: there is no install spec but SETUP-PROMPT.md will copy scripts into place — everything stays local.
Credentials
The skill declares no environment variables, credentials, or external telemetry. Dashboard/add-on docs mention optional Supabase/Postgres if you choose to deploy a dashboard, but that is optional and not required by the core skill.
Persistence & Privilege
always:false and no requests to modify other skills or global agent settings. The setup copies files and changes permissions for its own workspace — normal for a local skill. Autonomous invocation remains allowed (platform default) but the skill does not request elevated or persistent cross-skill privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install normieclaw-daily-briefing
  3. After installation, invoke the skill by name or use /normieclaw-daily-briefing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.1
Added rich descriptions and frontmatter.
v1.0.0
Initial publish from NormieClaw.ai - Free OpenClaw skills for everyone.
Metadata
Slug normieclaw-daily-briefing
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Supercharged Daily Briefing?

Stop spending your mornings hunting for news, trends, and updates across a dozen tabs. The Supercharged Daily Briefing turns OpenClaw into a production-grade... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install Supercharged Daily Briefing?

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

Is Supercharged Daily Briefing free?

Yes, Supercharged Daily Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Supercharged Daily Briefing support?

Supercharged Daily Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Supercharged Daily Briefing?

It is built and maintained by Nollio (@nollio); the current version is v1.0.3.

💬 Comments