Daily Decision Helper

v0.1.0

Analyze daily decisions with pros and cons, alternatives, and provide structured tools and processes for clearer choices.

0· 81·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/daily-decision-helper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Daily Decision Helper" (harrylabsj/daily-decision-helper) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/daily-decision-helper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install daily-decision-helper

ClawHub CLI

Package manager switcher

npx clawhub@latest install daily-decision-helper
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Daily Decision Helper) align with the included SKILL.md and handler.py. The code implements categorization, pros/cons scaffolding, simple decision tools and a recommended process — all consistent with the declared purpose. No unrelated resources (cloud creds, external APIs, system files) are required.
Instruction Scope
SKILL.md gives narrow runtime instructions (triggers and desired JSON output). handler.py follows that scope and does not read files, environment variables, or contact external endpoints. The code only returns templates/prompts for the user to fill in.
Install Mechanism
There is no install spec (instruction-only behavior); a small handler.py is included and has no install actions or external downloads. No archives or third-party installs are performed.
Credentials
The skill declares and requires no environment variables, credentials, or config paths, and the code does not access any. There is no disproportionate credential request.
Persistence & Privilege
Skill flags are default (always: false, agent invocation allowed). The skill does not attempt to modify other skills or system-wide settings and does not request permanent presence or elevated privileges.
Assessment
This skill appears coherent and low-risk: it runs locally, asks no secrets, and only returns decision templates. If you plan to install/use it, consider 1) reviewing handler.py yourself (it's short and readable) if you have privacy concerns; 2) avoid entering highly sensitive data (banking passwords, full ID numbers) into any decision text you send to the skill or assistant; and 3) trust the publisher — the metadata is minimal/anonymous, so prefer using it in a sandbox or with non-sensitive examples if you want extra caution.

Like a lobster shell, security has layers — review code before you run it.

latestvk974zmnvr5d17b233wr9aepzb584dkdr
81downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

Daily Decision Helper(日常决策助手)

Overview

帮助用户结构化分析日常决策,提供利弊框架和决策工具。

Trigger

  • 要不要...
  • 纠结
  • 怎么选
  • 买还是不买
  • 决策

Output

JSON: {decisionType, prosConsFramework{pros[], cons[], alternatives[], weighted_factors[]}, decisionTools{}, recommendedProcess[]}

Comments

Loading comments...