← Back to Skills Marketplace
maochen1980

Assess Me

by MaoChen1980 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install assess-me
Description
Run this when debugging goes in circles, results are confusing, multiple hypotheses exist, or you need a sanity check. Audits your cognition state: goal, pro...
README (SKILL.md)

Assess Me — Self-Cognition Audit

Action

Write your current thinking state to a temp file, then read it back.

  1. Answer 6 questions and write to a temp file
  2. Read it back
  3. Critically analyze what you wrote
  4. Continue based on the findings

Questions

  1. Goal — What is the task? What does "done" look like?
  2. Progress — What's done? What's pending?
  3. Gaps — What information do you need but don't have?
  4. Assumptions — What unverified beliefs are driving your approach?
  5. Blocker — What specifically is blocking you? (exact obstacle, not symptom)
  6. Recovery — If stuck, what should you do differently?

Instructions

Write tool → /tmp/assess-me.md
Content:
# Assess Me

**Goal:** \x3C1-2 sentences>
**Progress:** \x3C1-2 sentences>
**Gaps:** \x3C1-2 sentences>
**Assumptions:** \x3C1-2 sentences>
**Blocker:** \x3C1-2 sentences>
**Recovery:** \x3C1-2 sentences>

After writing, use Read tool to read /tmp/assess-me.md back. Then review critically:

  • Is "progress" just restating effort without results?
  • Are blockers specific or vague?
  • Is "Recovery" a concrete action, or just "keep trying"?
  • Are you assuming something without evidence?

Pitfalls

  • Assumptions section must NOT be empty — there are always assumptions
  • Recovery ≠ "keep trying" — name a specific next action
  • Vague blocker = you haven't found it yet
  • Read the file back — writing without re-reading skips the detachment effect

Output Convention

When done, summarize findings inline:

[assess]
Goal: ...
Blocker: ...
Next: ...
[/assess]

Source: https://github.com/MaoChen1980/think-skills Self-optimization: After using this skill, improve it based on what you learned.

Usage Guidance
Use this as a lightweight debugging checklist. Before installing or invoking it, understand that it asks the agent to write a short self-audit to /tmp/assess-me.md; do not include secrets, credentials, private user content, system prompts, or detailed internal reasoning in that file, and delete it after use if the workspace is shared or sensitive.
Capability Assessment
Purpose & Capability
The stated purpose is to help an agent pause and audit goal, progress, assumptions, blocker, and recovery path; the requested behavior matches that purpose.
Instruction Scope
The activation criteria are broad, but that is coherent for a general debugging sanity-check skill; the template asks for short structured summaries rather than secrets or unrelated data.
Install Mechanism
The package contains only a markdown SKILL.md file, with no executable scripts, install hooks, API keys, or network behavior.
Credentials
Writing to /tmp/assess-me.md is disclosed and purpose-aligned, but users should avoid including credentials, private user data, system prompts, or sensitive reasoning details.
Persistence & Privilege
The temp-file readback step creates limited local persistence; there is no evidence of hidden persistence, privilege escalation, exfiltration, or destructive behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install assess-me
  3. After installation, invoke the skill by name or use /assess-me
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the assess-me skill for auditing your current thinking process during stuck or confusing problem-solving. - Guides users to systematically answer 6 key questions (Goal, Progress, Gaps, Assumptions, Blocker, Recovery) and record responses to a temporary file. - Adds a review step: read back your own answers to promote critical detachment and identify mistakes or weak points. - Enforces best practices: always list assumptions, avoid vague blockers, and make recovery plans concrete. - Output includes a standardized summary block for quick reference.
Metadata
Slug assess-me
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Assess Me?

Run this when debugging goes in circles, results are confusing, multiple hypotheses exist, or you need a sanity check. Audits your cognition state: goal, pro... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Assess Me?

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

Is Assess Me free?

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

Which platforms does Assess Me support?

Assess Me is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Assess Me?

It is built and maintained by MaoChen1980 (@maochen1980); the current version is v1.0.0.

💬 Comments