weekly-ops-review

v1.0.0

Turn scattered notes, metrics, and unfinished tasks into a weekly operating review with wins, misses, blockers, and next-week priorities.

0· 242·0 current·0 all-time
byvx:17605205782@52yuanchangxing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 52yuanchangxing/weekly-ops-review.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "weekly-ops-review" (52yuanchangxing/weekly-ops-review) from ClawHub.
Skill page: https://clawhub.ai/52yuanchangxing/weekly-ops-review
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
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 weekly-ops-review

ClawHub CLI

Package manager switcher

npx clawhub@latest install weekly-ops-review
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for turning notes/metrics/tasks into a weekly review. Declared requirement is only python3 and the included files (script + template) directly support that. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs summarization, using the bundled script and resource file. It explicitly limits actions (preview first, don't fabricate metrics) and references only local files. There are no instructions to read unrelated system files, fetch remote endpoints, or exfiltrate data.
Install Mechanism
No install spec — instruction-only skill. The only code is a small local Python helper (scripts/weekly_review_pack.py) which is clear, auditable, and writes a simple JSON file. No remote downloads, package installs, or extracted archives.
Credentials
No environment variables, credentials, or config paths are required. The single declared runtime dependency (python3) is proportional and expected for the included script.
Persistence & Privilege
always is false and the skill does not request elevated system privileges or modify other skills. The helper script writes a user-specified output file but does not alter global agent config. The skill can be invoked autonomously by the agent (default), which is normal; this alone is not a security concern.
Assessment
This skill appears safe and coherent. If you plan to use it: (1) inspect the local script (scripts/weekly_review_pack.py) yourself — it simply writes a JSON skeleton; (2) avoid providing secrets or sensitive credentials as notes/metrics inputs (the skill has no declared safeguards); (3) when asked to write files, confirm the output path to avoid accidental overwrite; and (4) if you need stricter guarantees, run the script in a sandbox or review outputs before committing them to other systems.

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

Runtime requirements

🧰 Clawdis
Binspython3
latestvk977zfazf0jv2ybkfc340gnb2582vyf3
242downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Weekly Ops Review

Purpose

Turn scattered notes, metrics, and unfinished tasks into a weekly operating review with wins, misses, blockers, and next-week priorities.

Trigger phrases

  • 周复盘
  • weekly review
  • 经营周报
  • 整理这周做了什么
  • next week priorities

Ask for these inputs

  • notes
  • metrics
  • task list
  • calendar highlights
  • goals

Workflow

  1. Summarize wins, misses, blockers, and decisions from the raw notes.
  2. Compare outcomes against goals and available metrics.
  3. Identify carry-over work and next-week top priorities.
  4. Generate a concise review memo and an action board.
  5. Keep the review honest: distinguish evidence from feeling.

Output contract

  • weekly review memo
  • metrics snapshot
  • priority list
  • carry-over board

Files in this skill

  • Script: {baseDir}/scripts/weekly_review_pack.py
  • Resource: {baseDir}/resources/review_template.md

Operating rules

  • Be concrete and action-oriented.
  • Prefer preview / draft / simulation mode before destructive changes.
  • If information is missing, ask only for the minimum needed to proceed.
  • Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
  • Keep assumptions explicit.

Suggested prompts

  • 周复盘
  • weekly review
  • 经营周报

Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft. Use the resource file as the default schema, checklist, or preset when the user does not provide one.

Boundaries

  • This skill supports planning, structuring, and first-pass artifacts.
  • It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.

Compatibility notes

  • Directory-based AgentSkills/OpenClaw skill.
  • Runtime dependency declared through metadata.openclaw.requires.
  • Helper script is local and auditable: scripts/weekly_review_pack.py.
  • Bundled resource is local and referenced by the instructions: resources/review_template.md.

Comments

Loading comments...